131 | 1.54M | } itx_tmpl.c:inv_txfm_add_dct_dct_4x4_c Line | Count | Source | 127 | 34.5k | HIGHBD_DECL_SUFFIX) \ | 128 | 34.5k | { \ | 129 | 34.5k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 34.5k | HIGHBD_TAIL_SUFFIX); \ | 131 | 34.5k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x4_c Line | Count | Source | 127 | 12.9k | HIGHBD_DECL_SUFFIX) \ | 128 | 12.9k | { \ | 129 | 12.9k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 12.9k | HIGHBD_TAIL_SUFFIX); \ | 131 | 12.9k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x4_c Line | Count | Source | 127 | 22.2k | HIGHBD_DECL_SUFFIX) \ | 128 | 22.2k | { \ | 129 | 22.2k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 22.2k | HIGHBD_TAIL_SUFFIX); \ | 131 | 22.2k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x4_c Line | Count | Source | 127 | 17.8k | HIGHBD_DECL_SUFFIX) \ | 128 | 17.8k | { \ | 129 | 17.8k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 17.8k | HIGHBD_TAIL_SUFFIX); \ | 131 | 17.8k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x4_c Line | Count | Source | 127 | 26.2k | HIGHBD_DECL_SUFFIX) \ | 128 | 26.2k | { \ | 129 | 26.2k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 26.2k | HIGHBD_TAIL_SUFFIX); \ | 131 | 26.2k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x4_c Line | Count | Source | 127 | 1.83k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.83k | { \ | 129 | 1.83k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.83k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.83k | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x4_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_flipadst_dct_4x4_c Line | Count | Source | 127 | 2.11k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.11k | { \ | 129 | 2.11k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.11k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.11k | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x4_c Line | Count | Source | 127 | 1.16k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.16k | { \ | 129 | 1.16k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.16k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.16k | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x4_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_dct_identity_4x4_c Line | Count | Source | 127 | 8.80k | HIGHBD_DECL_SUFFIX) \ | 128 | 8.80k | { \ | 129 | 8.80k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 8.80k | HIGHBD_TAIL_SUFFIX); \ | 131 | 8.80k | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x4_c Line | Count | Source | 127 | 4.56k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.56k | { \ | 129 | 4.56k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.56k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.56k | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x4_c Line | Count | Source | 127 | 2.55k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.55k | { \ | 129 | 2.55k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.55k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.55k | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x4_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_adst_identity_4x4_c Line | Count | Source | 127 | 3.90k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.90k | { \ | 129 | 3.90k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.90k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.90k | } |
itx_tmpl.c:inv_txfm_add_identity_adst_4x4_c Line | Count | Source | 127 | 2.05k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.05k | { \ | 129 | 2.05k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.05k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.05k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_4x8_c Line | Count | Source | 127 | 13.6k | HIGHBD_DECL_SUFFIX) \ | 128 | 13.6k | { \ | 129 | 13.6k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 13.6k | HIGHBD_TAIL_SUFFIX); \ | 131 | 13.6k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x8_c Line | Count | Source | 127 | 5.01k | HIGHBD_DECL_SUFFIX) \ | 128 | 5.01k | { \ | 129 | 5.01k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 5.01k | HIGHBD_TAIL_SUFFIX); \ | 131 | 5.01k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x8_c Line | Count | Source | 127 | 8.89k | HIGHBD_DECL_SUFFIX) \ | 128 | 8.89k | { \ | 129 | 8.89k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 8.89k | HIGHBD_TAIL_SUFFIX); \ | 131 | 8.89k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x8_c Line | Count | Source | 127 | 7.58k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.58k | { \ | 129 | 7.58k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.58k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.58k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x8_c Line | Count | Source | 127 | 10.7k | HIGHBD_DECL_SUFFIX) \ | 128 | 10.7k | { \ | 129 | 10.7k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 10.7k | HIGHBD_TAIL_SUFFIX); \ | 131 | 10.7k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x8_c Line | Count | Source | 127 | 1.35k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.35k | { \ | 129 | 1.35k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.35k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.35k | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x8_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_flipadst_dct_4x8_c Line | Count | Source | 127 | 744 | HIGHBD_DECL_SUFFIX) \ | 128 | 744 | { \ | 129 | 744 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 744 | HIGHBD_TAIL_SUFFIX); \ | 131 | 744 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x8_c Line | Count | Source | 127 | 869 | HIGHBD_DECL_SUFFIX) \ | 128 | 869 | { \ | 129 | 869 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 869 | HIGHBD_TAIL_SUFFIX); \ | 131 | 869 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x8_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_dct_identity_4x8_c Line | Count | Source | 127 | 4.01k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.01k | { \ | 129 | 4.01k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.01k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.01k | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x8_c Line | Count | Source | 127 | 2.09k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.09k | { \ | 129 | 2.09k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.09k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.09k | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x8_c Line | Count | Source | 127 | 1.63k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.63k | { \ | 129 | 1.63k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.63k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.63k | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x8_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_adst_identity_4x8_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_identity_adst_4x8_c Line | Count | Source | 127 | 1.46k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.46k | { \ | 129 | 1.46k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.46k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.46k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_4x16_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_4x16_c Line | Count | Source | 127 | 2.82k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.82k | { \ | 129 | 2.82k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.82k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.82k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x16_c Line | Count | Source | 127 | 4.31k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.31k | { \ | 129 | 4.31k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.31k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.31k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x16_c Line | Count | Source | 127 | 3.53k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.53k | { \ | 129 | 3.53k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.53k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.53k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x16_c Line | Count | Source | 127 | 5.28k | HIGHBD_DECL_SUFFIX) \ | 128 | 5.28k | { \ | 129 | 5.28k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 5.28k | HIGHBD_TAIL_SUFFIX); \ | 131 | 5.28k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x16_c Line | Count | Source | 127 | 426 | HIGHBD_DECL_SUFFIX) \ | 128 | 426 | { \ | 129 | 426 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 426 | HIGHBD_TAIL_SUFFIX); \ | 131 | 426 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x16_c Line | Count | Source | 127 | 339 | HIGHBD_DECL_SUFFIX) \ | 128 | 339 | { \ | 129 | 339 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 339 | HIGHBD_TAIL_SUFFIX); \ | 131 | 339 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x16_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_dct_flipadst_4x16_c Line | Count | Source | 127 | 332 | HIGHBD_DECL_SUFFIX) \ | 128 | 332 | { \ | 129 | 332 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 332 | HIGHBD_TAIL_SUFFIX); \ | 131 | 332 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x16_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_identity_4x16_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_identity_dct_4x16_c Line | Count | Source | 127 | 898 | HIGHBD_DECL_SUFFIX) \ | 128 | 898 | { \ | 129 | 898 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 898 | HIGHBD_TAIL_SUFFIX); \ | 131 | 898 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x16_c Line | Count | Source | 127 | 557 | HIGHBD_DECL_SUFFIX) \ | 128 | 557 | { \ | 129 | 557 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 557 | HIGHBD_TAIL_SUFFIX); \ | 131 | 557 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_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_adst_identity_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_identity_adst_4x16_c Line | Count | Source | 127 | 372 | HIGHBD_DECL_SUFFIX) \ | 128 | 372 | { \ | 129 | 372 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 372 | HIGHBD_TAIL_SUFFIX); \ | 131 | 372 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x4_c Line | Count | Source | 127 | 22.2k | HIGHBD_DECL_SUFFIX) \ | 128 | 22.2k | { \ | 129 | 22.2k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 22.2k | HIGHBD_TAIL_SUFFIX); \ | 131 | 22.2k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x4_c Line | Count | Source | 127 | 6.64k | HIGHBD_DECL_SUFFIX) \ | 128 | 6.64k | { \ | 129 | 6.64k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 6.64k | HIGHBD_TAIL_SUFFIX); \ | 131 | 6.64k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x4_c Line | Count | Source | 127 | 12.8k | HIGHBD_DECL_SUFFIX) \ | 128 | 12.8k | { \ | 129 | 12.8k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 12.8k | HIGHBD_TAIL_SUFFIX); \ | 131 | 12.8k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x4_c Line | Count | Source | 127 | 10.6k | HIGHBD_DECL_SUFFIX) \ | 128 | 10.6k | { \ | 129 | 10.6k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 10.6k | HIGHBD_TAIL_SUFFIX); \ | 131 | 10.6k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x4_c Line | Count | Source | 127 | 15.3k | HIGHBD_DECL_SUFFIX) \ | 128 | 15.3k | { \ | 129 | 15.3k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 15.3k | HIGHBD_TAIL_SUFFIX); \ | 131 | 15.3k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x4_c Line | Count | Source | 127 | 1.53k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.53k | { \ | 129 | 1.53k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.53k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.53k | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x4_c Line | Count | Source | 127 | 1.72k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.72k | { \ | 129 | 1.72k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.72k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.72k | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x4_c Line | Count | Source | 127 | 6.43k | HIGHBD_DECL_SUFFIX) \ | 128 | 6.43k | { \ | 129 | 6.43k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 6.43k | HIGHBD_TAIL_SUFFIX); \ | 131 | 6.43k | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x4_c Line | Count | Source | 127 | 915 | HIGHBD_DECL_SUFFIX) \ | 128 | 915 | { \ | 129 | 915 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 915 | HIGHBD_TAIL_SUFFIX); \ | 131 | 915 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x4_c Line | Count | Source | 127 | 950 | HIGHBD_DECL_SUFFIX) \ | 128 | 950 | { \ | 129 | 950 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 950 | HIGHBD_TAIL_SUFFIX); \ | 131 | 950 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x4_c Line | Count | Source | 127 | 4.95k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.95k | { \ | 129 | 4.95k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.95k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.95k | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x4_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_flipadst_identity_8x4_c Line | Count | Source | 127 | 2.04k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.04k | { \ | 129 | 2.04k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.04k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.04k | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x4_c Line | Count | Source | 127 | 1.42k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.42k | { \ | 129 | 1.42k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.42k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.42k | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x4_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_identity_adst_8x4_c Line | Count | Source | 127 | 1.58k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.58k | { \ | 129 | 1.58k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.58k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.58k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x8_c Line | Count | Source | 127 | 53.5k | HIGHBD_DECL_SUFFIX) \ | 128 | 53.5k | { \ | 129 | 53.5k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 53.5k | HIGHBD_TAIL_SUFFIX); \ | 131 | 53.5k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x8_c Line | Count | Source | 127 | 14.4k | HIGHBD_DECL_SUFFIX) \ | 128 | 14.4k | { \ | 129 | 14.4k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 14.4k | HIGHBD_TAIL_SUFFIX); \ | 131 | 14.4k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x8_c Line | Count | Source | 127 | 34.4k | HIGHBD_DECL_SUFFIX) \ | 128 | 34.4k | { \ | 129 | 34.4k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 34.4k | HIGHBD_TAIL_SUFFIX); \ | 131 | 34.4k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x8_c Line | Count | Source | 127 | 27.2k | HIGHBD_DECL_SUFFIX) \ | 128 | 27.2k | { \ | 129 | 27.2k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 27.2k | HIGHBD_TAIL_SUFFIX); \ | 131 | 27.2k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x8_c Line | Count | Source | 127 | 31.5k | HIGHBD_DECL_SUFFIX) \ | 128 | 31.5k | { \ | 129 | 31.5k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 31.5k | HIGHBD_TAIL_SUFFIX); \ | 131 | 31.5k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x8_c Line | Count | Source | 127 | 2.57k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.57k | { \ | 129 | 2.57k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.57k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.57k | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x8_c Line | Count | Source | 127 | 2.95k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.95k | { \ | 129 | 2.95k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.95k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.95k | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x8_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_dct_flipadst_8x8_c Line | Count | Source | 127 | 2.97k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.97k | { \ | 129 | 2.97k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.97k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.97k | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x8_c Line | Count | Source | 127 | 2.63k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.63k | { \ | 129 | 2.63k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.63k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.63k | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x8_c Line | Count | Source | 127 | 10.2k | HIGHBD_DECL_SUFFIX) \ | 128 | 10.2k | { \ | 129 | 10.2k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 10.2k | HIGHBD_TAIL_SUFFIX); \ | 131 | 10.2k | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x8_c Line | Count | Source | 127 | 5.02k | HIGHBD_DECL_SUFFIX) \ | 128 | 5.02k | { \ | 129 | 5.02k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 5.02k | HIGHBD_TAIL_SUFFIX); \ | 131 | 5.02k | } |
itx_tmpl.c:inv_txfm_add_flipadst_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_identity_flipadst_8x8_c Line | Count | Source | 127 | 1.15k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.15k | { \ | 129 | 1.15k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.15k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.15k | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x8_c Line | Count | Source | 127 | 3.28k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.28k | { \ | 129 | 3.28k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.28k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.28k | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x8_c Line | Count | Source | 127 | 1.60k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.60k | { \ | 129 | 1.60k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.60k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.60k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x16_c Line | Count | Source | 127 | 18.4k | HIGHBD_DECL_SUFFIX) \ | 128 | 18.4k | { \ | 129 | 18.4k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 18.4k | HIGHBD_TAIL_SUFFIX); \ | 131 | 18.4k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x16_c Line | Count | Source | 127 | 3.81k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.81k | { \ | 129 | 3.81k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.81k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.81k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x16_c Line | Count | Source | 127 | 10.0k | HIGHBD_DECL_SUFFIX) \ | 128 | 10.0k | { \ | 129 | 10.0k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 10.0k | HIGHBD_TAIL_SUFFIX); \ | 131 | 10.0k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x16_c Line | Count | Source | 127 | 8.04k | HIGHBD_DECL_SUFFIX) \ | 128 | 8.04k | { \ | 129 | 8.04k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 8.04k | HIGHBD_TAIL_SUFFIX); \ | 131 | 8.04k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x16_c Line | Count | Source | 127 | 9.68k | HIGHBD_DECL_SUFFIX) \ | 128 | 9.68k | { \ | 129 | 9.68k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 9.68k | HIGHBD_TAIL_SUFFIX); \ | 131 | 9.68k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x16_c Line | Count | Source | 127 | 860 | HIGHBD_DECL_SUFFIX) \ | 128 | 860 | { \ | 129 | 860 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 860 | HIGHBD_TAIL_SUFFIX); \ | 131 | 860 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x16_c Line | Count | Source | 127 | 1.29k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.29k | { \ | 129 | 1.29k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.29k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.29k | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x16_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_dct_flipadst_8x16_c Line | Count | Source | 127 | 902 | HIGHBD_DECL_SUFFIX) \ | 128 | 902 | { \ | 129 | 902 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 902 | HIGHBD_TAIL_SUFFIX); \ | 131 | 902 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x16_c Line | Count | Source | 127 | 1.00k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.00k | { \ | 129 | 1.00k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.00k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.00k | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x16_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_identity_dct_8x16_c Line | Count | Source | 127 | 1.44k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.44k | { \ | 129 | 1.44k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.44k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.44k | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_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_identity_flipadst_8x16_c Line | Count | Source | 127 | 565 | HIGHBD_DECL_SUFFIX) \ | 128 | 565 | { \ | 129 | 565 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 565 | HIGHBD_TAIL_SUFFIX); \ | 131 | 565 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x16_c Line | Count | Source | 127 | 752 | HIGHBD_DECL_SUFFIX) \ | 128 | 752 | { \ | 129 | 752 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 752 | HIGHBD_TAIL_SUFFIX); \ | 131 | 752 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x16_c Line | Count | Source | 127 | 662 | HIGHBD_DECL_SUFFIX) \ | 128 | 662 | { \ | 129 | 662 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 662 | HIGHBD_TAIL_SUFFIX); \ | 131 | 662 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x32_c Line | Count | Source | 127 | 15.6k | HIGHBD_DECL_SUFFIX) \ | 128 | 15.6k | { \ | 129 | 15.6k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 15.6k | HIGHBD_TAIL_SUFFIX); \ | 131 | 15.6k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x32_c Line | Count | Source | 127 | 592 | HIGHBD_DECL_SUFFIX) \ | 128 | 592 | { \ | 129 | 592 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 592 | HIGHBD_TAIL_SUFFIX); \ | 131 | 592 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x4_c Line | Count | Source | 127 | 11.7k | HIGHBD_DECL_SUFFIX) \ | 128 | 11.7k | { \ | 129 | 11.7k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 11.7k | HIGHBD_TAIL_SUFFIX); \ | 131 | 11.7k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x4_c Line | Count | Source | 127 | 3.86k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.86k | { \ | 129 | 3.86k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.86k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.86k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x4_c Line | Count | Source | 127 | 8.25k | HIGHBD_DECL_SUFFIX) \ | 128 | 8.25k | { \ | 129 | 8.25k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 8.25k | HIGHBD_TAIL_SUFFIX); \ | 131 | 8.25k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x4_c Line | Count | Source | 127 | 6.46k | HIGHBD_DECL_SUFFIX) \ | 128 | 6.46k | { \ | 129 | 6.46k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 6.46k | HIGHBD_TAIL_SUFFIX); \ | 131 | 6.46k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x4_c Line | Count | Source | 127 | 9.52k | HIGHBD_DECL_SUFFIX) \ | 128 | 9.52k | { \ | 129 | 9.52k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 9.52k | HIGHBD_TAIL_SUFFIX); \ | 131 | 9.52k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x4_c Line | Count | Source | 127 | 644 | HIGHBD_DECL_SUFFIX) \ | 128 | 644 | { \ | 129 | 644 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 644 | HIGHBD_TAIL_SUFFIX); \ | 131 | 644 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x4_c Line | Count | Source | 127 | 563 | HIGHBD_DECL_SUFFIX) \ | 128 | 563 | { \ | 129 | 563 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 563 | HIGHBD_TAIL_SUFFIX); \ | 131 | 563 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_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_dct_flipadst_16x4_c Line | Count | Source | 127 | 418 | HIGHBD_DECL_SUFFIX) \ | 128 | 418 | { \ | 129 | 418 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 418 | HIGHBD_TAIL_SUFFIX); \ | 131 | 418 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_16x4_c Line | Count | Source | 127 | 474 | HIGHBD_DECL_SUFFIX) \ | 128 | 474 | { \ | 129 | 474 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 474 | HIGHBD_TAIL_SUFFIX); \ | 131 | 474 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x4_c Line | Count | Source | 127 | 3.03k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.03k | { \ | 129 | 3.03k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.03k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.03k | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x4_c Line | Count | Source | 127 | 1.66k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.66k | { \ | 129 | 1.66k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.66k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.66k | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_16x4_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_identity_flipadst_16x4_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_identity_16x4_c Line | Count | Source | 127 | 846 | HIGHBD_DECL_SUFFIX) \ | 128 | 846 | { \ | 129 | 846 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 846 | HIGHBD_TAIL_SUFFIX); \ | 131 | 846 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_16x4_c Line | Count | Source | 127 | 625 | HIGHBD_DECL_SUFFIX) \ | 128 | 625 | { \ | 129 | 625 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 625 | HIGHBD_TAIL_SUFFIX); \ | 131 | 625 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x8_c Line | Count | Source | 127 | 23.8k | HIGHBD_DECL_SUFFIX) \ | 128 | 23.8k | { \ | 129 | 23.8k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 23.8k | HIGHBD_TAIL_SUFFIX); \ | 131 | 23.8k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x8_c Line | Count | Source | 127 | 5.22k | HIGHBD_DECL_SUFFIX) \ | 128 | 5.22k | { \ | 129 | 5.22k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 5.22k | HIGHBD_TAIL_SUFFIX); \ | 131 | 5.22k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x8_c Line | Count | Source | 127 | 13.6k | HIGHBD_DECL_SUFFIX) \ | 128 | 13.6k | { \ | 129 | 13.6k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 13.6k | HIGHBD_TAIL_SUFFIX); \ | 131 | 13.6k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x8_c Line | Count | Source | 127 | 10.4k | HIGHBD_DECL_SUFFIX) \ | 128 | 10.4k | { \ | 129 | 10.4k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 10.4k | HIGHBD_TAIL_SUFFIX); \ | 131 | 10.4k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x8_c Line | Count | Source | 127 | 13.2k | HIGHBD_DECL_SUFFIX) \ | 128 | 13.2k | { \ | 129 | 13.2k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 13.2k | HIGHBD_TAIL_SUFFIX); \ | 131 | 13.2k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x8_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_adst_flipadst_16x8_c Line | Count | Source | 127 | 1.34k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.34k | { \ | 129 | 1.34k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.34k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.34k | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x8_c Line | Count | Source | 127 | 1.68k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.68k | { \ | 129 | 1.68k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.68k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.68k | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x8_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_flipadst_flipadst_16x8_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_dct_identity_16x8_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_identity_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_flipadst_identity_16x8_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_identity_flipadst_16x8_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_adst_identity_16x8_c Line | Count | Source | 127 | 1.53k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.53k | { \ | 129 | 1.53k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.53k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.53k | } |
itx_tmpl.c:inv_txfm_add_identity_adst_16x8_c Line | Count | Source | 127 | 726 | HIGHBD_DECL_SUFFIX) \ | 128 | 726 | { \ | 129 | 726 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 726 | HIGHBD_TAIL_SUFFIX); \ | 131 | 726 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x16_c Line | Count | Source | 127 | 52.6k | HIGHBD_DECL_SUFFIX) \ | 128 | 52.6k | { \ | 129 | 52.6k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 52.6k | HIGHBD_TAIL_SUFFIX); \ | 131 | 52.6k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x16_c Line | Count | Source | 127 | 6.76k | HIGHBD_DECL_SUFFIX) \ | 128 | 6.76k | { \ | 129 | 6.76k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 6.76k | HIGHBD_TAIL_SUFFIX); \ | 131 | 6.76k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x16_c Line | Count | Source | 127 | 45.9k | HIGHBD_DECL_SUFFIX) \ | 128 | 45.9k | { \ | 129 | 45.9k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 45.9k | HIGHBD_TAIL_SUFFIX); \ | 131 | 45.9k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x16_c Line | Count | Source | 127 | 33.1k | HIGHBD_DECL_SUFFIX) \ | 128 | 33.1k | { \ | 129 | 33.1k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 33.1k | HIGHBD_TAIL_SUFFIX); \ | 131 | 33.1k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x16_c Line | Count | Source | 127 | 42.2k | HIGHBD_DECL_SUFFIX) \ | 128 | 42.2k | { \ | 129 | 42.2k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 42.2k | HIGHBD_TAIL_SUFFIX); \ | 131 | 42.2k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x16_c Line | Count | Source | 127 | 829 | HIGHBD_DECL_SUFFIX) \ | 128 | 829 | { \ | 129 | 829 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 829 | HIGHBD_TAIL_SUFFIX); \ | 131 | 829 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x16_c Line | Count | Source | 127 | 958 | HIGHBD_DECL_SUFFIX) \ | 128 | 958 | { \ | 129 | 958 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 958 | HIGHBD_TAIL_SUFFIX); \ | 131 | 958 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x16_c Line | Count | Source | 127 | 1.07k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.07k | { \ | 129 | 1.07k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.07k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.07k | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x16_c Line | Count | Source | 127 | 1.20k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.20k | { \ | 129 | 1.20k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.20k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.20k | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_16x16_c Line | Count | Source | 127 | 1.17k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.17k | { \ | 129 | 1.17k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.17k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.17k | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x16_c Line | Count | Source | 127 | 1.20k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.20k | { \ | 129 | 1.20k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.20k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.20k | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x16_c Line | Count | Source | 127 | 753 | HIGHBD_DECL_SUFFIX) \ | 128 | 753 | { \ | 129 | 753 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 753 | HIGHBD_TAIL_SUFFIX); \ | 131 | 753 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x32_c Line | Count | Source | 127 | 45.0k | HIGHBD_DECL_SUFFIX) \ | 128 | 45.0k | { \ | 129 | 45.0k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 45.0k | HIGHBD_TAIL_SUFFIX); \ | 131 | 45.0k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x32_c Line | Count | Source | 127 | 708 | HIGHBD_DECL_SUFFIX) \ | 128 | 708 | { \ | 129 | 708 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 708 | HIGHBD_TAIL_SUFFIX); \ | 131 | 708 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x64_c Line | Count | Source | 127 | 6.80k | HIGHBD_DECL_SUFFIX) \ | 128 | 6.80k | { \ | 129 | 6.80k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 6.80k | HIGHBD_TAIL_SUFFIX); \ | 131 | 6.80k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x8_c Line | Count | Source | 127 | 19.1k | HIGHBD_DECL_SUFFIX) \ | 128 | 19.1k | { \ | 129 | 19.1k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 19.1k | HIGHBD_TAIL_SUFFIX); \ | 131 | 19.1k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x8_c Line | Count | Source | 127 | 598 | HIGHBD_DECL_SUFFIX) \ | 128 | 598 | { \ | 129 | 598 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 598 | HIGHBD_TAIL_SUFFIX); \ | 131 | 598 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x16_c Line | Count | Source | 127 | 36.5k | HIGHBD_DECL_SUFFIX) \ | 128 | 36.5k | { \ | 129 | 36.5k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 36.5k | HIGHBD_TAIL_SUFFIX); \ | 131 | 36.5k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x16_c Line | Count | Source | 127 | 839 | HIGHBD_DECL_SUFFIX) \ | 128 | 839 | { \ | 129 | 839 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 839 | HIGHBD_TAIL_SUFFIX); \ | 131 | 839 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x32_c Line | Count | Source | 127 | 301k | HIGHBD_DECL_SUFFIX) \ | 128 | 301k | { \ | 129 | 301k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 301k | HIGHBD_TAIL_SUFFIX); \ | 131 | 301k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x32_c Line | Count | Source | 127 | 285 | HIGHBD_DECL_SUFFIX) \ | 128 | 285 | { \ | 129 | 285 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 285 | HIGHBD_TAIL_SUFFIX); \ | 131 | 285 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x64_c Line | Count | Source | 127 | 33.1k | HIGHBD_DECL_SUFFIX) \ | 128 | 33.1k | { \ | 129 | 33.1k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 33.1k | HIGHBD_TAIL_SUFFIX); \ | 131 | 33.1k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x16_c Line | Count | Source | 127 | 4.47k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.47k | { \ | 129 | 4.47k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.47k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.47k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x32_c Line | Count | Source | 127 | 17.2k | HIGHBD_DECL_SUFFIX) \ | 128 | 17.2k | { \ | 129 | 17.2k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 17.2k | HIGHBD_TAIL_SUFFIX); \ | 131 | 17.2k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x64_c Line | Count | Source | 127 | 147k | HIGHBD_DECL_SUFFIX) \ | 128 | 147k | { \ | 129 | 147k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 147k | HIGHBD_TAIL_SUFFIX); \ | 131 | 147k | } |
|