131 | 210k | } itx_tmpl.c:inv_txfm_add_dct_dct_4x4_c Line | Count | Source | 127 | 3.71k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.71k | { \ | 129 | 3.71k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.71k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.71k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x4_c Line | Count | Source | 127 | 1.78k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.78k | { \ | 129 | 1.78k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.78k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.78k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x4_c Line | Count | Source | 127 | 2.85k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.85k | { \ | 129 | 2.85k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.85k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.85k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x4_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_4x4_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_flipadst_adst_4x4_c Line | Count | Source | 127 | 292 | HIGHBD_DECL_SUFFIX) \ | 128 | 292 | { \ | 129 | 292 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 292 | HIGHBD_TAIL_SUFFIX); \ | 131 | 292 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x4_c Line | Count | Source | 127 | 311 | HIGHBD_DECL_SUFFIX) \ | 128 | 311 | { \ | 129 | 311 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 311 | HIGHBD_TAIL_SUFFIX); \ | 131 | 311 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x4_c Line | Count | Source | 127 | 215 | HIGHBD_DECL_SUFFIX) \ | 128 | 215 | { \ | 129 | 215 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 215 | HIGHBD_TAIL_SUFFIX); \ | 131 | 215 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x4_c Line | Count | Source | 127 | 199 | HIGHBD_DECL_SUFFIX) \ | 128 | 199 | { \ | 129 | 199 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 199 | HIGHBD_TAIL_SUFFIX); \ | 131 | 199 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x4_c Line | Count | Source | 127 | 205 | HIGHBD_DECL_SUFFIX) \ | 128 | 205 | { \ | 129 | 205 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 205 | HIGHBD_TAIL_SUFFIX); \ | 131 | 205 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_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_identity_dct_4x4_c Line | Count | Source | 127 | 611 | HIGHBD_DECL_SUFFIX) \ | 128 | 611 | { \ | 129 | 611 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 611 | HIGHBD_TAIL_SUFFIX); \ | 131 | 611 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x4_c Line | Count | Source | 127 | 452 | HIGHBD_DECL_SUFFIX) \ | 128 | 452 | { \ | 129 | 452 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 452 | HIGHBD_TAIL_SUFFIX); \ | 131 | 452 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x4_c Line | Count | Source | 127 | 223 | HIGHBD_DECL_SUFFIX) \ | 128 | 223 | { \ | 129 | 223 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 223 | HIGHBD_TAIL_SUFFIX); \ | 131 | 223 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x4_c Line | Count | Source | 127 | 480 | HIGHBD_DECL_SUFFIX) \ | 128 | 480 | { \ | 129 | 480 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 480 | HIGHBD_TAIL_SUFFIX); \ | 131 | 480 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_4x4_c Line | Count | Source | 127 | 298 | HIGHBD_DECL_SUFFIX) \ | 128 | 298 | { \ | 129 | 298 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 298 | HIGHBD_TAIL_SUFFIX); \ | 131 | 298 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_4x8_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_identity_identity_4x8_c Line | Count | Source | 127 | 853 | HIGHBD_DECL_SUFFIX) \ | 128 | 853 | { \ | 129 | 853 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 853 | HIGHBD_TAIL_SUFFIX); \ | 131 | 853 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_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_dct_adst_4x8_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_adst_adst_4x8_c Line | Count | Source | 127 | 1.62k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.62k | { \ | 129 | 1.62k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.62k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.62k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_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_adst_flipadst_4x8_c Line | Count | Source | 127 | 253 | HIGHBD_DECL_SUFFIX) \ | 128 | 253 | { \ | 129 | 253 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 253 | HIGHBD_TAIL_SUFFIX); \ | 131 | 253 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x8_c Line | Count | Source | 127 | 104 | HIGHBD_DECL_SUFFIX) \ | 128 | 104 | { \ | 129 | 104 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 104 | HIGHBD_TAIL_SUFFIX); \ | 131 | 104 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x8_c Line | Count | Source | 127 | 120 | HIGHBD_DECL_SUFFIX) \ | 128 | 120 | { \ | 129 | 120 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 120 | HIGHBD_TAIL_SUFFIX); \ | 131 | 120 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x8_c Line | Count | Source | 127 | 136 | HIGHBD_DECL_SUFFIX) \ | 128 | 136 | { \ | 129 | 136 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 136 | HIGHBD_TAIL_SUFFIX); \ | 131 | 136 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_4x8_c Line | Count | Source | 127 | 601 | HIGHBD_DECL_SUFFIX) \ | 128 | 601 | { \ | 129 | 601 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 601 | HIGHBD_TAIL_SUFFIX); \ | 131 | 601 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x8_c Line | Count | Source | 127 | 297 | HIGHBD_DECL_SUFFIX) \ | 128 | 297 | { \ | 129 | 297 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 297 | HIGHBD_TAIL_SUFFIX); \ | 131 | 297 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x8_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_flipadst_4x8_c Line | Count | Source | 127 | 177 | HIGHBD_DECL_SUFFIX) \ | 128 | 177 | { \ | 129 | 177 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 177 | HIGHBD_TAIL_SUFFIX); \ | 131 | 177 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x8_c Line | Count | Source | 127 | 264 | HIGHBD_DECL_SUFFIX) \ | 128 | 264 | { \ | 129 | 264 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 264 | HIGHBD_TAIL_SUFFIX); \ | 131 | 264 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_4x8_c Line | Count | Source | 127 | 216 | HIGHBD_DECL_SUFFIX) \ | 128 | 216 | { \ | 129 | 216 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 216 | HIGHBD_TAIL_SUFFIX); \ | 131 | 216 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_4x16_c Line | Count | Source | 127 | 664 | HIGHBD_DECL_SUFFIX) \ | 128 | 664 | { \ | 129 | 664 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 664 | HIGHBD_TAIL_SUFFIX); \ | 131 | 664 | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x16_c Line | Count | Source | 127 | 177 | HIGHBD_DECL_SUFFIX) \ | 128 | 177 | { \ | 129 | 177 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 177 | HIGHBD_TAIL_SUFFIX); \ | 131 | 177 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x16_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_dct_adst_4x16_c Line | Count | Source | 127 | 287 | HIGHBD_DECL_SUFFIX) \ | 128 | 287 | { \ | 129 | 287 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 287 | HIGHBD_TAIL_SUFFIX); \ | 131 | 287 | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x16_c Line | Count | Source | 127 | 482 | HIGHBD_DECL_SUFFIX) \ | 128 | 482 | { \ | 129 | 482 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 482 | HIGHBD_TAIL_SUFFIX); \ | 131 | 482 | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x16_c Line | Count | Source | 127 | 69 | HIGHBD_DECL_SUFFIX) \ | 128 | 69 | { \ | 129 | 69 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 69 | HIGHBD_TAIL_SUFFIX); \ | 131 | 69 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x16_c Line | Count | Source | 127 | 68 | HIGHBD_DECL_SUFFIX) \ | 128 | 68 | { \ | 129 | 68 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 68 | HIGHBD_TAIL_SUFFIX); \ | 131 | 68 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x16_c Line | Count | Source | 127 | 51 | HIGHBD_DECL_SUFFIX) \ | 128 | 51 | { \ | 129 | 51 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 51 | HIGHBD_TAIL_SUFFIX); \ | 131 | 51 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x16_c Line | Count | Source | 127 | 62 | HIGHBD_DECL_SUFFIX) \ | 128 | 62 | { \ | 129 | 62 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 62 | HIGHBD_TAIL_SUFFIX); \ | 131 | 62 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x16_c Line | Count | Source | 127 | 36 | HIGHBD_DECL_SUFFIX) \ | 128 | 36 | { \ | 129 | 36 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 36 | HIGHBD_TAIL_SUFFIX); \ | 131 | 36 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_4x16_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_identity_dct_4x16_c Line | Count | Source | 127 | 117 | HIGHBD_DECL_SUFFIX) \ | 128 | 117 | { \ | 129 | 117 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 117 | HIGHBD_TAIL_SUFFIX); \ | 131 | 117 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x16_c Line | Count | Source | 127 | 96 | HIGHBD_DECL_SUFFIX) \ | 128 | 96 | { \ | 129 | 96 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 96 | HIGHBD_TAIL_SUFFIX); \ | 131 | 96 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x16_c Line | Count | Source | 127 | 49 | HIGHBD_DECL_SUFFIX) \ | 128 | 49 | { \ | 129 | 49 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 49 | HIGHBD_TAIL_SUFFIX); \ | 131 | 49 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x16_c Line | Count | Source | 127 | 68 | HIGHBD_DECL_SUFFIX) \ | 128 | 68 | { \ | 129 | 68 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 68 | HIGHBD_TAIL_SUFFIX); \ | 131 | 68 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_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_dct_8x4_c Line | Count | Source | 127 | 2.48k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.48k | { \ | 129 | 2.48k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.48k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.48k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x4_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_adst_dct_8x4_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_dct_adst_8x4_c Line | Count | Source | 127 | 1.54k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.54k | { \ | 129 | 1.54k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.54k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.54k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_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_adst_8x4_c Line | Count | Source | 127 | 226 | HIGHBD_DECL_SUFFIX) \ | 128 | 226 | { \ | 129 | 226 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 226 | HIGHBD_TAIL_SUFFIX); \ | 131 | 226 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x4_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_flipadst_dct_8x4_c Line | Count | Source | 127 | 193 | HIGHBD_DECL_SUFFIX) \ | 128 | 193 | { \ | 129 | 193 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 193 | HIGHBD_TAIL_SUFFIX); \ | 131 | 193 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x4_c Line | Count | Source | 127 | 135 | HIGHBD_DECL_SUFFIX) \ | 128 | 135 | { \ | 129 | 135 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 135 | HIGHBD_TAIL_SUFFIX); \ | 131 | 135 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x4_c Line | Count | Source | 127 | 179 | HIGHBD_DECL_SUFFIX) \ | 128 | 179 | { \ | 129 | 179 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 179 | HIGHBD_TAIL_SUFFIX); \ | 131 | 179 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x4_c Line | Count | Source | 127 | 696 | HIGHBD_DECL_SUFFIX) \ | 128 | 696 | { \ | 129 | 696 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 696 | HIGHBD_TAIL_SUFFIX); \ | 131 | 696 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x4_c Line | Count | Source | 127 | 381 | HIGHBD_DECL_SUFFIX) \ | 128 | 381 | { \ | 129 | 381 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 381 | HIGHBD_TAIL_SUFFIX); \ | 131 | 381 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x4_c Line | Count | Source | 127 | 314 | HIGHBD_DECL_SUFFIX) \ | 128 | 314 | { \ | 129 | 314 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 314 | HIGHBD_TAIL_SUFFIX); \ | 131 | 314 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x4_c Line | Count | Source | 127 | 218 | HIGHBD_DECL_SUFFIX) \ | 128 | 218 | { \ | 129 | 218 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 218 | HIGHBD_TAIL_SUFFIX); \ | 131 | 218 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x4_c Line | Count | Source | 127 | 413 | HIGHBD_DECL_SUFFIX) \ | 128 | 413 | { \ | 129 | 413 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 413 | HIGHBD_TAIL_SUFFIX); \ | 131 | 413 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x4_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_dct_8x8_c Line | Count | Source | 127 | 6.01k | HIGHBD_DECL_SUFFIX) \ | 128 | 6.01k | { \ | 129 | 6.01k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 6.01k | HIGHBD_TAIL_SUFFIX); \ | 131 | 6.01k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x8_c Line | Count | Source | 127 | 1.97k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.97k | { \ | 129 | 1.97k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.97k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.97k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x8_c Line | Count | Source | 127 | 3.80k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.80k | { \ | 129 | 3.80k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.80k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.80k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x8_c Line | Count | Source | 127 | 2.98k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.98k | { \ | 129 | 2.98k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.98k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.98k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x8_c Line | Count | Source | 127 | 3.59k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.59k | { \ | 129 | 3.59k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.59k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.59k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x8_c Line | Count | Source | 127 | 379 | HIGHBD_DECL_SUFFIX) \ | 128 | 379 | { \ | 129 | 379 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 379 | HIGHBD_TAIL_SUFFIX); \ | 131 | 379 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x8_c Line | Count | Source | 127 | 396 | HIGHBD_DECL_SUFFIX) \ | 128 | 396 | { \ | 129 | 396 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 396 | HIGHBD_TAIL_SUFFIX); \ | 131 | 396 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x8_c Line | Count | Source | 127 | 433 | HIGHBD_DECL_SUFFIX) \ | 128 | 433 | { \ | 129 | 433 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 433 | HIGHBD_TAIL_SUFFIX); \ | 131 | 433 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x8_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_flipadst_flipadst_8x8_c Line | Count | Source | 127 | 282 | HIGHBD_DECL_SUFFIX) \ | 128 | 282 | { \ | 129 | 282 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 282 | HIGHBD_TAIL_SUFFIX); \ | 131 | 282 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x8_c Line | Count | Source | 127 | 962 | HIGHBD_DECL_SUFFIX) \ | 128 | 962 | { \ | 129 | 962 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 962 | HIGHBD_TAIL_SUFFIX); \ | 131 | 962 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x8_c Line | Count | Source | 127 | 582 | HIGHBD_DECL_SUFFIX) \ | 128 | 582 | { \ | 129 | 582 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 582 | HIGHBD_TAIL_SUFFIX); \ | 131 | 582 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x8_c Line | Count | Source | 127 | 402 | HIGHBD_DECL_SUFFIX) \ | 128 | 402 | { \ | 129 | 402 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 402 | HIGHBD_TAIL_SUFFIX); \ | 131 | 402 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x8_c Line | Count | Source | 127 | 130 | HIGHBD_DECL_SUFFIX) \ | 128 | 130 | { \ | 129 | 130 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 130 | HIGHBD_TAIL_SUFFIX); \ | 131 | 130 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x8_c Line | Count | Source | 127 | 378 | HIGHBD_DECL_SUFFIX) \ | 128 | 378 | { \ | 129 | 378 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 378 | HIGHBD_TAIL_SUFFIX); \ | 131 | 378 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x8_c Line | Count | Source | 127 | 217 | HIGHBD_DECL_SUFFIX) \ | 128 | 217 | { \ | 129 | 217 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 217 | HIGHBD_TAIL_SUFFIX); \ | 131 | 217 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x16_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_identity_identity_8x16_c Line | Count | Source | 127 | 615 | HIGHBD_DECL_SUFFIX) \ | 128 | 615 | { \ | 129 | 615 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 615 | HIGHBD_TAIL_SUFFIX); \ | 131 | 615 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x16_c Line | Count | Source | 127 | 2.06k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.06k | { \ | 129 | 2.06k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.06k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.06k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x16_c Line | Count | Source | 127 | 1.56k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.56k | { \ | 129 | 1.56k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.56k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.56k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x16_c Line | Count | Source | 127 | 2.08k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.08k | { \ | 129 | 2.08k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.08k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.08k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x16_c Line | Count | Source | 127 | 275 | HIGHBD_DECL_SUFFIX) \ | 128 | 275 | { \ | 129 | 275 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 275 | HIGHBD_TAIL_SUFFIX); \ | 131 | 275 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x16_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_flipadst_dct_8x16_c Line | Count | Source | 127 | 375 | HIGHBD_DECL_SUFFIX) \ | 128 | 375 | { \ | 129 | 375 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 375 | HIGHBD_TAIL_SUFFIX); \ | 131 | 375 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x16_c Line | Count | Source | 127 | 342 | HIGHBD_DECL_SUFFIX) \ | 128 | 342 | { \ | 129 | 342 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 342 | HIGHBD_TAIL_SUFFIX); \ | 131 | 342 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x16_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_identity_8x16_c Line | Count | Source | 127 | 550 | HIGHBD_DECL_SUFFIX) \ | 128 | 550 | { \ | 129 | 550 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 550 | HIGHBD_TAIL_SUFFIX); \ | 131 | 550 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x16_c Line | Count | Source | 127 | 415 | HIGHBD_DECL_SUFFIX) \ | 128 | 415 | { \ | 129 | 415 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 415 | HIGHBD_TAIL_SUFFIX); \ | 131 | 415 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x16_c Line | Count | Source | 127 | 307 | HIGHBD_DECL_SUFFIX) \ | 128 | 307 | { \ | 129 | 307 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 307 | HIGHBD_TAIL_SUFFIX); \ | 131 | 307 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x16_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_adst_identity_8x16_c Line | Count | Source | 127 | 286 | HIGHBD_DECL_SUFFIX) \ | 128 | 286 | { \ | 129 | 286 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 286 | HIGHBD_TAIL_SUFFIX); \ | 131 | 286 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x16_c Line | Count | Source | 127 | 156 | HIGHBD_DECL_SUFFIX) \ | 128 | 156 | { \ | 129 | 156 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 156 | HIGHBD_TAIL_SUFFIX); \ | 131 | 156 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x32_c Line | Count | Source | 127 | 891 | HIGHBD_DECL_SUFFIX) \ | 128 | 891 | { \ | 129 | 891 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 891 | HIGHBD_TAIL_SUFFIX); \ | 131 | 891 | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x32_c Line | Count | Source | 127 | 101 | HIGHBD_DECL_SUFFIX) \ | 128 | 101 | { \ | 129 | 101 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 101 | HIGHBD_TAIL_SUFFIX); \ | 131 | 101 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x4_c Line | Count | Source | 127 | 1.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_identity_identity_16x4_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_adst_dct_16x4_c Line | Count | Source | 127 | 647 | HIGHBD_DECL_SUFFIX) \ | 128 | 647 | { \ | 129 | 647 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 647 | HIGHBD_TAIL_SUFFIX); \ | 131 | 647 | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x4_c Line | Count | Source | 127 | 529 | HIGHBD_DECL_SUFFIX) \ | 128 | 529 | { \ | 129 | 529 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 529 | HIGHBD_TAIL_SUFFIX); \ | 131 | 529 | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x4_c Line | Count | Source | 127 | 926 | HIGHBD_DECL_SUFFIX) \ | 128 | 926 | { \ | 129 | 926 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 926 | HIGHBD_TAIL_SUFFIX); \ | 131 | 926 | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x4_c Line | Count | Source | 127 | 128 | HIGHBD_DECL_SUFFIX) \ | 128 | 128 | { \ | 129 | 128 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 128 | HIGHBD_TAIL_SUFFIX); \ | 131 | 128 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x4_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_flipadst_dct_16x4_c Line | Count | Source | 127 | 119 | HIGHBD_DECL_SUFFIX) \ | 128 | 119 | { \ | 129 | 119 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 119 | HIGHBD_TAIL_SUFFIX); \ | 131 | 119 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x4_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_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_identity_16x4_c Line | Count | Source | 127 | 324 | HIGHBD_DECL_SUFFIX) \ | 128 | 324 | { \ | 129 | 324 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 324 | HIGHBD_TAIL_SUFFIX); \ | 131 | 324 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x4_c Line | Count | Source | 127 | 192 | HIGHBD_DECL_SUFFIX) \ | 128 | 192 | { \ | 129 | 192 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 192 | HIGHBD_TAIL_SUFFIX); \ | 131 | 192 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_16x4_c Line | Count | Source | 127 | 224 | HIGHBD_DECL_SUFFIX) \ | 128 | 224 | { \ | 129 | 224 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 224 | HIGHBD_TAIL_SUFFIX); \ | 131 | 224 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_16x4_c Line | Count | Source | 127 | 88 | HIGHBD_DECL_SUFFIX) \ | 128 | 88 | { \ | 129 | 88 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 88 | HIGHBD_TAIL_SUFFIX); \ | 131 | 88 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_16x4_c Line | Count | Source | 127 | 185 | HIGHBD_DECL_SUFFIX) \ | 128 | 185 | { \ | 129 | 185 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 185 | HIGHBD_TAIL_SUFFIX); \ | 131 | 185 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_16x4_c Line | Count | Source | 127 | 102 | HIGHBD_DECL_SUFFIX) \ | 128 | 102 | { \ | 129 | 102 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 102 | HIGHBD_TAIL_SUFFIX); \ | 131 | 102 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x8_c Line | Count | Source | 127 | 3.15k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.15k | { \ | 129 | 3.15k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.15k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.15k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x8_c Line | Count | Source | 127 | 745 | HIGHBD_DECL_SUFFIX) \ | 128 | 745 | { \ | 129 | 745 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 745 | HIGHBD_TAIL_SUFFIX); \ | 131 | 745 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x8_c Line | Count | Source | 127 | 1.84k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.84k | { \ | 129 | 1.84k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.84k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.84k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x8_c Line | Count | Source | 127 | 1.43k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.43k | { \ | 129 | 1.43k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.43k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.43k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x8_c Line | Count | Source | 127 | 1.92k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.92k | { \ | 129 | 1.92k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.92k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.92k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x8_c Line | Count | Source | 127 | 216 | HIGHBD_DECL_SUFFIX) \ | 128 | 216 | { \ | 129 | 216 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 216 | HIGHBD_TAIL_SUFFIX); \ | 131 | 216 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x8_c Line | Count | Source | 127 | 225 | HIGHBD_DECL_SUFFIX) \ | 128 | 225 | { \ | 129 | 225 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 225 | HIGHBD_TAIL_SUFFIX); \ | 131 | 225 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x8_c Line | Count | Source | 127 | 256 | HIGHBD_DECL_SUFFIX) \ | 128 | 256 | { \ | 129 | 256 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 256 | HIGHBD_TAIL_SUFFIX); \ | 131 | 256 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x8_c Line | Count | Source | 127 | 159 | HIGHBD_DECL_SUFFIX) \ | 128 | 159 | { \ | 129 | 159 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 159 | HIGHBD_TAIL_SUFFIX); \ | 131 | 159 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_16x8_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_identity_16x8_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_16x8_c Line | Count | Source | 127 | 331 | HIGHBD_DECL_SUFFIX) \ | 128 | 331 | { \ | 129 | 331 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 331 | HIGHBD_TAIL_SUFFIX); \ | 131 | 331 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_16x8_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_identity_flipadst_16x8_c Line | Count | Source | 127 | 118 | HIGHBD_DECL_SUFFIX) \ | 128 | 118 | { \ | 129 | 118 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 118 | HIGHBD_TAIL_SUFFIX); \ | 131 | 118 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_16x8_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_adst_16x8_c Line | Count | Source | 127 | 94 | HIGHBD_DECL_SUFFIX) \ | 128 | 94 | { \ | 129 | 94 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 94 | HIGHBD_TAIL_SUFFIX); \ | 131 | 94 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x16_c Line | Count | Source | 127 | 4.00k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.00k | { \ | 129 | 4.00k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.00k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.00k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x16_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_adst_dct_16x16_c Line | Count | Source | 127 | 3.06k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.06k | { \ | 129 | 3.06k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.06k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.06k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x16_c Line | Count | Source | 127 | 2.43k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.43k | { \ | 129 | 2.43k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.43k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.43k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x16_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_adst_16x16_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_flipadst_16x16_c Line | Count | Source | 127 | 121 | HIGHBD_DECL_SUFFIX) \ | 128 | 121 | { \ | 129 | 121 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 121 | HIGHBD_TAIL_SUFFIX); \ | 131 | 121 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x16_c Line | Count | Source | 127 | 123 | HIGHBD_DECL_SUFFIX) \ | 128 | 123 | { \ | 129 | 123 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 123 | HIGHBD_TAIL_SUFFIX); \ | 131 | 123 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x16_c Line | Count | Source | 127 | 124 | HIGHBD_DECL_SUFFIX) \ | 128 | 124 | { \ | 129 | 124 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 124 | HIGHBD_TAIL_SUFFIX); \ | 131 | 124 | } |
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 | 144 | HIGHBD_DECL_SUFFIX) \ | 128 | 144 | { \ | 129 | 144 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 144 | HIGHBD_TAIL_SUFFIX); \ | 131 | 144 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x16_c Line | Count | Source | 127 | 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 | 12.4k | HIGHBD_DECL_SUFFIX) \ | 128 | 12.4k | { \ | 129 | 12.4k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 12.4k | HIGHBD_TAIL_SUFFIX); \ | 131 | 12.4k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x32_c Line | Count | Source | 127 | 366 | HIGHBD_DECL_SUFFIX) \ | 128 | 366 | { \ | 129 | 366 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 366 | HIGHBD_TAIL_SUFFIX); \ | 131 | 366 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x64_c Line | Count | Source | 127 | 465 | HIGHBD_DECL_SUFFIX) \ | 128 | 465 | { \ | 129 | 465 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 465 | HIGHBD_TAIL_SUFFIX); \ | 131 | 465 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x8_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_identity_32x8_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_32x16_c Line | Count | Source | 127 | 8.64k | HIGHBD_DECL_SUFFIX) \ | 128 | 8.64k | { \ | 129 | 8.64k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 8.64k | HIGHBD_TAIL_SUFFIX); \ | 131 | 8.64k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x16_c Line | Count | Source | 127 | 168 | HIGHBD_DECL_SUFFIX) \ | 128 | 168 | { \ | 129 | 168 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 168 | HIGHBD_TAIL_SUFFIX); \ | 131 | 168 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x32_c Line | Count | Source | 127 | 48.8k | HIGHBD_DECL_SUFFIX) \ | 128 | 48.8k | { \ | 129 | 48.8k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 48.8k | HIGHBD_TAIL_SUFFIX); \ | 131 | 48.8k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x32_c Line | Count | Source | 127 | 72 | HIGHBD_DECL_SUFFIX) \ | 128 | 72 | { \ | 129 | 72 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 72 | HIGHBD_TAIL_SUFFIX); \ | 131 | 72 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x64_c Line | Count | Source | 127 | 9.53k | HIGHBD_DECL_SUFFIX) \ | 128 | 9.53k | { \ | 129 | 9.53k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 9.53k | HIGHBD_TAIL_SUFFIX); \ | 131 | 9.53k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x16_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_dct_dct_64x32_c Line | Count | Source | 127 | 4.39k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.39k | { \ | 129 | 4.39k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.39k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.39k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x64_c Line | Count | Source | 127 | 12.5k | HIGHBD_DECL_SUFFIX) \ | 128 | 12.5k | { \ | 129 | 12.5k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 12.5k | HIGHBD_TAIL_SUFFIX); \ | 131 | 12.5k | } |
|