131 | 199k | } itx_tmpl.c:inv_txfm_add_dct_dct_4x4_c Line | Count | Source | 127 | 3.80k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.80k | { \ | 129 | 3.80k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.80k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.80k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x4_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_adst_dct_4x4_c Line | Count | Source | 127 | 2.86k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.86k | { \ | 129 | 2.86k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.86k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.86k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x4_c Line | Count | Source | 127 | 2.46k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.46k | { \ | 129 | 2.46k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.46k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.46k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x4_c Line | Count | Source | 127 | 3.37k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.37k | { \ | 129 | 3.37k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.37k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.37k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x4_c Line | Count | Source | 127 | 278 | HIGHBD_DECL_SUFFIX) \ | 128 | 278 | { \ | 129 | 278 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 278 | HIGHBD_TAIL_SUFFIX); \ | 131 | 278 | } |
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 | 178 | HIGHBD_DECL_SUFFIX) \ | 128 | 178 | { \ | 129 | 178 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 178 | HIGHBD_TAIL_SUFFIX); \ | 131 | 178 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x4_c Line | Count | Source | 127 | 192 | HIGHBD_DECL_SUFFIX) \ | 128 | 192 | { \ | 129 | 192 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 192 | HIGHBD_TAIL_SUFFIX); \ | 131 | 192 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x4_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_dct_identity_4x4_c Line | Count | Source | 127 | 990 | HIGHBD_DECL_SUFFIX) \ | 128 | 990 | { \ | 129 | 990 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 990 | HIGHBD_TAIL_SUFFIX); \ | 131 | 990 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x4_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_identity_4x4_c Line | Count | Source | 127 | 412 | HIGHBD_DECL_SUFFIX) \ | 128 | 412 | { \ | 129 | 412 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 412 | HIGHBD_TAIL_SUFFIX); \ | 131 | 412 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x4_c Line | Count | Source | 127 | 211 | HIGHBD_DECL_SUFFIX) \ | 128 | 211 | { \ | 129 | 211 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 211 | HIGHBD_TAIL_SUFFIX); \ | 131 | 211 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_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_identity_adst_4x4_c Line | Count | Source | 127 | 246 | HIGHBD_DECL_SUFFIX) \ | 128 | 246 | { \ | 129 | 246 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 246 | HIGHBD_TAIL_SUFFIX); \ | 131 | 246 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_4x8_c Line | Count | Source | 127 | 1.76k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.76k | { \ | 129 | 1.76k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.76k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.76k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x8_c Line | Count | Source | 127 | 834 | HIGHBD_DECL_SUFFIX) \ | 128 | 834 | { \ | 129 | 834 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 834 | HIGHBD_TAIL_SUFFIX); \ | 131 | 834 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x8_c Line | Count | Source | 127 | 1.32k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.32k | { \ | 129 | 1.32k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.32k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.32k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x8_c Line | Count | Source | 127 | 1.03k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.03k | { \ | 129 | 1.03k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.03k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.03k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x8_c Line | Count | Source | 127 | 1.61k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.61k | { \ | 129 | 1.61k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.61k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.61k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x8_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_adst_flipadst_4x8_c Line | Count | Source | 127 | 232 | HIGHBD_DECL_SUFFIX) \ | 128 | 232 | { \ | 129 | 232 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 232 | HIGHBD_TAIL_SUFFIX); \ | 131 | 232 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x8_c Line | Count | Source | 127 | 100 | HIGHBD_DECL_SUFFIX) \ | 128 | 100 | { \ | 129 | 100 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 100 | HIGHBD_TAIL_SUFFIX); \ | 131 | 100 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x8_c Line | Count | Source | 127 | 97 | HIGHBD_DECL_SUFFIX) \ | 128 | 97 | { \ | 129 | 97 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 97 | HIGHBD_TAIL_SUFFIX); \ | 131 | 97 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x8_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_identity_4x8_c Line | Count | Source | 127 | 637 | HIGHBD_DECL_SUFFIX) \ | 128 | 637 | { \ | 129 | 637 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 637 | HIGHBD_TAIL_SUFFIX); \ | 131 | 637 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x8_c Line | Count | Source | 127 | 290 | HIGHBD_DECL_SUFFIX) \ | 128 | 290 | { \ | 129 | 290 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 290 | HIGHBD_TAIL_SUFFIX); \ | 131 | 290 | } |
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 | 165 | HIGHBD_DECL_SUFFIX) \ | 128 | 165 | { \ | 129 | 165 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 165 | HIGHBD_TAIL_SUFFIX); \ | 131 | 165 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x8_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_adst_4x8_c Line | Count | Source | 127 | 191 | HIGHBD_DECL_SUFFIX) \ | 128 | 191 | { \ | 129 | 191 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 191 | HIGHBD_TAIL_SUFFIX); \ | 131 | 191 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_4x16_c Line | Count | Source | 127 | 581 | HIGHBD_DECL_SUFFIX) \ | 128 | 581 | { \ | 129 | 581 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 581 | HIGHBD_TAIL_SUFFIX); \ | 131 | 581 | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x16_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_adst_dct_4x16_c Line | Count | Source | 127 | 308 | HIGHBD_DECL_SUFFIX) \ | 128 | 308 | { \ | 129 | 308 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 308 | HIGHBD_TAIL_SUFFIX); \ | 131 | 308 | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x16_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_adst_adst_4x16_c Line | Count | Source | 127 | 458 | HIGHBD_DECL_SUFFIX) \ | 128 | 458 | { \ | 129 | 458 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 458 | HIGHBD_TAIL_SUFFIX); \ | 131 | 458 | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x16_c Line | Count | Source | 127 | 49 | HIGHBD_DECL_SUFFIX) \ | 128 | 49 | { \ | 129 | 49 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 49 | HIGHBD_TAIL_SUFFIX); \ | 131 | 49 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x16_c Line | Count | Source | 127 | 64 | HIGHBD_DECL_SUFFIX) \ | 128 | 64 | { \ | 129 | 64 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 64 | HIGHBD_TAIL_SUFFIX); \ | 131 | 64 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x16_c Line | Count | Source | 127 | 44 | HIGHBD_DECL_SUFFIX) \ | 128 | 44 | { \ | 129 | 44 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 44 | HIGHBD_TAIL_SUFFIX); \ | 131 | 44 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x16_c Line | Count | Source | 127 | 45 | HIGHBD_DECL_SUFFIX) \ | 128 | 45 | { \ | 129 | 45 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 45 | HIGHBD_TAIL_SUFFIX); \ | 131 | 45 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x16_c Line | Count | Source | 127 | 33 | HIGHBD_DECL_SUFFIX) \ | 128 | 33 | { \ | 129 | 33 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 33 | HIGHBD_TAIL_SUFFIX); \ | 131 | 33 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_4x16_c Line | Count | Source | 127 | 213 | HIGHBD_DECL_SUFFIX) \ | 128 | 213 | { \ | 129 | 213 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 213 | HIGHBD_TAIL_SUFFIX); \ | 131 | 213 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x16_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_flipadst_identity_4x16_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_identity_flipadst_4x16_c Line | Count | Source | 127 | 49 | HIGHBD_DECL_SUFFIX) \ | 128 | 49 | { \ | 129 | 49 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 49 | HIGHBD_TAIL_SUFFIX); \ | 131 | 49 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x16_c Line | Count | Source | 127 | 62 | HIGHBD_DECL_SUFFIX) \ | 128 | 62 | { \ | 129 | 62 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 62 | HIGHBD_TAIL_SUFFIX); \ | 131 | 62 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_4x16_c Line | Count | Source | 127 | 55 | HIGHBD_DECL_SUFFIX) \ | 128 | 55 | { \ | 129 | 55 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 55 | HIGHBD_TAIL_SUFFIX); \ | 131 | 55 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x4_c Line | Count | Source | 127 | 2.41k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.41k | { \ | 129 | 2.41k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.41k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.41k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x4_c Line | Count | Source | 127 | 918 | HIGHBD_DECL_SUFFIX) \ | 128 | 918 | { \ | 129 | 918 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 918 | HIGHBD_TAIL_SUFFIX); \ | 131 | 918 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x4_c Line | Count | Source | 127 | 1.77k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.77k | { \ | 129 | 1.77k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.77k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.77k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x4_c Line | Count | Source | 127 | 1.49k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.49k | { \ | 129 | 1.49k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.49k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.49k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x4_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_flipadst_adst_8x4_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_adst_flipadst_8x4_c Line | Count | Source | 127 | 271 | HIGHBD_DECL_SUFFIX) \ | 128 | 271 | { \ | 129 | 271 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 271 | HIGHBD_TAIL_SUFFIX); \ | 131 | 271 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x4_c Line | Count | Source | 127 | 182 | HIGHBD_DECL_SUFFIX) \ | 128 | 182 | { \ | 129 | 182 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 182 | HIGHBD_TAIL_SUFFIX); \ | 131 | 182 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x4_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_flipadst_flipadst_8x4_c Line | Count | Source | 127 | 178 | HIGHBD_DECL_SUFFIX) \ | 128 | 178 | { \ | 129 | 178 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 178 | HIGHBD_TAIL_SUFFIX); \ | 131 | 178 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x4_c Line | Count | Source | 127 | 697 | HIGHBD_DECL_SUFFIX) \ | 128 | 697 | { \ | 129 | 697 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 697 | HIGHBD_TAIL_SUFFIX); \ | 131 | 697 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x4_c Line | Count | Source | 127 | 347 | HIGHBD_DECL_SUFFIX) \ | 128 | 347 | { \ | 129 | 347 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 347 | HIGHBD_TAIL_SUFFIX); \ | 131 | 347 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x4_c Line | Count | Source | 127 | 319 | HIGHBD_DECL_SUFFIX) \ | 128 | 319 | { \ | 129 | 319 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 319 | HIGHBD_TAIL_SUFFIX); \ | 131 | 319 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x4_c Line | Count | Source | 127 | 220 | HIGHBD_DECL_SUFFIX) \ | 128 | 220 | { \ | 129 | 220 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 220 | HIGHBD_TAIL_SUFFIX); \ | 131 | 220 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x4_c Line | Count | Source | 127 | 403 | HIGHBD_DECL_SUFFIX) \ | 128 | 403 | { \ | 129 | 403 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 403 | HIGHBD_TAIL_SUFFIX); \ | 131 | 403 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x4_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_dct_dct_8x8_c Line | Count | Source | 127 | 5.95k | HIGHBD_DECL_SUFFIX) \ | 128 | 5.95k | { \ | 129 | 5.95k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 5.95k | HIGHBD_TAIL_SUFFIX); \ | 131 | 5.95k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x8_c Line | Count | Source | 127 | 2.00k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.00k | { \ | 129 | 2.00k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.00k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.00k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x8_c Line | Count | Source | 127 | 3.77k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.77k | { \ | 129 | 3.77k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.77k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.77k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x8_c Line | Count | Source | 127 | 2.92k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.92k | { \ | 129 | 2.92k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.92k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.92k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x8_c Line | Count | Source | 127 | 3.55k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.55k | { \ | 129 | 3.55k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.55k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.55k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x8_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_adst_flipadst_8x8_c Line | Count | Source | 127 | 415 | HIGHBD_DECL_SUFFIX) \ | 128 | 415 | { \ | 129 | 415 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 415 | HIGHBD_TAIL_SUFFIX); \ | 131 | 415 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x8_c Line | Count | Source | 127 | 389 | HIGHBD_DECL_SUFFIX) \ | 128 | 389 | { \ | 129 | 389 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 389 | HIGHBD_TAIL_SUFFIX); \ | 131 | 389 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x8_c Line | Count | Source | 127 | 368 | HIGHBD_DECL_SUFFIX) \ | 128 | 368 | { \ | 129 | 368 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 368 | HIGHBD_TAIL_SUFFIX); \ | 131 | 368 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x8_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_dct_identity_8x8_c Line | Count | Source | 127 | 934 | HIGHBD_DECL_SUFFIX) \ | 128 | 934 | { \ | 129 | 934 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 934 | HIGHBD_TAIL_SUFFIX); \ | 131 | 934 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x8_c Line | Count | Source | 127 | 535 | HIGHBD_DECL_SUFFIX) \ | 128 | 535 | { \ | 129 | 535 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 535 | HIGHBD_TAIL_SUFFIX); \ | 131 | 535 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x8_c Line | Count | Source | 127 | 370 | HIGHBD_DECL_SUFFIX) \ | 128 | 370 | { \ | 129 | 370 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 370 | HIGHBD_TAIL_SUFFIX); \ | 131 | 370 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x8_c Line | Count | Source | 127 | 143 | HIGHBD_DECL_SUFFIX) \ | 128 | 143 | { \ | 129 | 143 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 143 | HIGHBD_TAIL_SUFFIX); \ | 131 | 143 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x8_c Line | Count | Source | 127 | 379 | HIGHBD_DECL_SUFFIX) \ | 128 | 379 | { \ | 129 | 379 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 379 | HIGHBD_TAIL_SUFFIX); \ | 131 | 379 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x8_c Line | Count | Source | 127 | 211 | HIGHBD_DECL_SUFFIX) \ | 128 | 211 | { \ | 129 | 211 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 211 | HIGHBD_TAIL_SUFFIX); \ | 131 | 211 | } |
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 | 590 | HIGHBD_DECL_SUFFIX) \ | 128 | 590 | { \ | 129 | 590 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 590 | HIGHBD_TAIL_SUFFIX); \ | 131 | 590 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x16_c Line | Count | Source | 127 | 2.03k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.03k | { \ | 129 | 2.03k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.03k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.03k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x16_c Line | Count | Source | 127 | 1.48k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.48k | { \ | 129 | 1.48k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.48k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.48k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x16_c Line | Count | Source | 127 | 2.00k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.00k | { \ | 129 | 2.00k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.00k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.00k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x16_c Line | Count | Source | 127 | 250 | HIGHBD_DECL_SUFFIX) \ | 128 | 250 | { \ | 129 | 250 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 250 | HIGHBD_TAIL_SUFFIX); \ | 131 | 250 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x16_c Line | Count | Source | 127 | 329 | HIGHBD_DECL_SUFFIX) \ | 128 | 329 | { \ | 129 | 329 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 329 | HIGHBD_TAIL_SUFFIX); \ | 131 | 329 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x16_c Line | Count | Source | 127 | 329 | HIGHBD_DECL_SUFFIX) \ | 128 | 329 | { \ | 129 | 329 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 329 | HIGHBD_TAIL_SUFFIX); \ | 131 | 329 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x16_c Line | Count | Source | 127 | 266 | HIGHBD_DECL_SUFFIX) \ | 128 | 266 | { \ | 129 | 266 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 266 | HIGHBD_TAIL_SUFFIX); \ | 131 | 266 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x16_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_identity_8x16_c Line | Count | Source | 127 | 570 | HIGHBD_DECL_SUFFIX) \ | 128 | 570 | { \ | 129 | 570 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 570 | HIGHBD_TAIL_SUFFIX); \ | 131 | 570 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x16_c Line | Count | Source | 127 | 450 | HIGHBD_DECL_SUFFIX) \ | 128 | 450 | { \ | 129 | 450 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 450 | HIGHBD_TAIL_SUFFIX); \ | 131 | 450 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x16_c Line | Count | Source | 127 | 303 | HIGHBD_DECL_SUFFIX) \ | 128 | 303 | { \ | 129 | 303 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 303 | HIGHBD_TAIL_SUFFIX); \ | 131 | 303 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x16_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_adst_identity_8x16_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_adst_8x16_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_dct_dct_8x32_c Line | Count | Source | 127 | 909 | HIGHBD_DECL_SUFFIX) \ | 128 | 909 | { \ | 129 | 909 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 909 | HIGHBD_TAIL_SUFFIX); \ | 131 | 909 | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x32_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_16x4_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_identity_16x4_c Line | Count | Source | 127 | 252 | HIGHBD_DECL_SUFFIX) \ | 128 | 252 | { \ | 129 | 252 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 252 | HIGHBD_TAIL_SUFFIX); \ | 131 | 252 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x4_c Line | Count | Source | 127 | 650 | HIGHBD_DECL_SUFFIX) \ | 128 | 650 | { \ | 129 | 650 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 650 | HIGHBD_TAIL_SUFFIX); \ | 131 | 650 | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x4_c Line | Count | Source | 127 | 533 | HIGHBD_DECL_SUFFIX) \ | 128 | 533 | { \ | 129 | 533 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 533 | HIGHBD_TAIL_SUFFIX); \ | 131 | 533 | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x4_c Line | Count | Source | 127 | 972 | HIGHBD_DECL_SUFFIX) \ | 128 | 972 | { \ | 129 | 972 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 972 | HIGHBD_TAIL_SUFFIX); \ | 131 | 972 | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x4_c Line | Count | Source | 127 | 111 | HIGHBD_DECL_SUFFIX) \ | 128 | 111 | { \ | 129 | 111 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 111 | HIGHBD_TAIL_SUFFIX); \ | 131 | 111 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x4_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_flipadst_dct_16x4_c Line | Count | Source | 127 | 102 | HIGHBD_DECL_SUFFIX) \ | 128 | 102 | { \ | 129 | 102 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 102 | HIGHBD_TAIL_SUFFIX); \ | 131 | 102 | } |
itx_tmpl.c:inv_txfm_add_dct_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_flipadst_flipadst_16x4_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_identity_16x4_c Line | Count | Source | 127 | 319 | HIGHBD_DECL_SUFFIX) \ | 128 | 319 | { \ | 129 | 319 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 319 | HIGHBD_TAIL_SUFFIX); \ | 131 | 319 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x4_c Line | Count | Source | 127 | 192 | HIGHBD_DECL_SUFFIX) \ | 128 | 192 | { \ | 129 | 192 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 192 | HIGHBD_TAIL_SUFFIX); \ | 131 | 192 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_16x4_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_identity_flipadst_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_identity_16x4_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_adst_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_dct_16x8_c Line | Count | Source | 127 | 3.04k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.04k | { \ | 129 | 3.04k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.04k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.04k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x8_c Line | Count | Source | 127 | 769 | HIGHBD_DECL_SUFFIX) \ | 128 | 769 | { \ | 129 | 769 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 769 | HIGHBD_TAIL_SUFFIX); \ | 131 | 769 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x8_c Line | Count | Source | 127 | 1.82k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.82k | { \ | 129 | 1.82k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.82k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.82k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x8_c Line | Count | Source | 127 | 1.41k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.41k | { \ | 129 | 1.41k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.41k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.41k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x8_c Line | Count | Source | 127 | 1.95k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.95k | { \ | 129 | 1.95k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.95k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.95k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x8_c Line | Count | Source | 127 | 233 | HIGHBD_DECL_SUFFIX) \ | 128 | 233 | { \ | 129 | 233 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 233 | HIGHBD_TAIL_SUFFIX); \ | 131 | 233 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x8_c Line | Count | Source | 127 | 215 | HIGHBD_DECL_SUFFIX) \ | 128 | 215 | { \ | 129 | 215 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 215 | HIGHBD_TAIL_SUFFIX); \ | 131 | 215 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_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_dct_flipadst_16x8_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_flipadst_flipadst_16x8_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_dct_identity_16x8_c Line | Count | Source | 127 | 511 | HIGHBD_DECL_SUFFIX) \ | 128 | 511 | { \ | 129 | 511 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 511 | HIGHBD_TAIL_SUFFIX); \ | 131 | 511 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x8_c Line | Count | Source | 127 | 334 | HIGHBD_DECL_SUFFIX) \ | 128 | 334 | { \ | 129 | 334 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 334 | HIGHBD_TAIL_SUFFIX); \ | 131 | 334 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_16x8_c Line | Count | Source | 127 | 265 | HIGHBD_DECL_SUFFIX) \ | 128 | 265 | { \ | 129 | 265 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 265 | HIGHBD_TAIL_SUFFIX); \ | 131 | 265 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_16x8_c Line | Count | Source | 127 | 110 | HIGHBD_DECL_SUFFIX) \ | 128 | 110 | { \ | 129 | 110 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 110 | HIGHBD_TAIL_SUFFIX); \ | 131 | 110 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_16x8_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_identity_adst_16x8_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_dct_16x16_c Line | Count | Source | 127 | 3.87k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.87k | { \ | 129 | 3.87k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.87k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.87k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x16_c Line | Count | Source | 127 | 545 | HIGHBD_DECL_SUFFIX) \ | 128 | 545 | { \ | 129 | 545 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 545 | HIGHBD_TAIL_SUFFIX); \ | 131 | 545 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x16_c Line | Count | Source | 127 | 3.08k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.08k | { \ | 129 | 3.08k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.08k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.08k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x16_c Line | Count | Source | 127 | 2.37k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.37k | { \ | 129 | 2.37k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.37k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.37k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x16_c Line | Count | Source | 127 | 3.00k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.00k | { \ | 129 | 3.00k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.00k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.00k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x16_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_adst_flipadst_16x16_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_flipadst_dct_16x16_c Line | Count | Source | 127 | 113 | HIGHBD_DECL_SUFFIX) \ | 128 | 113 | { \ | 129 | 113 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 113 | HIGHBD_TAIL_SUFFIX); \ | 131 | 113 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x16_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_flipadst_flipadst_16x16_c Line | Count | Source | 127 | 100 | HIGHBD_DECL_SUFFIX) \ | 128 | 100 | { \ | 129 | 100 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 100 | HIGHBD_TAIL_SUFFIX); \ | 131 | 100 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x16_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_dct_16x16_c Line | Count | Source | 127 | 94 | HIGHBD_DECL_SUFFIX) \ | 128 | 94 | { \ | 129 | 94 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 94 | HIGHBD_TAIL_SUFFIX); \ | 131 | 94 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x32_c Line | Count | Source | 127 | 12.1k | HIGHBD_DECL_SUFFIX) \ | 128 | 12.1k | { \ | 129 | 12.1k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 12.1k | HIGHBD_TAIL_SUFFIX); \ | 131 | 12.1k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x32_c Line | Count | Source | 127 | 322 | HIGHBD_DECL_SUFFIX) \ | 128 | 322 | { \ | 129 | 322 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 322 | HIGHBD_TAIL_SUFFIX); \ | 131 | 322 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x64_c Line | Count | Source | 127 | 386 | HIGHBD_DECL_SUFFIX) \ | 128 | 386 | { \ | 129 | 386 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 386 | HIGHBD_TAIL_SUFFIX); \ | 131 | 386 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x8_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_identity_identity_32x8_c Line | Count | Source | 127 | 100 | HIGHBD_DECL_SUFFIX) \ | 128 | 100 | { \ | 129 | 100 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 100 | HIGHBD_TAIL_SUFFIX); \ | 131 | 100 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x16_c Line | Count | Source | 127 | 8.40k | HIGHBD_DECL_SUFFIX) \ | 128 | 8.40k | { \ | 129 | 8.40k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 8.40k | HIGHBD_TAIL_SUFFIX); \ | 131 | 8.40k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x16_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_dct_32x32_c Line | Count | Source | 127 | 42.9k | HIGHBD_DECL_SUFFIX) \ | 128 | 42.9k | { \ | 129 | 42.9k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 42.9k | HIGHBD_TAIL_SUFFIX); \ | 131 | 42.9k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x32_c Line | Count | Source | 127 | 81 | HIGHBD_DECL_SUFFIX) \ | 128 | 81 | { \ | 129 | 81 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 81 | HIGHBD_TAIL_SUFFIX); \ | 131 | 81 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x64_c Line | Count | Source | 127 | 8.38k | HIGHBD_DECL_SUFFIX) \ | 128 | 8.38k | { \ | 129 | 8.38k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 8.38k | HIGHBD_TAIL_SUFFIX); \ | 131 | 8.38k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x16_c Line | Count | Source | 127 | 221 | HIGHBD_DECL_SUFFIX) \ | 128 | 221 | { \ | 129 | 221 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 221 | HIGHBD_TAIL_SUFFIX); \ | 131 | 221 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x32_c Line | Count | Source | 127 | 4.13k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.13k | { \ | 129 | 4.13k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.13k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.13k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x64_c Line | Count | Source | 127 | 11.8k | HIGHBD_DECL_SUFFIX) \ | 128 | 11.8k | { \ | 129 | 11.8k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 11.8k | HIGHBD_TAIL_SUFFIX); \ | 131 | 11.8k | } |
|