131 | 1.37M | } itx_tmpl.c:inv_txfm_add_dct_dct_4x4_c Line | Count | Source | 127 | 32.3k | HIGHBD_DECL_SUFFIX) \ | 128 | 32.3k | { \ | 129 | 32.3k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 32.3k | HIGHBD_TAIL_SUFFIX); \ | 131 | 32.3k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x4_c Line | Count | Source | 127 | 10.1k | HIGHBD_DECL_SUFFIX) \ | 128 | 10.1k | { \ | 129 | 10.1k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 10.1k | HIGHBD_TAIL_SUFFIX); \ | 131 | 10.1k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x4_c Line | Count | Source | 127 | 22.6k | HIGHBD_DECL_SUFFIX) \ | 128 | 22.6k | { \ | 129 | 22.6k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 22.6k | HIGHBD_TAIL_SUFFIX); \ | 131 | 22.6k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x4_c Line | Count | Source | 127 | 17.7k | HIGHBD_DECL_SUFFIX) \ | 128 | 17.7k | { \ | 129 | 17.7k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 17.7k | HIGHBD_TAIL_SUFFIX); \ | 131 | 17.7k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x4_c Line | Count | Source | 127 | 25.8k | HIGHBD_DECL_SUFFIX) \ | 128 | 25.8k | { \ | 129 | 25.8k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 25.8k | HIGHBD_TAIL_SUFFIX); \ | 131 | 25.8k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x4_c Line | Count | Source | 127 | 1.09k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.09k | { \ | 129 | 1.09k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.09k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.09k | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x4_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_flipadst_dct_4x4_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_dct_flipadst_4x4_c Line | Count | Source | 127 | 791 | HIGHBD_DECL_SUFFIX) \ | 128 | 791 | { \ | 129 | 791 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 791 | HIGHBD_TAIL_SUFFIX); \ | 131 | 791 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x4_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_dct_identity_4x4_c Line | Count | Source | 127 | 7.41k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.41k | { \ | 129 | 7.41k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.41k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.41k | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x4_c Line | Count | Source | 127 | 3.98k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.98k | { \ | 129 | 3.98k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.98k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.98k | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x4_c Line | Count | Source | 127 | 1.59k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.59k | { \ | 129 | 1.59k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.59k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.59k | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x4_c Line | Count | Source | 127 | 1.10k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.10k | { \ | 129 | 1.10k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.10k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.10k | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x4_c Line | Count | Source | 127 | 2.29k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.29k | { \ | 129 | 2.29k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.29k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.29k | } |
itx_tmpl.c:inv_txfm_add_identity_adst_4x4_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_dct_dct_4x8_c Line | Count | Source | 127 | 13.1k | HIGHBD_DECL_SUFFIX) \ | 128 | 13.1k | { \ | 129 | 13.1k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 13.1k | HIGHBD_TAIL_SUFFIX); \ | 131 | 13.1k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x8_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_adst_dct_4x8_c Line | Count | Source | 127 | 8.83k | HIGHBD_DECL_SUFFIX) \ | 128 | 8.83k | { \ | 129 | 8.83k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 8.83k | HIGHBD_TAIL_SUFFIX); \ | 131 | 8.83k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x8_c Line | Count | Source | 127 | 7.70k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.70k | { \ | 129 | 7.70k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.70k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.70k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x8_c Line | Count | Source | 127 | 10.5k | HIGHBD_DECL_SUFFIX) \ | 128 | 10.5k | { \ | 129 | 10.5k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 10.5k | HIGHBD_TAIL_SUFFIX); \ | 131 | 10.5k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x8_c Line | Count | Source | 127 | 632 | HIGHBD_DECL_SUFFIX) \ | 128 | 632 | { \ | 129 | 632 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 632 | HIGHBD_TAIL_SUFFIX); \ | 131 | 632 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x8_c Line | Count | Source | 127 | 642 | HIGHBD_DECL_SUFFIX) \ | 128 | 642 | { \ | 129 | 642 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 642 | HIGHBD_TAIL_SUFFIX); \ | 131 | 642 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x8_c Line | Count | Source | 127 | 527 | HIGHBD_DECL_SUFFIX) \ | 128 | 527 | { \ | 129 | 527 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 527 | HIGHBD_TAIL_SUFFIX); \ | 131 | 527 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x8_c Line | Count | Source | 127 | 408 | HIGHBD_DECL_SUFFIX) \ | 128 | 408 | { \ | 129 | 408 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 408 | HIGHBD_TAIL_SUFFIX); \ | 131 | 408 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x8_c Line | Count | Source | 127 | 594 | HIGHBD_DECL_SUFFIX) \ | 128 | 594 | { \ | 129 | 594 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 594 | HIGHBD_TAIL_SUFFIX); \ | 131 | 594 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_4x8_c Line | Count | Source | 127 | 2.96k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.96k | { \ | 129 | 2.96k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.96k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.96k | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x8_c Line | Count | Source | 127 | 1.74k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.74k | { \ | 129 | 1.74k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.74k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.74k | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x8_c Line | Count | Source | 127 | 874 | HIGHBD_DECL_SUFFIX) \ | 128 | 874 | { \ | 129 | 874 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 874 | HIGHBD_TAIL_SUFFIX); \ | 131 | 874 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x8_c Line | Count | Source | 127 | 457 | HIGHBD_DECL_SUFFIX) \ | 128 | 457 | { \ | 129 | 457 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 457 | HIGHBD_TAIL_SUFFIX); \ | 131 | 457 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_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_identity_adst_4x8_c Line | Count | Source | 127 | 555 | HIGHBD_DECL_SUFFIX) \ | 128 | 555 | { \ | 129 | 555 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 555 | HIGHBD_TAIL_SUFFIX); \ | 131 | 555 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_4x16_c Line | Count | Source | 127 | 6.00k | HIGHBD_DECL_SUFFIX) \ | 128 | 6.00k | { \ | 129 | 6.00k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 6.00k | HIGHBD_TAIL_SUFFIX); \ | 131 | 6.00k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x16_c Line | Count | Source | 127 | 1.85k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.85k | { \ | 129 | 1.85k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.85k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.85k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x16_c Line | Count | Source | 127 | 3.79k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.79k | { \ | 129 | 3.79k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.79k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.79k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x16_c Line | Count | Source | 127 | 3.27k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.27k | { \ | 129 | 3.27k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.27k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.27k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x16_c Line | Count | Source | 127 | 4.90k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.90k | { \ | 129 | 4.90k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.90k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.90k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x16_c Line | Count | Source | 127 | 326 | HIGHBD_DECL_SUFFIX) \ | 128 | 326 | { \ | 129 | 326 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 326 | HIGHBD_TAIL_SUFFIX); \ | 131 | 326 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x16_c Line | Count | Source | 127 | 354 | HIGHBD_DECL_SUFFIX) \ | 128 | 354 | { \ | 129 | 354 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 354 | HIGHBD_TAIL_SUFFIX); \ | 131 | 354 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x16_c Line | Count | Source | 127 | 243 | HIGHBD_DECL_SUFFIX) \ | 128 | 243 | { \ | 129 | 243 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 243 | HIGHBD_TAIL_SUFFIX); \ | 131 | 243 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x16_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_4x16_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_dct_identity_4x16_c Line | Count | Source | 127 | 1.38k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.38k | { \ | 129 | 1.38k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.38k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.38k | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x16_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_identity_4x16_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_identity_flipadst_4x16_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_adst_identity_4x16_c Line | Count | Source | 127 | 395 | HIGHBD_DECL_SUFFIX) \ | 128 | 395 | { \ | 129 | 395 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 395 | HIGHBD_TAIL_SUFFIX); \ | 131 | 395 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_4x16_c Line | Count | Source | 127 | 279 | HIGHBD_DECL_SUFFIX) \ | 128 | 279 | { \ | 129 | 279 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 279 | HIGHBD_TAIL_SUFFIX); \ | 131 | 279 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x4_c Line | Count | Source | 127 | 21.2k | HIGHBD_DECL_SUFFIX) \ | 128 | 21.2k | { \ | 129 | 21.2k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 21.2k | HIGHBD_TAIL_SUFFIX); \ | 131 | 21.2k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x4_c Line | Count | Source | 127 | 5.54k | HIGHBD_DECL_SUFFIX) \ | 128 | 5.54k | { \ | 129 | 5.54k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 5.54k | HIGHBD_TAIL_SUFFIX); \ | 131 | 5.54k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x4_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_8x4_c Line | Count | Source | 127 | 11.0k | HIGHBD_DECL_SUFFIX) \ | 128 | 11.0k | { \ | 129 | 11.0k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 11.0k | HIGHBD_TAIL_SUFFIX); \ | 131 | 11.0k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x4_c Line | Count | Source | 127 | 16.1k | HIGHBD_DECL_SUFFIX) \ | 128 | 16.1k | { \ | 129 | 16.1k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 16.1k | HIGHBD_TAIL_SUFFIX); \ | 131 | 16.1k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x4_c Line | Count | Source | 127 | 944 | HIGHBD_DECL_SUFFIX) \ | 128 | 944 | { \ | 129 | 944 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 944 | HIGHBD_TAIL_SUFFIX); \ | 131 | 944 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x4_c Line | Count | Source | 127 | 1.11k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.11k | { \ | 129 | 1.11k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.11k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.11k | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x4_c Line | Count | Source | 127 | 826 | HIGHBD_DECL_SUFFIX) \ | 128 | 826 | { \ | 129 | 826 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 826 | HIGHBD_TAIL_SUFFIX); \ | 131 | 826 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x4_c Line | Count | Source | 127 | 595 | HIGHBD_DECL_SUFFIX) \ | 128 | 595 | { \ | 129 | 595 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 595 | HIGHBD_TAIL_SUFFIX); \ | 131 | 595 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x4_c Line | Count | Source | 127 | 649 | HIGHBD_DECL_SUFFIX) \ | 128 | 649 | { \ | 129 | 649 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 649 | HIGHBD_TAIL_SUFFIX); \ | 131 | 649 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x4_c Line | Count | Source | 127 | 4.14k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.14k | { \ | 129 | 4.14k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.14k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.14k | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x4_c Line | Count | Source | 127 | 2.28k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.28k | { \ | 129 | 2.28k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.28k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.28k | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x4_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_identity_flipadst_8x4_c Line | Count | Source | 127 | 840 | HIGHBD_DECL_SUFFIX) \ | 128 | 840 | { \ | 129 | 840 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 840 | HIGHBD_TAIL_SUFFIX); \ | 131 | 840 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x4_c Line | Count | Source | 127 | 1.83k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.83k | { \ | 129 | 1.83k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.83k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.83k | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x4_c Line | Count | Source | 127 | 1.12k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.12k | { \ | 129 | 1.12k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.12k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.12k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x8_c Line | Count | Source | 127 | 51.8k | HIGHBD_DECL_SUFFIX) \ | 128 | 51.8k | { \ | 129 | 51.8k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 51.8k | HIGHBD_TAIL_SUFFIX); \ | 131 | 51.8k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x8_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_adst_dct_8x8_c Line | Count | Source | 127 | 35.1k | HIGHBD_DECL_SUFFIX) \ | 128 | 35.1k | { \ | 129 | 35.1k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 35.1k | HIGHBD_TAIL_SUFFIX); \ | 131 | 35.1k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x8_c Line | Count | Source | 127 | 27.5k | HIGHBD_DECL_SUFFIX) \ | 128 | 27.5k | { \ | 129 | 27.5k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 27.5k | HIGHBD_TAIL_SUFFIX); \ | 131 | 27.5k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x8_c Line | Count | Source | 127 | 33.0k | HIGHBD_DECL_SUFFIX) \ | 128 | 33.0k | { \ | 129 | 33.0k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 33.0k | HIGHBD_TAIL_SUFFIX); \ | 131 | 33.0k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x8_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_flipadst_8x8_c Line | Count | Source | 127 | 1.59k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.59k | { \ | 129 | 1.59k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.59k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.59k | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x8_c Line | Count | Source | 127 | 2.18k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.18k | { \ | 129 | 2.18k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.18k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.18k | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x8_c Line | Count | Source | 127 | 2.53k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.53k | { \ | 129 | 2.53k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.53k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.53k | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x8_c Line | Count | Source | 127 | 2.29k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.29k | { \ | 129 | 2.29k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.29k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.29k | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x8_c Line | Count | Source | 127 | 9.27k | HIGHBD_DECL_SUFFIX) \ | 128 | 9.27k | { \ | 129 | 9.27k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 9.27k | HIGHBD_TAIL_SUFFIX); \ | 131 | 9.27k | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x8_c Line | Count | Source | 127 | 5.06k | HIGHBD_DECL_SUFFIX) \ | 128 | 5.06k | { \ | 129 | 5.06k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 5.06k | HIGHBD_TAIL_SUFFIX); \ | 131 | 5.06k | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x8_c Line | Count | Source | 127 | 1.65k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.65k | { \ | 129 | 1.65k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.65k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.65k | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x8_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_adst_identity_8x8_c Line | Count | Source | 127 | 2.89k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.89k | { \ | 129 | 2.89k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.89k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.89k | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x8_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_dct_dct_8x16_c Line | Count | Source | 127 | 17.0k | HIGHBD_DECL_SUFFIX) \ | 128 | 17.0k | { \ | 129 | 17.0k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 17.0k | HIGHBD_TAIL_SUFFIX); \ | 131 | 17.0k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x16_c Line | Count | Source | 127 | 3.83k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.83k | { \ | 129 | 3.83k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.83k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.83k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x16_c Line | Count | Source | 127 | 9.84k | HIGHBD_DECL_SUFFIX) \ | 128 | 9.84k | { \ | 129 | 9.84k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 9.84k | HIGHBD_TAIL_SUFFIX); \ | 131 | 9.84k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x16_c Line | Count | Source | 127 | 7.51k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.51k | { \ | 129 | 7.51k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.51k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.51k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x16_c Line | Count | Source | 127 | 9.45k | HIGHBD_DECL_SUFFIX) \ | 128 | 9.45k | { \ | 129 | 9.45k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 9.45k | HIGHBD_TAIL_SUFFIX); \ | 131 | 9.45k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x16_c Line | Count | Source | 127 | 776 | HIGHBD_DECL_SUFFIX) \ | 128 | 776 | { \ | 129 | 776 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 776 | HIGHBD_TAIL_SUFFIX); \ | 131 | 776 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x16_c Line | Count | Source | 127 | 824 | HIGHBD_DECL_SUFFIX) \ | 128 | 824 | { \ | 129 | 824 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 824 | HIGHBD_TAIL_SUFFIX); \ | 131 | 824 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x16_c Line | Count | Source | 127 | 663 | HIGHBD_DECL_SUFFIX) \ | 128 | 663 | { \ | 129 | 663 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 663 | HIGHBD_TAIL_SUFFIX); \ | 131 | 663 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x16_c Line | Count | Source | 127 | 767 | HIGHBD_DECL_SUFFIX) \ | 128 | 767 | { \ | 129 | 767 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 767 | HIGHBD_TAIL_SUFFIX); \ | 131 | 767 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x16_c Line | Count | Source | 127 | 701 | HIGHBD_DECL_SUFFIX) \ | 128 | 701 | { \ | 129 | 701 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 701 | HIGHBD_TAIL_SUFFIX); \ | 131 | 701 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x16_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_identity_dct_8x16_c Line | Count | Source | 127 | 1.39k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.39k | { \ | 129 | 1.39k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.39k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.39k | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x16_c Line | Count | Source | 127 | 767 | HIGHBD_DECL_SUFFIX) \ | 128 | 767 | { \ | 129 | 767 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 767 | HIGHBD_TAIL_SUFFIX); \ | 131 | 767 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x16_c Line | Count | Source | 127 | 359 | HIGHBD_DECL_SUFFIX) \ | 128 | 359 | { \ | 129 | 359 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 359 | HIGHBD_TAIL_SUFFIX); \ | 131 | 359 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x16_c Line | Count | Source | 127 | 730 | HIGHBD_DECL_SUFFIX) \ | 128 | 730 | { \ | 129 | 730 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 730 | HIGHBD_TAIL_SUFFIX); \ | 131 | 730 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x16_c Line | Count | Source | 127 | 399 | HIGHBD_DECL_SUFFIX) \ | 128 | 399 | { \ | 129 | 399 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 399 | HIGHBD_TAIL_SUFFIX); \ | 131 | 399 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x32_c Line | Count | Source | 127 | 13.1k | HIGHBD_DECL_SUFFIX) \ | 128 | 13.1k | { \ | 129 | 13.1k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 13.1k | HIGHBD_TAIL_SUFFIX); \ | 131 | 13.1k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x32_c Line | Count | Source | 127 | 364 | HIGHBD_DECL_SUFFIX) \ | 128 | 364 | { \ | 129 | 364 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 364 | HIGHBD_TAIL_SUFFIX); \ | 131 | 364 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x4_c Line | Count | Source | 127 | 11.2k | HIGHBD_DECL_SUFFIX) \ | 128 | 11.2k | { \ | 129 | 11.2k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 11.2k | HIGHBD_TAIL_SUFFIX); \ | 131 | 11.2k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x4_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_adst_dct_16x4_c Line | Count | Source | 127 | 7.86k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.86k | { \ | 129 | 7.86k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.86k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.86k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x4_c Line | Count | Source | 127 | 6.16k | HIGHBD_DECL_SUFFIX) \ | 128 | 6.16k | { \ | 129 | 6.16k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 6.16k | HIGHBD_TAIL_SUFFIX); \ | 131 | 6.16k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x4_c Line | Count | Source | 127 | 9.85k | HIGHBD_DECL_SUFFIX) \ | 128 | 9.85k | { \ | 129 | 9.85k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 9.85k | HIGHBD_TAIL_SUFFIX); \ | 131 | 9.85k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x4_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_adst_flipadst_16x4_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_dct_16x4_c Line | Count | Source | 127 | 362 | HIGHBD_DECL_SUFFIX) \ | 128 | 362 | { \ | 129 | 362 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 362 | HIGHBD_TAIL_SUFFIX); \ | 131 | 362 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x4_c Line | Count | Source | 127 | 294 | HIGHBD_DECL_SUFFIX) \ | 128 | 294 | { \ | 129 | 294 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 294 | HIGHBD_TAIL_SUFFIX); \ | 131 | 294 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_16x4_c Line | Count | Source | 127 | 343 | HIGHBD_DECL_SUFFIX) \ | 128 | 343 | { \ | 129 | 343 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 343 | HIGHBD_TAIL_SUFFIX); \ | 131 | 343 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x4_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_dct_16x4_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_flipadst_identity_16x4_c Line | Count | Source | 127 | 586 | HIGHBD_DECL_SUFFIX) \ | 128 | 586 | { \ | 129 | 586 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 586 | HIGHBD_TAIL_SUFFIX); \ | 131 | 586 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_16x4_c Line | Count | Source | 127 | 255 | HIGHBD_DECL_SUFFIX) \ | 128 | 255 | { \ | 129 | 255 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 255 | HIGHBD_TAIL_SUFFIX); \ | 131 | 255 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_16x4_c Line | Count | Source | 127 | 694 | HIGHBD_DECL_SUFFIX) \ | 128 | 694 | { \ | 129 | 694 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 694 | HIGHBD_TAIL_SUFFIX); \ | 131 | 694 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_16x4_c Line | Count | Source | 127 | 373 | HIGHBD_DECL_SUFFIX) \ | 128 | 373 | { \ | 129 | 373 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 373 | HIGHBD_TAIL_SUFFIX); \ | 131 | 373 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x8_c Line | Count | Source | 127 | 21.8k | HIGHBD_DECL_SUFFIX) \ | 128 | 21.8k | { \ | 129 | 21.8k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 21.8k | HIGHBD_TAIL_SUFFIX); \ | 131 | 21.8k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x8_c Line | Count | Source | 127 | 4.90k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.90k | { \ | 129 | 4.90k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.90k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.90k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x8_c Line | Count | Source | 127 | 14.6k | HIGHBD_DECL_SUFFIX) \ | 128 | 14.6k | { \ | 129 | 14.6k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 14.6k | HIGHBD_TAIL_SUFFIX); \ | 131 | 14.6k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x8_c Line | Count | Source | 127 | 10.5k | HIGHBD_DECL_SUFFIX) \ | 128 | 10.5k | { \ | 129 | 10.5k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 10.5k | HIGHBD_TAIL_SUFFIX); \ | 131 | 10.5k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x8_c Line | Count | Source | 127 | 13.4k | HIGHBD_DECL_SUFFIX) \ | 128 | 13.4k | { \ | 129 | 13.4k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 13.4k | HIGHBD_TAIL_SUFFIX); \ | 131 | 13.4k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x8_c Line | Count | Source | 127 | 980 | HIGHBD_DECL_SUFFIX) \ | 128 | 980 | { \ | 129 | 980 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 980 | HIGHBD_TAIL_SUFFIX); \ | 131 | 980 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x8_c Line | Count | Source | 127 | 814 | HIGHBD_DECL_SUFFIX) \ | 128 | 814 | { \ | 129 | 814 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 814 | HIGHBD_TAIL_SUFFIX); \ | 131 | 814 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x8_c Line | Count | Source | 127 | 914 | HIGHBD_DECL_SUFFIX) \ | 128 | 914 | { \ | 129 | 914 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 914 | HIGHBD_TAIL_SUFFIX); \ | 131 | 914 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x8_c Line | Count | Source | 127 | 1.01k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.01k | { \ | 129 | 1.01k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.01k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.01k | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_16x8_c Line | Count | Source | 127 | 858 | HIGHBD_DECL_SUFFIX) \ | 128 | 858 | { \ | 129 | 858 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 858 | HIGHBD_TAIL_SUFFIX); \ | 131 | 858 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x8_c Line | Count | Source | 127 | 3.35k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.35k | { \ | 129 | 3.35k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.35k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.35k | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x8_c Line | Count | Source | 127 | 1.98k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.98k | { \ | 129 | 1.98k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.98k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.98k | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_16x8_c Line | Count | Source | 127 | 905 | HIGHBD_DECL_SUFFIX) \ | 128 | 905 | { \ | 129 | 905 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 905 | HIGHBD_TAIL_SUFFIX); \ | 131 | 905 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_16x8_c Line | Count | Source | 127 | 596 | HIGHBD_DECL_SUFFIX) \ | 128 | 596 | { \ | 129 | 596 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 596 | HIGHBD_TAIL_SUFFIX); \ | 131 | 596 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_16x8_c Line | Count | Source | 127 | 969 | HIGHBD_DECL_SUFFIX) \ | 128 | 969 | { \ | 129 | 969 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 969 | HIGHBD_TAIL_SUFFIX); \ | 131 | 969 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_16x8_c Line | Count | Source | 127 | 498 | HIGHBD_DECL_SUFFIX) \ | 128 | 498 | { \ | 129 | 498 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 498 | HIGHBD_TAIL_SUFFIX); \ | 131 | 498 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x16_c Line | Count | Source | 127 | 44.0k | HIGHBD_DECL_SUFFIX) \ | 128 | 44.0k | { \ | 129 | 44.0k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 44.0k | HIGHBD_TAIL_SUFFIX); \ | 131 | 44.0k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x16_c Line | Count | Source | 127 | 5.41k | HIGHBD_DECL_SUFFIX) \ | 128 | 5.41k | { \ | 129 | 5.41k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 5.41k | HIGHBD_TAIL_SUFFIX); \ | 131 | 5.41k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x16_c Line | Count | Source | 127 | 37.2k | HIGHBD_DECL_SUFFIX) \ | 128 | 37.2k | { \ | 129 | 37.2k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 37.2k | HIGHBD_TAIL_SUFFIX); \ | 131 | 37.2k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x16_c Line | Count | Source | 127 | 28.7k | HIGHBD_DECL_SUFFIX) \ | 128 | 28.7k | { \ | 129 | 28.7k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 28.7k | HIGHBD_TAIL_SUFFIX); \ | 131 | 28.7k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x16_c Line | Count | Source | 127 | 37.6k | HIGHBD_DECL_SUFFIX) \ | 128 | 37.6k | { \ | 129 | 37.6k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 37.6k | HIGHBD_TAIL_SUFFIX); \ | 131 | 37.6k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x16_c Line | Count | Source | 127 | 509 | HIGHBD_DECL_SUFFIX) \ | 128 | 509 | { \ | 129 | 509 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 509 | HIGHBD_TAIL_SUFFIX); \ | 131 | 509 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x16_c Line | Count | Source | 127 | 627 | HIGHBD_DECL_SUFFIX) \ | 128 | 627 | { \ | 129 | 627 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 627 | HIGHBD_TAIL_SUFFIX); \ | 131 | 627 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x16_c Line | Count | Source | 127 | 694 | HIGHBD_DECL_SUFFIX) \ | 128 | 694 | { \ | 129 | 694 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 694 | HIGHBD_TAIL_SUFFIX); \ | 131 | 694 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x16_c Line | Count | Source | 127 | 775 | HIGHBD_DECL_SUFFIX) \ | 128 | 775 | { \ | 129 | 775 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 775 | HIGHBD_TAIL_SUFFIX); \ | 131 | 775 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_16x16_c Line | Count | Source | 127 | 626 | HIGHBD_DECL_SUFFIX) \ | 128 | 626 | { \ | 129 | 626 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 626 | HIGHBD_TAIL_SUFFIX); \ | 131 | 626 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x16_c Line | Count | Source | 127 | 756 | HIGHBD_DECL_SUFFIX) \ | 128 | 756 | { \ | 129 | 756 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 756 | HIGHBD_TAIL_SUFFIX); \ | 131 | 756 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x16_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_dct_dct_16x32_c Line | Count | Source | 127 | 40.9k | HIGHBD_DECL_SUFFIX) \ | 128 | 40.9k | { \ | 129 | 40.9k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 40.9k | HIGHBD_TAIL_SUFFIX); \ | 131 | 40.9k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x32_c Line | Count | Source | 127 | 457 | HIGHBD_DECL_SUFFIX) \ | 128 | 457 | { \ | 129 | 457 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 457 | HIGHBD_TAIL_SUFFIX); \ | 131 | 457 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x64_c Line | Count | Source | 127 | 4.18k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.18k | { \ | 129 | 4.18k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.18k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.18k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x8_c Line | Count | Source | 127 | 21.0k | HIGHBD_DECL_SUFFIX) \ | 128 | 21.0k | { \ | 129 | 21.0k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 21.0k | HIGHBD_TAIL_SUFFIX); \ | 131 | 21.0k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x8_c Line | Count | Source | 127 | 385 | HIGHBD_DECL_SUFFIX) \ | 128 | 385 | { \ | 129 | 385 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 385 | HIGHBD_TAIL_SUFFIX); \ | 131 | 385 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x16_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_32x16_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_dct_dct_32x32_c Line | Count | Source | 127 | 269k | HIGHBD_DECL_SUFFIX) \ | 128 | 269k | { \ | 129 | 269k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 269k | HIGHBD_TAIL_SUFFIX); \ | 131 | 269k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x32_c Line | Count | Source | 127 | 235 | HIGHBD_DECL_SUFFIX) \ | 128 | 235 | { \ | 129 | 235 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 235 | HIGHBD_TAIL_SUFFIX); \ | 131 | 235 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x64_c Line | Count | Source | 127 | 29.2k | HIGHBD_DECL_SUFFIX) \ | 128 | 29.2k | { \ | 129 | 29.2k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 29.2k | HIGHBD_TAIL_SUFFIX); \ | 131 | 29.2k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x16_c Line | Count | Source | 127 | 4.65k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.65k | { \ | 129 | 4.65k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.65k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.65k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x32_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_dct_dct_64x64_c Line | Count | Source | 127 | 109k | HIGHBD_DECL_SUFFIX) \ | 128 | 109k | { \ | 129 | 109k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 109k | HIGHBD_TAIL_SUFFIX); \ | 131 | 109k | } |
|