131 | 353k | } itx_tmpl.c:inv_txfm_add_dct_dct_4x4_c Line | Count | Source | 127 | 4.55k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.55k | { \ | 129 | 4.55k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.55k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.55k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x4_c Line | Count | Source | 127 | 2.64k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.64k | { \ | 129 | 2.64k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.64k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.64k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x4_c Line | Count | Source | 127 | 2.99k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.99k | { \ | 129 | 2.99k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.99k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.99k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x4_c Line | Count | Source | 127 | 2.63k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.63k | { \ | 129 | 2.63k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.63k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.63k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x4_c Line | Count | Source | 127 | 3.16k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.16k | { \ | 129 | 3.16k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.16k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.16k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x4_c Line | Count | Source | 127 | 231 | HIGHBD_DECL_SUFFIX) \ | 128 | 231 | { \ | 129 | 231 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 231 | HIGHBD_TAIL_SUFFIX); \ | 131 | 231 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x4_c Line | Count | Source | 127 | 291 | HIGHBD_DECL_SUFFIX) \ | 128 | 291 | { \ | 129 | 291 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 291 | HIGHBD_TAIL_SUFFIX); \ | 131 | 291 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x4_c Line | Count | Source | 127 | 238 | HIGHBD_DECL_SUFFIX) \ | 128 | 238 | { \ | 129 | 238 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 238 | HIGHBD_TAIL_SUFFIX); \ | 131 | 238 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x4_c Line | Count | Source | 127 | 96 | HIGHBD_DECL_SUFFIX) \ | 128 | 96 | { \ | 129 | 96 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 96 | HIGHBD_TAIL_SUFFIX); \ | 131 | 96 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x4_c Line | Count | Source | 127 | 235 | HIGHBD_DECL_SUFFIX) \ | 128 | 235 | { \ | 129 | 235 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 235 | HIGHBD_TAIL_SUFFIX); \ | 131 | 235 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_4x4_c Line | Count | Source | 127 | 930 | HIGHBD_DECL_SUFFIX) \ | 128 | 930 | { \ | 129 | 930 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 930 | HIGHBD_TAIL_SUFFIX); \ | 131 | 930 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x4_c Line | Count | Source | 127 | 473 | HIGHBD_DECL_SUFFIX) \ | 128 | 473 | { \ | 129 | 473 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 473 | HIGHBD_TAIL_SUFFIX); \ | 131 | 473 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x4_c Line | Count | Source | 127 | 239 | HIGHBD_DECL_SUFFIX) \ | 128 | 239 | { \ | 129 | 239 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 239 | HIGHBD_TAIL_SUFFIX); \ | 131 | 239 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x4_c Line | Count | Source | 127 | 185 | HIGHBD_DECL_SUFFIX) \ | 128 | 185 | { \ | 129 | 185 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 185 | HIGHBD_TAIL_SUFFIX); \ | 131 | 185 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x4_c Line | Count | Source | 127 | 369 | HIGHBD_DECL_SUFFIX) \ | 128 | 369 | { \ | 129 | 369 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 369 | HIGHBD_TAIL_SUFFIX); \ | 131 | 369 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_4x4_c Line | Count | Source | 127 | 263 | HIGHBD_DECL_SUFFIX) \ | 128 | 263 | { \ | 129 | 263 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 263 | HIGHBD_TAIL_SUFFIX); \ | 131 | 263 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_4x8_c Line | Count | Source | 127 | 1.97k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.97k | { \ | 129 | 1.97k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.97k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.97k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x8_c Line | Count | Source | 127 | 780 | HIGHBD_DECL_SUFFIX) \ | 128 | 780 | { \ | 129 | 780 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 780 | HIGHBD_TAIL_SUFFIX); \ | 131 | 780 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x8_c Line | Count | Source | 127 | 1.11k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.11k | { \ | 129 | 1.11k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.11k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.11k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x8_c Line | Count | Source | 127 | 1.15k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.15k | { \ | 129 | 1.15k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.15k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.15k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x8_c Line | Count | Source | 127 | 1.44k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.44k | { \ | 129 | 1.44k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.44k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.44k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x8_c Line | Count | Source | 127 | 136 | HIGHBD_DECL_SUFFIX) \ | 128 | 136 | { \ | 129 | 136 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 136 | HIGHBD_TAIL_SUFFIX); \ | 131 | 136 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x8_c Line | Count | Source | 127 | 154 | HIGHBD_DECL_SUFFIX) \ | 128 | 154 | { \ | 129 | 154 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 154 | HIGHBD_TAIL_SUFFIX); \ | 131 | 154 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x8_c Line | Count | Source | 127 | 184 | HIGHBD_DECL_SUFFIX) \ | 128 | 184 | { \ | 129 | 184 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 184 | HIGHBD_TAIL_SUFFIX); \ | 131 | 184 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x8_c Line | Count | Source | 127 | 116 | HIGHBD_DECL_SUFFIX) \ | 128 | 116 | { \ | 129 | 116 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 116 | HIGHBD_TAIL_SUFFIX); \ | 131 | 116 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x8_c Line | Count | Source | 127 | 153 | HIGHBD_DECL_SUFFIX) \ | 128 | 153 | { \ | 129 | 153 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 153 | HIGHBD_TAIL_SUFFIX); \ | 131 | 153 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_4x8_c Line | Count | Source | 127 | 460 | HIGHBD_DECL_SUFFIX) \ | 128 | 460 | { \ | 129 | 460 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 460 | HIGHBD_TAIL_SUFFIX); \ | 131 | 460 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x8_c Line | Count | Source | 127 | 200 | HIGHBD_DECL_SUFFIX) \ | 128 | 200 | { \ | 129 | 200 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 200 | HIGHBD_TAIL_SUFFIX); \ | 131 | 200 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x8_c Line | Count | Source | 127 | 203 | HIGHBD_DECL_SUFFIX) \ | 128 | 203 | { \ | 129 | 203 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 203 | HIGHBD_TAIL_SUFFIX); \ | 131 | 203 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x8_c Line | Count | Source | 127 | 103 | HIGHBD_DECL_SUFFIX) \ | 128 | 103 | { \ | 129 | 103 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 103 | HIGHBD_TAIL_SUFFIX); \ | 131 | 103 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x8_c Line | Count | Source | 127 | 183 | HIGHBD_DECL_SUFFIX) \ | 128 | 183 | { \ | 129 | 183 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 183 | HIGHBD_TAIL_SUFFIX); \ | 131 | 183 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_4x8_c Line | Count | Source | 127 | 152 | HIGHBD_DECL_SUFFIX) \ | 128 | 152 | { \ | 129 | 152 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 152 | HIGHBD_TAIL_SUFFIX); \ | 131 | 152 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_4x16_c Line | Count | Source | 127 | 1.20k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.20k | { \ | 129 | 1.20k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.20k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.20k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x16_c Line | Count | Source | 127 | 622 | HIGHBD_DECL_SUFFIX) \ | 128 | 622 | { \ | 129 | 622 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 622 | HIGHBD_TAIL_SUFFIX); \ | 131 | 622 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x16_c Line | Count | Source | 127 | 491 | HIGHBD_DECL_SUFFIX) \ | 128 | 491 | { \ | 129 | 491 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 491 | HIGHBD_TAIL_SUFFIX); \ | 131 | 491 | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x16_c Line | Count | Source | 127 | 514 | HIGHBD_DECL_SUFFIX) \ | 128 | 514 | { \ | 129 | 514 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 514 | HIGHBD_TAIL_SUFFIX); \ | 131 | 514 | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x16_c Line | Count | Source | 127 | 557 | HIGHBD_DECL_SUFFIX) \ | 128 | 557 | { \ | 129 | 557 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 557 | HIGHBD_TAIL_SUFFIX); \ | 131 | 557 | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x16_c Line | Count | Source | 127 | 227 | HIGHBD_DECL_SUFFIX) \ | 128 | 227 | { \ | 129 | 227 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 227 | HIGHBD_TAIL_SUFFIX); \ | 131 | 227 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x16_c Line | Count | Source | 127 | 195 | HIGHBD_DECL_SUFFIX) \ | 128 | 195 | { \ | 129 | 195 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 195 | HIGHBD_TAIL_SUFFIX); \ | 131 | 195 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x16_c Line | Count | Source | 127 | 104 | HIGHBD_DECL_SUFFIX) \ | 128 | 104 | { \ | 129 | 104 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 104 | HIGHBD_TAIL_SUFFIX); \ | 131 | 104 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x16_c Line | Count | Source | 127 | 125 | HIGHBD_DECL_SUFFIX) \ | 128 | 125 | { \ | 129 | 125 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 125 | HIGHBD_TAIL_SUFFIX); \ | 131 | 125 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x16_c Line | Count | Source | 127 | 112 | HIGHBD_DECL_SUFFIX) \ | 128 | 112 | { \ | 129 | 112 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 112 | HIGHBD_TAIL_SUFFIX); \ | 131 | 112 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_4x16_c Line | Count | Source | 127 | 296 | HIGHBD_DECL_SUFFIX) \ | 128 | 296 | { \ | 129 | 296 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 296 | HIGHBD_TAIL_SUFFIX); \ | 131 | 296 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x16_c Line | Count | Source | 127 | 195 | HIGHBD_DECL_SUFFIX) \ | 128 | 195 | { \ | 129 | 195 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 195 | HIGHBD_TAIL_SUFFIX); \ | 131 | 195 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x16_c Line | Count | Source | 127 | 305 | HIGHBD_DECL_SUFFIX) \ | 128 | 305 | { \ | 129 | 305 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 305 | HIGHBD_TAIL_SUFFIX); \ | 131 | 305 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x16_c Line | Count | Source | 127 | 194 | HIGHBD_DECL_SUFFIX) \ | 128 | 194 | { \ | 129 | 194 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 194 | HIGHBD_TAIL_SUFFIX); \ | 131 | 194 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x16_c Line | Count | Source | 127 | 204 | HIGHBD_DECL_SUFFIX) \ | 128 | 204 | { \ | 129 | 204 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 204 | HIGHBD_TAIL_SUFFIX); \ | 131 | 204 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_4x16_c Line | Count | Source | 127 | 160 | HIGHBD_DECL_SUFFIX) \ | 128 | 160 | { \ | 129 | 160 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 160 | HIGHBD_TAIL_SUFFIX); \ | 131 | 160 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x4_c Line | Count | Source | 127 | 2.15k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.15k | { \ | 129 | 2.15k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.15k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.15k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x4_c Line | Count | Source | 127 | 1.09k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.09k | { \ | 129 | 1.09k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.09k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.09k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x4_c Line | Count | Source | 127 | 1.62k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.62k | { \ | 129 | 1.62k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.62k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.62k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x4_c Line | Count | Source | 127 | 1.37k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.37k | { \ | 129 | 1.37k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.37k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.37k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x4_c Line | Count | Source | 127 | 1.83k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.83k | { \ | 129 | 1.83k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.83k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.83k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x4_c Line | Count | Source | 127 | 152 | HIGHBD_DECL_SUFFIX) \ | 128 | 152 | { \ | 129 | 152 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 152 | HIGHBD_TAIL_SUFFIX); \ | 131 | 152 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x4_c Line | Count | Source | 127 | 169 | HIGHBD_DECL_SUFFIX) \ | 128 | 169 | { \ | 129 | 169 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 169 | HIGHBD_TAIL_SUFFIX); \ | 131 | 169 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x4_c Line | Count | Source | 127 | 116 | HIGHBD_DECL_SUFFIX) \ | 128 | 116 | { \ | 129 | 116 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 116 | HIGHBD_TAIL_SUFFIX); \ | 131 | 116 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x4_c Line | Count | Source | 127 | 105 | HIGHBD_DECL_SUFFIX) \ | 128 | 105 | { \ | 129 | 105 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 105 | HIGHBD_TAIL_SUFFIX); \ | 131 | 105 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x4_c Line | Count | Source | 127 | 82 | HIGHBD_DECL_SUFFIX) \ | 128 | 82 | { \ | 129 | 82 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 82 | HIGHBD_TAIL_SUFFIX); \ | 131 | 82 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x4_c Line | Count | Source | 127 | 527 | HIGHBD_DECL_SUFFIX) \ | 128 | 527 | { \ | 129 | 527 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 527 | HIGHBD_TAIL_SUFFIX); \ | 131 | 527 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x4_c Line | Count | Source | 127 | 340 | HIGHBD_DECL_SUFFIX) \ | 128 | 340 | { \ | 129 | 340 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 340 | HIGHBD_TAIL_SUFFIX); \ | 131 | 340 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x4_c Line | Count | Source | 127 | 247 | HIGHBD_DECL_SUFFIX) \ | 128 | 247 | { \ | 129 | 247 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 247 | HIGHBD_TAIL_SUFFIX); \ | 131 | 247 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x4_c Line | Count | Source | 127 | 106 | HIGHBD_DECL_SUFFIX) \ | 128 | 106 | { \ | 129 | 106 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 106 | HIGHBD_TAIL_SUFFIX); \ | 131 | 106 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x4_c Line | Count | Source | 127 | 263 | HIGHBD_DECL_SUFFIX) \ | 128 | 263 | { \ | 129 | 263 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 263 | HIGHBD_TAIL_SUFFIX); \ | 131 | 263 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x4_c Line | Count | Source | 127 | 145 | HIGHBD_DECL_SUFFIX) \ | 128 | 145 | { \ | 129 | 145 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 145 | HIGHBD_TAIL_SUFFIX); \ | 131 | 145 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x8_c Line | Count | Source | 127 | 7.87k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.87k | { \ | 129 | 7.87k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.87k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.87k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x8_c Line | Count | Source | 127 | 2.81k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.81k | { \ | 129 | 2.81k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.81k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.81k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x8_c Line | Count | Source | 127 | 4.24k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.24k | { \ | 129 | 4.24k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.24k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.24k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x8_c Line | Count | Source | 127 | 3.51k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.51k | { \ | 129 | 3.51k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.51k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.51k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x8_c Line | Count | Source | 127 | 4.22k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.22k | { \ | 129 | 4.22k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.22k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.22k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x8_c Line | Count | Source | 127 | 394 | HIGHBD_DECL_SUFFIX) \ | 128 | 394 | { \ | 129 | 394 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 394 | HIGHBD_TAIL_SUFFIX); \ | 131 | 394 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x8_c Line | Count | Source | 127 | 295 | HIGHBD_DECL_SUFFIX) \ | 128 | 295 | { \ | 129 | 295 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 295 | HIGHBD_TAIL_SUFFIX); \ | 131 | 295 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x8_c Line | Count | Source | 127 | 432 | HIGHBD_DECL_SUFFIX) \ | 128 | 432 | { \ | 129 | 432 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 432 | HIGHBD_TAIL_SUFFIX); \ | 131 | 432 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x8_c Line | Count | Source | 127 | 414 | HIGHBD_DECL_SUFFIX) \ | 128 | 414 | { \ | 129 | 414 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 414 | HIGHBD_TAIL_SUFFIX); \ | 131 | 414 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x8_c Line | Count | Source | 127 | 270 | HIGHBD_DECL_SUFFIX) \ | 128 | 270 | { \ | 129 | 270 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 270 | HIGHBD_TAIL_SUFFIX); \ | 131 | 270 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x8_c Line | Count | Source | 127 | 991 | HIGHBD_DECL_SUFFIX) \ | 128 | 991 | { \ | 129 | 991 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 991 | HIGHBD_TAIL_SUFFIX); \ | 131 | 991 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x8_c Line | Count | Source | 127 | 544 | HIGHBD_DECL_SUFFIX) \ | 128 | 544 | { \ | 129 | 544 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 544 | HIGHBD_TAIL_SUFFIX); \ | 131 | 544 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x8_c Line | Count | Source | 127 | 241 | HIGHBD_DECL_SUFFIX) \ | 128 | 241 | { \ | 129 | 241 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 241 | HIGHBD_TAIL_SUFFIX); \ | 131 | 241 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x8_c Line | Count | Source | 127 | 201 | HIGHBD_DECL_SUFFIX) \ | 128 | 201 | { \ | 129 | 201 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 201 | HIGHBD_TAIL_SUFFIX); \ | 131 | 201 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x8_c Line | Count | Source | 127 | 317 | HIGHBD_DECL_SUFFIX) \ | 128 | 317 | { \ | 129 | 317 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 317 | HIGHBD_TAIL_SUFFIX); \ | 131 | 317 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x8_c Line | Count | Source | 127 | 231 | HIGHBD_DECL_SUFFIX) \ | 128 | 231 | { \ | 129 | 231 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 231 | HIGHBD_TAIL_SUFFIX); \ | 131 | 231 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x16_c Line | Count | Source | 127 | 3.62k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.62k | { \ | 129 | 3.62k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.62k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.62k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x16_c Line | Count | Source | 127 | 1.38k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.38k | { \ | 129 | 1.38k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.38k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.38k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x16_c Line | Count | Source | 127 | 1.52k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.52k | { \ | 129 | 1.52k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.52k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.52k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x16_c Line | Count | Source | 127 | 1.47k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.47k | { \ | 129 | 1.47k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.47k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.47k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x16_c Line | Count | Source | 127 | 1.53k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.53k | { \ | 129 | 1.53k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.53k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.53k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x16_c Line | Count | Source | 127 | 142 | HIGHBD_DECL_SUFFIX) \ | 128 | 142 | { \ | 129 | 142 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 142 | HIGHBD_TAIL_SUFFIX); \ | 131 | 142 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x16_c Line | Count | Source | 127 | 166 | HIGHBD_DECL_SUFFIX) \ | 128 | 166 | { \ | 129 | 166 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 166 | HIGHBD_TAIL_SUFFIX); \ | 131 | 166 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x16_c Line | Count | Source | 127 | 187 | HIGHBD_DECL_SUFFIX) \ | 128 | 187 | { \ | 129 | 187 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 187 | HIGHBD_TAIL_SUFFIX); \ | 131 | 187 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x16_c Line | Count | Source | 127 | 281 | HIGHBD_DECL_SUFFIX) \ | 128 | 281 | { \ | 129 | 281 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 281 | HIGHBD_TAIL_SUFFIX); \ | 131 | 281 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x16_c Line | Count | Source | 127 | 129 | HIGHBD_DECL_SUFFIX) \ | 128 | 129 | { \ | 129 | 129 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 129 | HIGHBD_TAIL_SUFFIX); \ | 131 | 129 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x16_c Line | Count | Source | 127 | 532 | HIGHBD_DECL_SUFFIX) \ | 128 | 532 | { \ | 129 | 532 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 532 | HIGHBD_TAIL_SUFFIX); \ | 131 | 532 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x16_c Line | Count | Source | 127 | 353 | HIGHBD_DECL_SUFFIX) \ | 128 | 353 | { \ | 129 | 353 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 353 | HIGHBD_TAIL_SUFFIX); \ | 131 | 353 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x16_c Line | Count | Source | 127 | 132 | HIGHBD_DECL_SUFFIX) \ | 128 | 132 | { \ | 129 | 132 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 132 | HIGHBD_TAIL_SUFFIX); \ | 131 | 132 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x16_c Line | Count | Source | 127 | 125 | HIGHBD_DECL_SUFFIX) \ | 128 | 125 | { \ | 129 | 125 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 125 | HIGHBD_TAIL_SUFFIX); \ | 131 | 125 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x16_c Line | Count | Source | 127 | 136 | HIGHBD_DECL_SUFFIX) \ | 128 | 136 | { \ | 129 | 136 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 136 | HIGHBD_TAIL_SUFFIX); \ | 131 | 136 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x16_c Line | Count | Source | 127 | 135 | HIGHBD_DECL_SUFFIX) \ | 128 | 135 | { \ | 129 | 135 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 135 | HIGHBD_TAIL_SUFFIX); \ | 131 | 135 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x32_c Line | Count | Source | 127 | 2.07k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.07k | { \ | 129 | 2.07k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.07k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.07k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x32_c Line | Count | Source | 127 | 138 | HIGHBD_DECL_SUFFIX) \ | 128 | 138 | { \ | 129 | 138 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 138 | HIGHBD_TAIL_SUFFIX); \ | 131 | 138 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x4_c Line | Count | Source | 127 | 1.04k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.04k | { \ | 129 | 1.04k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.04k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.04k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x4_c Line | Count | Source | 127 | 591 | HIGHBD_DECL_SUFFIX) \ | 128 | 591 | { \ | 129 | 591 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 591 | HIGHBD_TAIL_SUFFIX); \ | 131 | 591 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x4_c Line | Count | Source | 127 | 605 | HIGHBD_DECL_SUFFIX) \ | 128 | 605 | { \ | 129 | 605 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 605 | HIGHBD_TAIL_SUFFIX); \ | 131 | 605 | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x4_c Line | Count | Source | 127 | 574 | HIGHBD_DECL_SUFFIX) \ | 128 | 574 | { \ | 129 | 574 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 574 | HIGHBD_TAIL_SUFFIX); \ | 131 | 574 | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x4_c Line | Count | Source | 127 | 924 | HIGHBD_DECL_SUFFIX) \ | 128 | 924 | { \ | 129 | 924 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 924 | HIGHBD_TAIL_SUFFIX); \ | 131 | 924 | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x4_c Line | Count | Source | 127 | 106 | HIGHBD_DECL_SUFFIX) \ | 128 | 106 | { \ | 129 | 106 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 106 | HIGHBD_TAIL_SUFFIX); \ | 131 | 106 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x4_c Line | Count | Source | 127 | 88 | HIGHBD_DECL_SUFFIX) \ | 128 | 88 | { \ | 129 | 88 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 88 | HIGHBD_TAIL_SUFFIX); \ | 131 | 88 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x4_c Line | Count | Source | 127 | 107 | HIGHBD_DECL_SUFFIX) \ | 128 | 107 | { \ | 129 | 107 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 107 | HIGHBD_TAIL_SUFFIX); \ | 131 | 107 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x4_c Line | Count | Source | 127 | 140 | HIGHBD_DECL_SUFFIX) \ | 128 | 140 | { \ | 129 | 140 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 140 | HIGHBD_TAIL_SUFFIX); \ | 131 | 140 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_16x4_c Line | Count | Source | 127 | 133 | HIGHBD_DECL_SUFFIX) \ | 128 | 133 | { \ | 129 | 133 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 133 | HIGHBD_TAIL_SUFFIX); \ | 131 | 133 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x4_c Line | Count | Source | 127 | 284 | HIGHBD_DECL_SUFFIX) \ | 128 | 284 | { \ | 129 | 284 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 284 | HIGHBD_TAIL_SUFFIX); \ | 131 | 284 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x4_c Line | Count | Source | 127 | 197 | HIGHBD_DECL_SUFFIX) \ | 128 | 197 | { \ | 129 | 197 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 197 | HIGHBD_TAIL_SUFFIX); \ | 131 | 197 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_16x4_c Line | Count | Source | 127 | 183 | HIGHBD_DECL_SUFFIX) \ | 128 | 183 | { \ | 129 | 183 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 183 | HIGHBD_TAIL_SUFFIX); \ | 131 | 183 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_16x4_c Line | Count | Source | 127 | 99 | HIGHBD_DECL_SUFFIX) \ | 128 | 99 | { \ | 129 | 99 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 99 | HIGHBD_TAIL_SUFFIX); \ | 131 | 99 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_16x4_c Line | Count | Source | 127 | 198 | HIGHBD_DECL_SUFFIX) \ | 128 | 198 | { \ | 129 | 198 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 198 | HIGHBD_TAIL_SUFFIX); \ | 131 | 198 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_16x4_c Line | Count | Source | 127 | 155 | HIGHBD_DECL_SUFFIX) \ | 128 | 155 | { \ | 129 | 155 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 155 | HIGHBD_TAIL_SUFFIX); \ | 131 | 155 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x8_c Line | Count | Source | 127 | 3.59k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.59k | { \ | 129 | 3.59k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.59k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.59k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x8_c Line | Count | Source | 127 | 779 | HIGHBD_DECL_SUFFIX) \ | 128 | 779 | { \ | 129 | 779 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 779 | HIGHBD_TAIL_SUFFIX); \ | 131 | 779 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x8_c Line | Count | Source | 127 | 2.38k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.38k | { \ | 129 | 2.38k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.38k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.38k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x8_c Line | Count | Source | 127 | 1.64k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.64k | { \ | 129 | 1.64k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.64k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.64k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x8_c Line | Count | Source | 127 | 2.44k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.44k | { \ | 129 | 2.44k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.44k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.44k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x8_c Line | Count | Source | 127 | 189 | HIGHBD_DECL_SUFFIX) \ | 128 | 189 | { \ | 129 | 189 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 189 | HIGHBD_TAIL_SUFFIX); \ | 131 | 189 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x8_c Line | Count | Source | 127 | 119 | HIGHBD_DECL_SUFFIX) \ | 128 | 119 | { \ | 129 | 119 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 119 | HIGHBD_TAIL_SUFFIX); \ | 131 | 119 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x8_c Line | Count | Source | 127 | 163 | HIGHBD_DECL_SUFFIX) \ | 128 | 163 | { \ | 129 | 163 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 163 | HIGHBD_TAIL_SUFFIX); \ | 131 | 163 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x8_c Line | Count | Source | 127 | 216 | HIGHBD_DECL_SUFFIX) \ | 128 | 216 | { \ | 129 | 216 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 216 | HIGHBD_TAIL_SUFFIX); \ | 131 | 216 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_16x8_c Line | Count | Source | 127 | 160 | HIGHBD_DECL_SUFFIX) \ | 128 | 160 | { \ | 129 | 160 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 160 | HIGHBD_TAIL_SUFFIX); \ | 131 | 160 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x8_c Line | Count | Source | 127 | 525 | HIGHBD_DECL_SUFFIX) \ | 128 | 525 | { \ | 129 | 525 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 525 | HIGHBD_TAIL_SUFFIX); \ | 131 | 525 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x8_c Line | Count | Source | 127 | 345 | HIGHBD_DECL_SUFFIX) \ | 128 | 345 | { \ | 129 | 345 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 345 | HIGHBD_TAIL_SUFFIX); \ | 131 | 345 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_16x8_c Line | Count | Source | 127 | 173 | HIGHBD_DECL_SUFFIX) \ | 128 | 173 | { \ | 129 | 173 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 173 | HIGHBD_TAIL_SUFFIX); \ | 131 | 173 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_16x8_c Line | Count | Source | 127 | 130 | HIGHBD_DECL_SUFFIX) \ | 128 | 130 | { \ | 129 | 130 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 130 | HIGHBD_TAIL_SUFFIX); \ | 131 | 130 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_16x8_c Line | Count | Source | 127 | 212 | HIGHBD_DECL_SUFFIX) \ | 128 | 212 | { \ | 129 | 212 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 212 | HIGHBD_TAIL_SUFFIX); \ | 131 | 212 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_16x8_c Line | Count | Source | 127 | 135 | HIGHBD_DECL_SUFFIX) \ | 128 | 135 | { \ | 129 | 135 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 135 | HIGHBD_TAIL_SUFFIX); \ | 131 | 135 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x16_c Line | Count | Source | 127 | 8.20k | HIGHBD_DECL_SUFFIX) \ | 128 | 8.20k | { \ | 129 | 8.20k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 8.20k | HIGHBD_TAIL_SUFFIX); \ | 131 | 8.20k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x16_c Line | Count | Source | 127 | 1.18k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.18k | { \ | 129 | 1.18k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.18k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.18k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x16_c Line | Count | Source | 127 | 6.28k | HIGHBD_DECL_SUFFIX) \ | 128 | 6.28k | { \ | 129 | 6.28k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 6.28k | HIGHBD_TAIL_SUFFIX); \ | 131 | 6.28k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x16_c Line | Count | Source | 127 | 4.99k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.99k | { \ | 129 | 4.99k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.99k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.99k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x16_c Line | Count | Source | 127 | 7.76k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.76k | { \ | 129 | 7.76k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.76k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.76k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x16_c Line | Count | Source | 127 | 209 | HIGHBD_DECL_SUFFIX) \ | 128 | 209 | { \ | 129 | 209 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 209 | HIGHBD_TAIL_SUFFIX); \ | 131 | 209 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x16_c Line | Count | Source | 127 | 218 | HIGHBD_DECL_SUFFIX) \ | 128 | 218 | { \ | 129 | 218 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 218 | HIGHBD_TAIL_SUFFIX); \ | 131 | 218 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x16_c Line | Count | Source | 127 | 247 | HIGHBD_DECL_SUFFIX) \ | 128 | 247 | { \ | 129 | 247 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 247 | HIGHBD_TAIL_SUFFIX); \ | 131 | 247 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x16_c Line | Count | Source | 127 | 264 | HIGHBD_DECL_SUFFIX) \ | 128 | 264 | { \ | 129 | 264 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 264 | HIGHBD_TAIL_SUFFIX); \ | 131 | 264 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_16x16_c Line | Count | Source | 127 | 137 | HIGHBD_DECL_SUFFIX) \ | 128 | 137 | { \ | 129 | 137 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 137 | HIGHBD_TAIL_SUFFIX); \ | 131 | 137 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x16_c Line | Count | Source | 127 | 193 | HIGHBD_DECL_SUFFIX) \ | 128 | 193 | { \ | 129 | 193 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 193 | HIGHBD_TAIL_SUFFIX); \ | 131 | 193 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x16_c Line | Count | Source | 127 | 101 | HIGHBD_DECL_SUFFIX) \ | 128 | 101 | { \ | 129 | 101 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 101 | HIGHBD_TAIL_SUFFIX); \ | 131 | 101 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x32_c Line | Count | Source | 127 | 13.1k | HIGHBD_DECL_SUFFIX) \ | 128 | 13.1k | { \ | 129 | 13.1k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 13.1k | HIGHBD_TAIL_SUFFIX); \ | 131 | 13.1k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x32_c Line | Count | Source | 127 | 115 | HIGHBD_DECL_SUFFIX) \ | 128 | 115 | { \ | 129 | 115 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 115 | HIGHBD_TAIL_SUFFIX); \ | 131 | 115 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x64_c Line | Count | Source | 127 | 1.69k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.69k | { \ | 129 | 1.69k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.69k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.69k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x8_c Line | Count | Source | 127 | 2.14k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.14k | { \ | 129 | 2.14k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.14k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.14k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x8_c Line | Count | Source | 127 | 83 | HIGHBD_DECL_SUFFIX) \ | 128 | 83 | { \ | 129 | 83 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 83 | HIGHBD_TAIL_SUFFIX); \ | 131 | 83 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x16_c Line | Count | Source | 127 | 8.39k | HIGHBD_DECL_SUFFIX) \ | 128 | 8.39k | { \ | 129 | 8.39k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 8.39k | HIGHBD_TAIL_SUFFIX); \ | 131 | 8.39k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x16_c Line | Count | Source | 127 | 83 | HIGHBD_DECL_SUFFIX) \ | 128 | 83 | { \ | 129 | 83 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 83 | HIGHBD_TAIL_SUFFIX); \ | 131 | 83 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x32_c Line | Count | Source | 127 | 120k | HIGHBD_DECL_SUFFIX) \ | 128 | 120k | { \ | 129 | 120k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 120k | HIGHBD_TAIL_SUFFIX); \ | 131 | 120k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x32_c Line | Count | Source | 127 | 56 | HIGHBD_DECL_SUFFIX) \ | 128 | 56 | { \ | 129 | 56 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 56 | HIGHBD_TAIL_SUFFIX); \ | 131 | 56 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x64_c Line | Count | Source | 127 | 11.0k | HIGHBD_DECL_SUFFIX) \ | 128 | 11.0k | { \ | 129 | 11.0k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 11.0k | HIGHBD_TAIL_SUFFIX); \ | 131 | 11.0k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x16_c Line | Count | Source | 127 | 1.33k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.33k | { \ | 129 | 1.33k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.33k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.33k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x32_c Line | Count | Source | 127 | 6.98k | HIGHBD_DECL_SUFFIX) \ | 128 | 6.98k | { \ | 129 | 6.98k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 6.98k | HIGHBD_TAIL_SUFFIX); \ | 131 | 6.98k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x64_c Line | Count | Source | 127 | 54.5k | HIGHBD_DECL_SUFFIX) \ | 128 | 54.5k | { \ | 129 | 54.5k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 54.5k | HIGHBD_TAIL_SUFFIX); \ | 131 | 54.5k | } |
|