131 | 356k | } itx_tmpl.c:inv_txfm_add_dct_dct_4x4_c Line | Count | Source | 127 | 4.27k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.27k | { \ | 129 | 4.27k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.27k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.27k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x4_c Line | Count | Source | 127 | 2.30k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.30k | { \ | 129 | 2.30k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.30k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.30k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x4_c Line | Count | Source | 127 | 2.76k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.76k | { \ | 129 | 2.76k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.76k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.76k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x4_c Line | Count | Source | 127 | 2.48k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.48k | { \ | 129 | 2.48k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.48k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.48k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x4_c Line | Count | Source | 127 | 2.96k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.96k | { \ | 129 | 2.96k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.96k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.96k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x4_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_4x4_c Line | Count | Source | 127 | 273 | HIGHBD_DECL_SUFFIX) \ | 128 | 273 | { \ | 129 | 273 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 273 | HIGHBD_TAIL_SUFFIX); \ | 131 | 273 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x4_c Line | Count | Source | 127 | 207 | HIGHBD_DECL_SUFFIX) \ | 128 | 207 | { \ | 129 | 207 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 207 | HIGHBD_TAIL_SUFFIX); \ | 131 | 207 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x4_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_flipadst_flipadst_4x4_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_4x4_c Line | Count | Source | 127 | 1.05k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.05k | { \ | 129 | 1.05k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.05k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.05k | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x4_c Line | Count | Source | 127 | 452 | HIGHBD_DECL_SUFFIX) \ | 128 | 452 | { \ | 129 | 452 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 452 | HIGHBD_TAIL_SUFFIX); \ | 131 | 452 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x4_c Line | Count | Source | 127 | 268 | HIGHBD_DECL_SUFFIX) \ | 128 | 268 | { \ | 129 | 268 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 268 | HIGHBD_TAIL_SUFFIX); \ | 131 | 268 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x4_c Line | Count | Source | 127 | 175 | HIGHBD_DECL_SUFFIX) \ | 128 | 175 | { \ | 129 | 175 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 175 | HIGHBD_TAIL_SUFFIX); \ | 131 | 175 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x4_c Line | Count | Source | 127 | 376 | HIGHBD_DECL_SUFFIX) \ | 128 | 376 | { \ | 129 | 376 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 376 | HIGHBD_TAIL_SUFFIX); \ | 131 | 376 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_4x4_c Line | Count | Source | 127 | 341 | HIGHBD_DECL_SUFFIX) \ | 128 | 341 | { \ | 129 | 341 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 341 | HIGHBD_TAIL_SUFFIX); \ | 131 | 341 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_4x8_c Line | Count | Source | 127 | 1.84k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.84k | { \ | 129 | 1.84k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.84k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.84k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x8_c Line | Count | Source | 127 | 968 | HIGHBD_DECL_SUFFIX) \ | 128 | 968 | { \ | 129 | 968 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 968 | HIGHBD_TAIL_SUFFIX); \ | 131 | 968 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x8_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_dct_adst_4x8_c Line | Count | Source | 127 | 904 | HIGHBD_DECL_SUFFIX) \ | 128 | 904 | { \ | 129 | 904 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 904 | HIGHBD_TAIL_SUFFIX); \ | 131 | 904 | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x8_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_flipadst_adst_4x8_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_adst_flipadst_4x8_c Line | Count | Source | 127 | 162 | HIGHBD_DECL_SUFFIX) \ | 128 | 162 | { \ | 129 | 162 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 162 | HIGHBD_TAIL_SUFFIX); \ | 131 | 162 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x8_c Line | Count | Source | 127 | 158 | HIGHBD_DECL_SUFFIX) \ | 128 | 158 | { \ | 129 | 158 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 158 | HIGHBD_TAIL_SUFFIX); \ | 131 | 158 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x8_c Line | Count | Source | 127 | 92 | HIGHBD_DECL_SUFFIX) \ | 128 | 92 | { \ | 129 | 92 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 92 | HIGHBD_TAIL_SUFFIX); \ | 131 | 92 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x8_c Line | Count | Source | 127 | 150 | HIGHBD_DECL_SUFFIX) \ | 128 | 150 | { \ | 129 | 150 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 150 | HIGHBD_TAIL_SUFFIX); \ | 131 | 150 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_4x8_c Line | Count | Source | 127 | 558 | HIGHBD_DECL_SUFFIX) \ | 128 | 558 | { \ | 129 | 558 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 558 | HIGHBD_TAIL_SUFFIX); \ | 131 | 558 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x8_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_identity_4x8_c Line | Count | Source | 127 | 171 | HIGHBD_DECL_SUFFIX) \ | 128 | 171 | { \ | 129 | 171 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 171 | HIGHBD_TAIL_SUFFIX); \ | 131 | 171 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x8_c Line | Count | Source | 127 | 150 | HIGHBD_DECL_SUFFIX) \ | 128 | 150 | { \ | 129 | 150 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 150 | HIGHBD_TAIL_SUFFIX); \ | 131 | 150 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x8_c Line | Count | Source | 127 | 144 | HIGHBD_DECL_SUFFIX) \ | 128 | 144 | { \ | 129 | 144 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 144 | HIGHBD_TAIL_SUFFIX); \ | 131 | 144 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_4x8_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_4x16_c Line | Count | Source | 127 | 1.24k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.24k | { \ | 129 | 1.24k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.24k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.24k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x16_c Line | Count | Source | 127 | 903 | HIGHBD_DECL_SUFFIX) \ | 128 | 903 | { \ | 129 | 903 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 903 | HIGHBD_TAIL_SUFFIX); \ | 131 | 903 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x16_c Line | Count | Source | 127 | 515 | HIGHBD_DECL_SUFFIX) \ | 128 | 515 | { \ | 129 | 515 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 515 | HIGHBD_TAIL_SUFFIX); \ | 131 | 515 | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x16_c Line | Count | Source | 127 | 510 | HIGHBD_DECL_SUFFIX) \ | 128 | 510 | { \ | 129 | 510 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 510 | HIGHBD_TAIL_SUFFIX); \ | 131 | 510 | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x16_c Line | Count | Source | 127 | 593 | HIGHBD_DECL_SUFFIX) \ | 128 | 593 | { \ | 129 | 593 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 593 | HIGHBD_TAIL_SUFFIX); \ | 131 | 593 | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x16_c Line | Count | Source | 127 | 288 | HIGHBD_DECL_SUFFIX) \ | 128 | 288 | { \ | 129 | 288 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 288 | HIGHBD_TAIL_SUFFIX); \ | 131 | 288 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x16_c Line | Count | Source | 127 | 258 | HIGHBD_DECL_SUFFIX) \ | 128 | 258 | { \ | 129 | 258 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 258 | HIGHBD_TAIL_SUFFIX); \ | 131 | 258 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x16_c Line | Count | Source | 127 | 237 | HIGHBD_DECL_SUFFIX) \ | 128 | 237 | { \ | 129 | 237 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 237 | HIGHBD_TAIL_SUFFIX); \ | 131 | 237 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x16_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_flipadst_flipadst_4x16_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_dct_identity_4x16_c Line | Count | Source | 127 | 378 | HIGHBD_DECL_SUFFIX) \ | 128 | 378 | { \ | 129 | 378 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 378 | HIGHBD_TAIL_SUFFIX); \ | 131 | 378 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x16_c Line | Count | Source | 127 | 179 | HIGHBD_DECL_SUFFIX) \ | 128 | 179 | { \ | 129 | 179 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 179 | HIGHBD_TAIL_SUFFIX); \ | 131 | 179 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x16_c Line | Count | Source | 127 | 256 | HIGHBD_DECL_SUFFIX) \ | 128 | 256 | { \ | 129 | 256 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 256 | HIGHBD_TAIL_SUFFIX); \ | 131 | 256 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x16_c Line | Count | Source | 127 | 151 | HIGHBD_DECL_SUFFIX) \ | 128 | 151 | { \ | 129 | 151 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 151 | HIGHBD_TAIL_SUFFIX); \ | 131 | 151 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x16_c Line | Count | Source | 127 | 288 | HIGHBD_DECL_SUFFIX) \ | 128 | 288 | { \ | 129 | 288 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 288 | HIGHBD_TAIL_SUFFIX); \ | 131 | 288 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_4x16_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_dct_dct_8x4_c Line | Count | Source | 127 | 1.98k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.98k | { \ | 129 | 1.98k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.98k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.98k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x4_c Line | Count | Source | 127 | 956 | HIGHBD_DECL_SUFFIX) \ | 128 | 956 | { \ | 129 | 956 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 956 | HIGHBD_TAIL_SUFFIX); \ | 131 | 956 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x4_c Line | Count | Source | 127 | 1.30k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.30k | { \ | 129 | 1.30k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.30k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.30k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x4_c Line | Count | Source | 127 | 1.36k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.36k | { \ | 129 | 1.36k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.36k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.36k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x4_c Line | Count | Source | 127 | 1.80k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.80k | { \ | 129 | 1.80k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.80k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.80k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x4_c Line | Count | Source | 127 | 127 | HIGHBD_DECL_SUFFIX) \ | 128 | 127 | { \ | 129 | 127 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 127 | HIGHBD_TAIL_SUFFIX); \ | 131 | 127 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x4_c Line | Count | Source | 127 | 176 | HIGHBD_DECL_SUFFIX) \ | 128 | 176 | { \ | 129 | 176 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 176 | HIGHBD_TAIL_SUFFIX); \ | 131 | 176 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x4_c Line | Count | Source | 127 | 95 | HIGHBD_DECL_SUFFIX) \ | 128 | 95 | { \ | 129 | 95 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 95 | HIGHBD_TAIL_SUFFIX); \ | 131 | 95 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x4_c Line | Count | Source | 127 | 146 | HIGHBD_DECL_SUFFIX) \ | 128 | 146 | { \ | 129 | 146 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 146 | HIGHBD_TAIL_SUFFIX); \ | 131 | 146 | } |
itx_tmpl.c:inv_txfm_add_flipadst_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_dct_identity_8x4_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_identity_dct_8x4_c Line | Count | Source | 127 | 282 | HIGHBD_DECL_SUFFIX) \ | 128 | 282 | { \ | 129 | 282 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 282 | HIGHBD_TAIL_SUFFIX); \ | 131 | 282 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x4_c Line | Count | Source | 127 | 251 | HIGHBD_DECL_SUFFIX) \ | 128 | 251 | { \ | 129 | 251 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 251 | HIGHBD_TAIL_SUFFIX); \ | 131 | 251 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x4_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_adst_identity_8x4_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_identity_adst_8x4_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_dct_dct_8x8_c Line | Count | Source | 127 | 7.08k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.08k | { \ | 129 | 7.08k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.08k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.08k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x8_c Line | Count | Source | 127 | 2.80k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.80k | { \ | 129 | 2.80k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.80k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.80k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x8_c Line | Count | Source | 127 | 4.50k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.50k | { \ | 129 | 4.50k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.50k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.50k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x8_c Line | Count | Source | 127 | 3.40k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.40k | { \ | 129 | 3.40k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.40k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.40k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x8_c Line | Count | Source | 127 | 3.88k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.88k | { \ | 129 | 3.88k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.88k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.88k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x8_c Line | Count | Source | 127 | 337 | HIGHBD_DECL_SUFFIX) \ | 128 | 337 | { \ | 129 | 337 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 337 | HIGHBD_TAIL_SUFFIX); \ | 131 | 337 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x8_c Line | Count | Source | 127 | 321 | HIGHBD_DECL_SUFFIX) \ | 128 | 321 | { \ | 129 | 321 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 321 | HIGHBD_TAIL_SUFFIX); \ | 131 | 321 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x8_c Line | Count | Source | 127 | 411 | HIGHBD_DECL_SUFFIX) \ | 128 | 411 | { \ | 129 | 411 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 411 | HIGHBD_TAIL_SUFFIX); \ | 131 | 411 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x8_c Line | Count | Source | 127 | 433 | HIGHBD_DECL_SUFFIX) \ | 128 | 433 | { \ | 129 | 433 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 433 | HIGHBD_TAIL_SUFFIX); \ | 131 | 433 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x8_c Line | Count | Source | 127 | 287 | HIGHBD_DECL_SUFFIX) \ | 128 | 287 | { \ | 129 | 287 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 287 | HIGHBD_TAIL_SUFFIX); \ | 131 | 287 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x8_c Line | Count | Source | 127 | 951 | HIGHBD_DECL_SUFFIX) \ | 128 | 951 | { \ | 129 | 951 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 951 | HIGHBD_TAIL_SUFFIX); \ | 131 | 951 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x8_c Line | Count | Source | 127 | 507 | HIGHBD_DECL_SUFFIX) \ | 128 | 507 | { \ | 129 | 507 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 507 | HIGHBD_TAIL_SUFFIX); \ | 131 | 507 | } |
itx_tmpl.c:inv_txfm_add_flipadst_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_flipadst_8x8_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_adst_identity_8x8_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_adst_8x8_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_8x16_c Line | Count | Source | 127 | 3.66k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.66k | { \ | 129 | 3.66k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.66k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.66k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x16_c Line | Count | Source | 127 | 1.45k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.45k | { \ | 129 | 1.45k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.45k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.45k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x16_c Line | Count | Source | 127 | 1.39k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.39k | { \ | 129 | 1.39k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.39k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.39k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x16_c Line | Count | Source | 127 | 1.54k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.54k | { \ | 129 | 1.54k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.54k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.54k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x16_c Line | Count | Source | 127 | 1.75k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.75k | { \ | 129 | 1.75k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.75k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.75k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x16_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_adst_flipadst_8x16_c Line | Count | Source | 127 | 188 | HIGHBD_DECL_SUFFIX) \ | 128 | 188 | { \ | 129 | 188 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 188 | HIGHBD_TAIL_SUFFIX); \ | 131 | 188 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x16_c Line | Count | Source | 127 | 214 | HIGHBD_DECL_SUFFIX) \ | 128 | 214 | { \ | 129 | 214 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 214 | HIGHBD_TAIL_SUFFIX); \ | 131 | 214 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x16_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_flipadst_flipadst_8x16_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_dct_identity_8x16_c Line | Count | Source | 127 | 407 | HIGHBD_DECL_SUFFIX) \ | 128 | 407 | { \ | 129 | 407 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 407 | HIGHBD_TAIL_SUFFIX); \ | 131 | 407 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x16_c Line | Count | Source | 127 | 261 | HIGHBD_DECL_SUFFIX) \ | 128 | 261 | { \ | 129 | 261 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 261 | HIGHBD_TAIL_SUFFIX); \ | 131 | 261 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x16_c Line | Count | Source | 127 | 150 | HIGHBD_DECL_SUFFIX) \ | 128 | 150 | { \ | 129 | 150 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 150 | HIGHBD_TAIL_SUFFIX); \ | 131 | 150 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x16_c Line | Count | Source | 127 | 117 | HIGHBD_DECL_SUFFIX) \ | 128 | 117 | { \ | 129 | 117 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 117 | HIGHBD_TAIL_SUFFIX); \ | 131 | 117 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x16_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_identity_adst_8x16_c Line | Count | Source | 127 | 144 | HIGHBD_DECL_SUFFIX) \ | 128 | 144 | { \ | 129 | 144 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 144 | HIGHBD_TAIL_SUFFIX); \ | 131 | 144 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x32_c Line | Count | Source | 127 | 2.24k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.24k | { \ | 129 | 2.24k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.24k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.24k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x32_c Line | Count | Source | 127 | 75 | HIGHBD_DECL_SUFFIX) \ | 128 | 75 | { \ | 129 | 75 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 75 | HIGHBD_TAIL_SUFFIX); \ | 131 | 75 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x4_c Line | Count | Source | 127 | 857 | HIGHBD_DECL_SUFFIX) \ | 128 | 857 | { \ | 129 | 857 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 857 | HIGHBD_TAIL_SUFFIX); \ | 131 | 857 | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x4_c Line | Count | Source | 127 | 519 | HIGHBD_DECL_SUFFIX) \ | 128 | 519 | { \ | 129 | 519 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 519 | HIGHBD_TAIL_SUFFIX); \ | 131 | 519 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x4_c Line | Count | Source | 127 | 640 | HIGHBD_DECL_SUFFIX) \ | 128 | 640 | { \ | 129 | 640 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 640 | HIGHBD_TAIL_SUFFIX); \ | 131 | 640 | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x4_c Line | Count | Source | 127 | 571 | HIGHBD_DECL_SUFFIX) \ | 128 | 571 | { \ | 129 | 571 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 571 | HIGHBD_TAIL_SUFFIX); \ | 131 | 571 | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x4_c Line | Count | Source | 127 | 764 | HIGHBD_DECL_SUFFIX) \ | 128 | 764 | { \ | 129 | 764 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 764 | HIGHBD_TAIL_SUFFIX); \ | 131 | 764 | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x4_c Line | Count | Source | 127 | 122 | HIGHBD_DECL_SUFFIX) \ | 128 | 122 | { \ | 129 | 122 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 122 | HIGHBD_TAIL_SUFFIX); \ | 131 | 122 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x4_c Line | Count | Source | 127 | 131 | HIGHBD_DECL_SUFFIX) \ | 128 | 131 | { \ | 129 | 131 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 131 | HIGHBD_TAIL_SUFFIX); \ | 131 | 131 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x4_c Line | Count | Source | 127 | 162 | HIGHBD_DECL_SUFFIX) \ | 128 | 162 | { \ | 129 | 162 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 162 | HIGHBD_TAIL_SUFFIX); \ | 131 | 162 | } |
itx_tmpl.c:inv_txfm_add_dct_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_flipadst_flipadst_16x4_c Line | Count | Source | 127 | 121 | HIGHBD_DECL_SUFFIX) \ | 128 | 121 | { \ | 129 | 121 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 121 | HIGHBD_TAIL_SUFFIX); \ | 131 | 121 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x4_c Line | Count | Source | 127 | 292 | HIGHBD_DECL_SUFFIX) \ | 128 | 292 | { \ | 129 | 292 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 292 | HIGHBD_TAIL_SUFFIX); \ | 131 | 292 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x4_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_flipadst_identity_16x4_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_identity_flipadst_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_adst_identity_16x4_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_adst_16x4_c Line | Count | Source | 127 | 176 | HIGHBD_DECL_SUFFIX) \ | 128 | 176 | { \ | 129 | 176 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 176 | HIGHBD_TAIL_SUFFIX); \ | 131 | 176 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x8_c Line | Count | Source | 127 | 3.36k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.36k | { \ | 129 | 3.36k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.36k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.36k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x8_c Line | Count | Source | 127 | 943 | HIGHBD_DECL_SUFFIX) \ | 128 | 943 | { \ | 129 | 943 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 943 | HIGHBD_TAIL_SUFFIX); \ | 131 | 943 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x8_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_dct_adst_16x8_c Line | Count | Source | 127 | 1.56k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.56k | { \ | 129 | 1.56k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.56k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.56k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x8_c Line | Count | Source | 127 | 1.80k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.80k | { \ | 129 | 1.80k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.80k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.80k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x8_c Line | Count | Source | 127 | 240 | HIGHBD_DECL_SUFFIX) \ | 128 | 240 | { \ | 129 | 240 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 240 | HIGHBD_TAIL_SUFFIX); \ | 131 | 240 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x8_c Line | Count | Source | 127 | 180 | HIGHBD_DECL_SUFFIX) \ | 128 | 180 | { \ | 129 | 180 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 180 | HIGHBD_TAIL_SUFFIX); \ | 131 | 180 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x8_c Line | Count | Source | 127 | 126 | HIGHBD_DECL_SUFFIX) \ | 128 | 126 | { \ | 129 | 126 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 126 | HIGHBD_TAIL_SUFFIX); \ | 131 | 126 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x8_c Line | Count | Source | 127 | 164 | HIGHBD_DECL_SUFFIX) \ | 128 | 164 | { \ | 129 | 164 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 164 | HIGHBD_TAIL_SUFFIX); \ | 131 | 164 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_16x8_c Line | Count | Source | 127 | 146 | HIGHBD_DECL_SUFFIX) \ | 128 | 146 | { \ | 129 | 146 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 146 | HIGHBD_TAIL_SUFFIX); \ | 131 | 146 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x8_c Line | Count | Source | 127 | 425 | HIGHBD_DECL_SUFFIX) \ | 128 | 425 | { \ | 129 | 425 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 425 | HIGHBD_TAIL_SUFFIX); \ | 131 | 425 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x8_c Line | Count | Source | 127 | 374 | HIGHBD_DECL_SUFFIX) \ | 128 | 374 | { \ | 129 | 374 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 374 | HIGHBD_TAIL_SUFFIX); \ | 131 | 374 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_16x8_c Line | Count | Source | 127 | 206 | HIGHBD_DECL_SUFFIX) \ | 128 | 206 | { \ | 129 | 206 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 206 | HIGHBD_TAIL_SUFFIX); \ | 131 | 206 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_16x8_c Line | Count | Source | 127 | 168 | HIGHBD_DECL_SUFFIX) \ | 128 | 168 | { \ | 129 | 168 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 168 | HIGHBD_TAIL_SUFFIX); \ | 131 | 168 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_16x8_c Line | Count | Source | 127 | 186 | HIGHBD_DECL_SUFFIX) \ | 128 | 186 | { \ | 129 | 186 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 186 | HIGHBD_TAIL_SUFFIX); \ | 131 | 186 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_16x8_c Line | Count | Source | 127 | 146 | HIGHBD_DECL_SUFFIX) \ | 128 | 146 | { \ | 129 | 146 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 146 | HIGHBD_TAIL_SUFFIX); \ | 131 | 146 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x16_c Line | Count | Source | 127 | 7.14k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.14k | { \ | 129 | 7.14k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.14k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.14k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x16_c Line | Count | Source | 127 | 1.22k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.22k | { \ | 129 | 1.22k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.22k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.22k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x16_c Line | Count | Source | 127 | 7.23k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.23k | { \ | 129 | 7.23k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.23k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.23k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x16_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_adst_adst_16x16_c Line | Count | Source | 127 | 6.82k | HIGHBD_DECL_SUFFIX) \ | 128 | 6.82k | { \ | 129 | 6.82k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 6.82k | HIGHBD_TAIL_SUFFIX); \ | 131 | 6.82k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x16_c Line | Count | Source | 127 | 149 | HIGHBD_DECL_SUFFIX) \ | 128 | 149 | { \ | 129 | 149 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 149 | HIGHBD_TAIL_SUFFIX); \ | 131 | 149 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x16_c Line | Count | Source | 127 | 224 | HIGHBD_DECL_SUFFIX) \ | 128 | 224 | { \ | 129 | 224 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 224 | HIGHBD_TAIL_SUFFIX); \ | 131 | 224 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x16_c Line | Count | Source | 127 | 326 | HIGHBD_DECL_SUFFIX) \ | 128 | 326 | { \ | 129 | 326 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 326 | HIGHBD_TAIL_SUFFIX); \ | 131 | 326 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_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_flipadst_flipadst_16x16_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_dct_identity_16x16_c Line | Count | Source | 127 | 237 | HIGHBD_DECL_SUFFIX) \ | 128 | 237 | { \ | 129 | 237 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 237 | HIGHBD_TAIL_SUFFIX); \ | 131 | 237 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x16_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_dct_dct_16x32_c Line | Count | Source | 127 | 11.6k | HIGHBD_DECL_SUFFIX) \ | 128 | 11.6k | { \ | 129 | 11.6k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 11.6k | HIGHBD_TAIL_SUFFIX); \ | 131 | 11.6k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x32_c Line | Count | Source | 127 | 150 | HIGHBD_DECL_SUFFIX) \ | 128 | 150 | { \ | 129 | 150 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 150 | HIGHBD_TAIL_SUFFIX); \ | 131 | 150 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x64_c Line | Count | Source | 127 | 1.78k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.78k | { \ | 129 | 1.78k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.78k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.78k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x8_c Line | Count | Source | 127 | 2.32k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.32k | { \ | 129 | 2.32k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.32k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.32k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x8_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_32x16_c Line | Count | Source | 127 | 8.08k | HIGHBD_DECL_SUFFIX) \ | 128 | 8.08k | { \ | 129 | 8.08k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 8.08k | HIGHBD_TAIL_SUFFIX); \ | 131 | 8.08k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x16_c Line | Count | Source | 127 | 89 | HIGHBD_DECL_SUFFIX) \ | 128 | 89 | { \ | 129 | 89 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 89 | HIGHBD_TAIL_SUFFIX); \ | 131 | 89 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x32_c Line | Count | Source | 127 | 111k | HIGHBD_DECL_SUFFIX) \ | 128 | 111k | { \ | 129 | 111k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 111k | HIGHBD_TAIL_SUFFIX); \ | 131 | 111k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x32_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_dct_dct_32x64_c Line | Count | Source | 127 | 9.96k | HIGHBD_DECL_SUFFIX) \ | 128 | 9.96k | { \ | 129 | 9.96k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 9.96k | HIGHBD_TAIL_SUFFIX); \ | 131 | 9.96k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x16_c Line | Count | Source | 127 | 906 | HIGHBD_DECL_SUFFIX) \ | 128 | 906 | { \ | 129 | 906 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 906 | HIGHBD_TAIL_SUFFIX); \ | 131 | 906 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x32_c Line | Count | Source | 127 | 6.18k | HIGHBD_DECL_SUFFIX) \ | 128 | 6.18k | { \ | 129 | 6.18k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 6.18k | HIGHBD_TAIL_SUFFIX); \ | 131 | 6.18k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x64_c Line | Count | Source | 127 | 75.5k | HIGHBD_DECL_SUFFIX) \ | 128 | 75.5k | { \ | 129 | 75.5k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 75.5k | HIGHBD_TAIL_SUFFIX); \ | 131 | 75.5k | } |
|