131 | 167k | } itx_tmpl.c:inv_txfm_add_dct_dct_4x4_c Line | Count | Source | 127 | 3.69k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.69k | { \ | 129 | 3.69k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.69k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.69k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x4_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_adst_dct_4x4_c Line | Count | Source | 127 | 2.87k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.87k | { \ | 129 | 2.87k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.87k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.87k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x4_c Line | Count | Source | 127 | 2.39k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.39k | { \ | 129 | 2.39k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.39k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.39k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x4_c Line | Count | Source | 127 | 3.05k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.05k | { \ | 129 | 3.05k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.05k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.05k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x4_c Line | Count | Source | 127 | 229 | HIGHBD_DECL_SUFFIX) \ | 128 | 229 | { \ | 129 | 229 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 229 | HIGHBD_TAIL_SUFFIX); \ | 131 | 229 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x4_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_flipadst_dct_4x4_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_dct_flipadst_4x4_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_4x4_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_dct_identity_4x4_c Line | Count | Source | 127 | 1.08k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.08k | { \ | 129 | 1.08k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.08k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.08k | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x4_c Line | Count | Source | 127 | 628 | HIGHBD_DECL_SUFFIX) \ | 128 | 628 | { \ | 129 | 628 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 628 | HIGHBD_TAIL_SUFFIX); \ | 131 | 628 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x4_c Line | Count | Source | 127 | 328 | HIGHBD_DECL_SUFFIX) \ | 128 | 328 | { \ | 129 | 328 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 328 | HIGHBD_TAIL_SUFFIX); \ | 131 | 328 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x4_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_4x4_c Line | Count | Source | 127 | 327 | HIGHBD_DECL_SUFFIX) \ | 128 | 327 | { \ | 129 | 327 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 327 | HIGHBD_TAIL_SUFFIX); \ | 131 | 327 | } |
itx_tmpl.c:inv_txfm_add_identity_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_dct_dct_4x8_c Line | Count | Source | 127 | 1.91k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.91k | { \ | 129 | 1.91k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.91k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.91k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x8_c Line | Count | Source | 127 | 668 | HIGHBD_DECL_SUFFIX) \ | 128 | 668 | { \ | 129 | 668 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 668 | HIGHBD_TAIL_SUFFIX); \ | 131 | 668 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_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_dct_adst_4x8_c Line | Count | Source | 127 | 1.02k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.02k | { \ | 129 | 1.02k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.02k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.02k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x8_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_flipadst_adst_4x8_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_flipadst_4x8_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_4x8_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_flipadst_4x8_c Line | Count | Source | 127 | 91 | HIGHBD_DECL_SUFFIX) \ | 128 | 91 | { \ | 129 | 91 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 91 | HIGHBD_TAIL_SUFFIX); \ | 131 | 91 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x8_c Line | Count | Source | 127 | 98 | HIGHBD_DECL_SUFFIX) \ | 128 | 98 | { \ | 129 | 98 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 98 | HIGHBD_TAIL_SUFFIX); \ | 131 | 98 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_4x8_c Line | Count | Source | 127 | 490 | HIGHBD_DECL_SUFFIX) \ | 128 | 490 | { \ | 129 | 490 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 490 | HIGHBD_TAIL_SUFFIX); \ | 131 | 490 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x8_c Line | Count | Source | 127 | 301 | HIGHBD_DECL_SUFFIX) \ | 128 | 301 | { \ | 129 | 301 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 301 | HIGHBD_TAIL_SUFFIX); \ | 131 | 301 | } |
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 | 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_adst_identity_4x8_c Line | Count | Source | 127 | 228 | HIGHBD_DECL_SUFFIX) \ | 128 | 228 | { \ | 129 | 228 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 228 | HIGHBD_TAIL_SUFFIX); \ | 131 | 228 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_4x8_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_dct_dct_4x16_c Line | Count | Source | 127 | 599 | HIGHBD_DECL_SUFFIX) \ | 128 | 599 | { \ | 129 | 599 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 599 | HIGHBD_TAIL_SUFFIX); \ | 131 | 599 | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x16_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_adst_dct_4x16_c Line | Count | Source | 127 | 391 | HIGHBD_DECL_SUFFIX) \ | 128 | 391 | { \ | 129 | 391 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 391 | HIGHBD_TAIL_SUFFIX); \ | 131 | 391 | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x16_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_adst_adst_4x16_c Line | Count | Source | 127 | 451 | HIGHBD_DECL_SUFFIX) \ | 128 | 451 | { \ | 129 | 451 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 451 | HIGHBD_TAIL_SUFFIX); \ | 131 | 451 | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_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_adst_flipadst_4x16_c Line | Count | Source | 127 | 47 | HIGHBD_DECL_SUFFIX) \ | 128 | 47 | { \ | 129 | 47 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 47 | HIGHBD_TAIL_SUFFIX); \ | 131 | 47 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x16_c Line | Count | Source | 127 | 53 | HIGHBD_DECL_SUFFIX) \ | 128 | 53 | { \ | 129 | 53 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 53 | HIGHBD_TAIL_SUFFIX); \ | 131 | 53 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x16_c Line | Count | Source | 127 | 23 | HIGHBD_DECL_SUFFIX) \ | 128 | 23 | { \ | 129 | 23 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 23 | HIGHBD_TAIL_SUFFIX); \ | 131 | 23 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x16_c Line | Count | Source | 127 | 58 | HIGHBD_DECL_SUFFIX) \ | 128 | 58 | { \ | 129 | 58 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 58 | HIGHBD_TAIL_SUFFIX); \ | 131 | 58 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_4x16_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_identity_dct_4x16_c Line | Count | Source | 127 | 74 | HIGHBD_DECL_SUFFIX) \ | 128 | 74 | { \ | 129 | 74 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 74 | HIGHBD_TAIL_SUFFIX); \ | 131 | 74 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x16_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_identity_flipadst_4x16_c Line | Count | Source | 127 | 41 | HIGHBD_DECL_SUFFIX) \ | 128 | 41 | { \ | 129 | 41 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 41 | HIGHBD_TAIL_SUFFIX); \ | 131 | 41 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x16_c Line | Count | Source | 127 | 54 | HIGHBD_DECL_SUFFIX) \ | 128 | 54 | { \ | 129 | 54 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 54 | HIGHBD_TAIL_SUFFIX); \ | 131 | 54 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_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_dct_8x4_c Line | Count | Source | 127 | 2.56k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.56k | { \ | 129 | 2.56k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.56k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.56k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x4_c Line | Count | Source | 127 | 831 | HIGHBD_DECL_SUFFIX) \ | 128 | 831 | { \ | 129 | 831 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 831 | HIGHBD_TAIL_SUFFIX); \ | 131 | 831 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x4_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_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 | 2.10k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.10k | { \ | 129 | 2.10k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.10k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.10k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x4_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_flipadst_8x4_c Line | Count | Source | 127 | 210 | HIGHBD_DECL_SUFFIX) \ | 128 | 210 | { \ | 129 | 210 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 210 | HIGHBD_TAIL_SUFFIX); \ | 131 | 210 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x4_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_flipadst_8x4_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_flipadst_flipadst_8x4_c Line | Count | Source | 127 | 167 | HIGHBD_DECL_SUFFIX) \ | 128 | 167 | { \ | 129 | 167 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 167 | HIGHBD_TAIL_SUFFIX); \ | 131 | 167 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x4_c Line | Count | Source | 127 | 698 | HIGHBD_DECL_SUFFIX) \ | 128 | 698 | { \ | 129 | 698 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 698 | HIGHBD_TAIL_SUFFIX); \ | 131 | 698 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x4_c Line | Count | Source | 127 | 367 | HIGHBD_DECL_SUFFIX) \ | 128 | 367 | { \ | 129 | 367 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 367 | HIGHBD_TAIL_SUFFIX); \ | 131 | 367 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x4_c Line | Count | Source | 127 | 269 | HIGHBD_DECL_SUFFIX) \ | 128 | 269 | { \ | 129 | 269 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 269 | HIGHBD_TAIL_SUFFIX); \ | 131 | 269 | } |
itx_tmpl.c:inv_txfm_add_identity_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_adst_identity_8x4_c Line | Count | Source | 127 | 328 | HIGHBD_DECL_SUFFIX) \ | 128 | 328 | { \ | 129 | 328 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 328 | HIGHBD_TAIL_SUFFIX); \ | 131 | 328 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x4_c Line | Count | Source | 127 | 161 | HIGHBD_DECL_SUFFIX) \ | 128 | 161 | { \ | 129 | 161 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 161 | HIGHBD_TAIL_SUFFIX); \ | 131 | 161 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x8_c Line | Count | Source | 127 | 6.14k | HIGHBD_DECL_SUFFIX) \ | 128 | 6.14k | { \ | 129 | 6.14k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 6.14k | HIGHBD_TAIL_SUFFIX); \ | 131 | 6.14k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x8_c Line | Count | Source | 127 | 1.99k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.99k | { \ | 129 | 1.99k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.99k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.99k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x8_c Line | Count | Source | 127 | 3.92k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.92k | { \ | 129 | 3.92k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.92k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.92k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x8_c Line | Count | Source | 127 | 3.11k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.11k | { \ | 129 | 3.11k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.11k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.11k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x8_c Line | Count | Source | 127 | 3.49k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.49k | { \ | 129 | 3.49k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.49k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.49k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x8_c Line | Count | Source | 127 | 336 | HIGHBD_DECL_SUFFIX) \ | 128 | 336 | { \ | 129 | 336 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 336 | HIGHBD_TAIL_SUFFIX); \ | 131 | 336 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x8_c Line | Count | Source | 127 | 276 | HIGHBD_DECL_SUFFIX) \ | 128 | 276 | { \ | 129 | 276 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 276 | HIGHBD_TAIL_SUFFIX); \ | 131 | 276 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x8_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_dct_flipadst_8x8_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_flipadst_flipadst_8x8_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_dct_identity_8x8_c Line | Count | Source | 127 | 917 | HIGHBD_DECL_SUFFIX) \ | 128 | 917 | { \ | 129 | 917 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 917 | HIGHBD_TAIL_SUFFIX); \ | 131 | 917 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x8_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_flipadst_identity_8x8_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_identity_flipadst_8x8_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_adst_identity_8x8_c Line | Count | Source | 127 | 269 | HIGHBD_DECL_SUFFIX) \ | 128 | 269 | { \ | 129 | 269 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 269 | HIGHBD_TAIL_SUFFIX); \ | 131 | 269 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x8_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_dct_dct_8x16_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_8x16_c Line | Count | Source | 127 | 505 | HIGHBD_DECL_SUFFIX) \ | 128 | 505 | { \ | 129 | 505 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 505 | HIGHBD_TAIL_SUFFIX); \ | 131 | 505 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x16_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_dct_adst_8x16_c Line | Count | Source | 127 | 1.25k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.25k | { \ | 129 | 1.25k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.25k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.25k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x16_c Line | Count | Source | 127 | 1.79k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.79k | { \ | 129 | 1.79k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.79k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.79k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x16_c Line | Count | Source | 127 | 222 | HIGHBD_DECL_SUFFIX) \ | 128 | 222 | { \ | 129 | 222 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 222 | HIGHBD_TAIL_SUFFIX); \ | 131 | 222 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x16_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_flipadst_dct_8x16_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_dct_flipadst_8x16_c Line | Count | Source | 127 | 236 | HIGHBD_DECL_SUFFIX) \ | 128 | 236 | { \ | 129 | 236 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 236 | HIGHBD_TAIL_SUFFIX); \ | 131 | 236 | } |
itx_tmpl.c:inv_txfm_add_flipadst_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_dct_identity_8x16_c Line | Count | Source | 127 | 506 | HIGHBD_DECL_SUFFIX) \ | 128 | 506 | { \ | 129 | 506 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 506 | HIGHBD_TAIL_SUFFIX); \ | 131 | 506 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x16_c Line | Count | Source | 127 | 330 | HIGHBD_DECL_SUFFIX) \ | 128 | 330 | { \ | 129 | 330 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 330 | HIGHBD_TAIL_SUFFIX); \ | 131 | 330 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x16_c Line | Count | Source | 127 | 249 | HIGHBD_DECL_SUFFIX) \ | 128 | 249 | { \ | 129 | 249 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 249 | HIGHBD_TAIL_SUFFIX); \ | 131 | 249 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x16_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_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_identity_adst_8x16_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_dct_dct_8x32_c Line | Count | Source | 127 | 1.06k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.06k | { \ | 129 | 1.06k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.06k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.06k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x32_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_dct_16x4_c Line | Count | Source | 127 | 848 | HIGHBD_DECL_SUFFIX) \ | 128 | 848 | { \ | 129 | 848 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 848 | HIGHBD_TAIL_SUFFIX); \ | 131 | 848 | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x4_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_adst_dct_16x4_c Line | Count | Source | 127 | 579 | HIGHBD_DECL_SUFFIX) \ | 128 | 579 | { \ | 129 | 579 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 579 | HIGHBD_TAIL_SUFFIX); \ | 131 | 579 | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x4_c Line | Count | Source | 127 | 483 | HIGHBD_DECL_SUFFIX) \ | 128 | 483 | { \ | 129 | 483 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 483 | HIGHBD_TAIL_SUFFIX); \ | 131 | 483 | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x4_c Line | Count | Source | 127 | 820 | HIGHBD_DECL_SUFFIX) \ | 128 | 820 | { \ | 129 | 820 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 820 | HIGHBD_TAIL_SUFFIX); \ | 131 | 820 | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x4_c Line | Count | Source | 127 | 46 | HIGHBD_DECL_SUFFIX) \ | 128 | 46 | { \ | 129 | 46 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 46 | HIGHBD_TAIL_SUFFIX); \ | 131 | 46 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x4_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_dct_16x4_c Line | Count | Source | 127 | 90 | HIGHBD_DECL_SUFFIX) \ | 128 | 90 | { \ | 129 | 90 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 90 | HIGHBD_TAIL_SUFFIX); \ | 131 | 90 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x4_c Line | Count | Source | 127 | 50 | HIGHBD_DECL_SUFFIX) \ | 128 | 50 | { \ | 129 | 50 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 50 | HIGHBD_TAIL_SUFFIX); \ | 131 | 50 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_16x4_c Line | Count | Source | 127 | 58 | HIGHBD_DECL_SUFFIX) \ | 128 | 58 | { \ | 129 | 58 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 58 | HIGHBD_TAIL_SUFFIX); \ | 131 | 58 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x4_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_dct_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_flipadst_identity_16x4_c Line | Count | Source | 127 | 108 | HIGHBD_DECL_SUFFIX) \ | 128 | 108 | { \ | 129 | 108 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 108 | HIGHBD_TAIL_SUFFIX); \ | 131 | 108 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_16x4_c Line | Count | Source | 127 | 46 | HIGHBD_DECL_SUFFIX) \ | 128 | 46 | { \ | 129 | 46 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 46 | HIGHBD_TAIL_SUFFIX); \ | 131 | 46 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_16x4_c Line | Count | Source | 127 | 181 | HIGHBD_DECL_SUFFIX) \ | 128 | 181 | { \ | 129 | 181 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 181 | HIGHBD_TAIL_SUFFIX); \ | 131 | 181 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_16x4_c Line | Count | Source | 127 | 66 | HIGHBD_DECL_SUFFIX) \ | 128 | 66 | { \ | 129 | 66 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 66 | HIGHBD_TAIL_SUFFIX); \ | 131 | 66 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x8_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_identity_identity_16x8_c Line | Count | Source | 127 | 964 | HIGHBD_DECL_SUFFIX) \ | 128 | 964 | { \ | 129 | 964 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 964 | HIGHBD_TAIL_SUFFIX); \ | 131 | 964 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x8_c Line | Count | Source | 127 | 2.34k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.34k | { \ | 129 | 2.34k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.34k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.34k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x8_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_adst_adst_16x8_c Line | Count | Source | 127 | 2.23k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.23k | { \ | 129 | 2.23k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.23k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.23k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x8_c Line | Count | Source | 127 | 228 | HIGHBD_DECL_SUFFIX) \ | 128 | 228 | { \ | 129 | 228 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 228 | HIGHBD_TAIL_SUFFIX); \ | 131 | 228 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x8_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_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_dct_flipadst_16x8_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_flipadst_16x8_c Line | Count | Source | 127 | 219 | HIGHBD_DECL_SUFFIX) \ | 128 | 219 | { \ | 129 | 219 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 219 | HIGHBD_TAIL_SUFFIX); \ | 131 | 219 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x8_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_dct_16x8_c Line | Count | Source | 127 | 348 | HIGHBD_DECL_SUFFIX) \ | 128 | 348 | { \ | 129 | 348 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 348 | HIGHBD_TAIL_SUFFIX); \ | 131 | 348 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_16x8_c Line | Count | Source | 127 | 249 | HIGHBD_DECL_SUFFIX) \ | 128 | 249 | { \ | 129 | 249 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 249 | HIGHBD_TAIL_SUFFIX); \ | 131 | 249 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_16x8_c Line | Count | Source | 127 | 139 | HIGHBD_DECL_SUFFIX) \ | 128 | 139 | { \ | 129 | 139 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 139 | HIGHBD_TAIL_SUFFIX); \ | 131 | 139 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_16x8_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_identity_adst_16x8_c Line | Count | Source | 127 | 87 | HIGHBD_DECL_SUFFIX) \ | 128 | 87 | { \ | 129 | 87 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 87 | HIGHBD_TAIL_SUFFIX); \ | 131 | 87 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x16_c Line | Count | Source | 127 | 3.63k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.63k | { \ | 129 | 3.63k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.63k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.63k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x16_c Line | Count | Source | 127 | 504 | HIGHBD_DECL_SUFFIX) \ | 128 | 504 | { \ | 129 | 504 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 504 | HIGHBD_TAIL_SUFFIX); \ | 131 | 504 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x16_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_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 | 2.73k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.73k | { \ | 129 | 2.73k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.73k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.73k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x16_c Line | Count | Source | 127 | 93 | HIGHBD_DECL_SUFFIX) \ | 128 | 93 | { \ | 129 | 93 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 93 | HIGHBD_TAIL_SUFFIX); \ | 131 | 93 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x16_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_dct_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_flipadst_16x16_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_flipadst_flipadst_16x16_c Line | Count | Source | 127 | 108 | HIGHBD_DECL_SUFFIX) \ | 128 | 108 | { \ | 129 | 108 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 108 | HIGHBD_TAIL_SUFFIX); \ | 131 | 108 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_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_identity_dct_16x16_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_dct_dct_16x32_c Line | Count | Source | 127 | 13.3k | HIGHBD_DECL_SUFFIX) \ | 128 | 13.3k | { \ | 129 | 13.3k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 13.3k | HIGHBD_TAIL_SUFFIX); \ | 131 | 13.3k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x32_c Line | Count | Source | 127 | 272 | HIGHBD_DECL_SUFFIX) \ | 128 | 272 | { \ | 129 | 272 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 272 | HIGHBD_TAIL_SUFFIX); \ | 131 | 272 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x64_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_dct_32x8_c Line | Count | Source | 127 | 1.28k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.28k | { \ | 129 | 1.28k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.28k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.28k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x8_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_dct_dct_32x16_c Line | Count | Source | 127 | 7.73k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.73k | { \ | 129 | 7.73k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.73k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.73k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x16_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_dct_dct_32x32_c Line | Count | Source | 127 | 18.9k | HIGHBD_DECL_SUFFIX) \ | 128 | 18.9k | { \ | 129 | 18.9k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 18.9k | HIGHBD_TAIL_SUFFIX); \ | 131 | 18.9k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x32_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_32x64_c Line | Count | Source | 127 | 8.92k | HIGHBD_DECL_SUFFIX) \ | 128 | 8.92k | { \ | 129 | 8.92k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 8.92k | HIGHBD_TAIL_SUFFIX); \ | 131 | 8.92k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x16_c Line | Count | Source | 127 | 76 | HIGHBD_DECL_SUFFIX) \ | 128 | 76 | { \ | 129 | 76 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 76 | HIGHBD_TAIL_SUFFIX); \ | 131 | 76 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x32_c Line | Count | Source | 127 | 3.20k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.20k | { \ | 129 | 3.20k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.20k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.20k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x64_c Line | Count | Source | 127 | 7.22k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.22k | { \ | 129 | 7.22k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.22k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.22k | } |
|