131 | 318k | } itx_tmpl.c:inv_txfm_add_dct_dct_4x4_c Line | Count | Source | 127 | 5.48k | HIGHBD_DECL_SUFFIX) \ | 128 | 5.48k | { \ | 129 | 5.48k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 5.48k | HIGHBD_TAIL_SUFFIX); \ | 131 | 5.48k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x4_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_adst_dct_4x4_c Line | Count | Source | 127 | 2.76k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.76k | { \ | 129 | 2.76k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.76k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.76k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x4_c Line | Count | Source | 127 | 2.60k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.60k | { \ | 129 | 2.60k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.60k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.60k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x4_c Line | Count | Source | 127 | 3.07k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.07k | { \ | 129 | 3.07k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.07k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.07k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x4_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_adst_flipadst_4x4_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_flipadst_dct_4x4_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_flipadst_4x4_c Line | Count | Source | 127 | 182 | HIGHBD_DECL_SUFFIX) \ | 128 | 182 | { \ | 129 | 182 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 182 | HIGHBD_TAIL_SUFFIX); \ | 131 | 182 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x4_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_dct_identity_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_identity_dct_4x4_c Line | Count | Source | 127 | 584 | HIGHBD_DECL_SUFFIX) \ | 128 | 584 | { \ | 129 | 584 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 584 | HIGHBD_TAIL_SUFFIX); \ | 131 | 584 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x4_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_4x4_c Line | Count | Source | 127 | 201 | HIGHBD_DECL_SUFFIX) \ | 128 | 201 | { \ | 129 | 201 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 201 | HIGHBD_TAIL_SUFFIX); \ | 131 | 201 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x4_c Line | Count | Source | 127 | 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_identity_adst_4x4_c Line | Count | Source | 127 | 357 | HIGHBD_DECL_SUFFIX) \ | 128 | 357 | { \ | 129 | 357 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 357 | HIGHBD_TAIL_SUFFIX); \ | 131 | 357 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_4x8_c Line | Count | Source | 127 | 2.17k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.17k | { \ | 129 | 2.17k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.17k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.17k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x8_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_adst_dct_4x8_c Line | Count | Source | 127 | 1.15k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.15k | { \ | 129 | 1.15k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.15k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.15k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x8_c Line | Count | Source | 127 | 1.06k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.06k | { \ | 129 | 1.06k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.06k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.06k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x8_c Line | Count | Source | 127 | 1.55k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.55k | { \ | 129 | 1.55k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.55k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.55k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x8_c Line | Count | Source | 127 | 257 | HIGHBD_DECL_SUFFIX) \ | 128 | 257 | { \ | 129 | 257 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 257 | HIGHBD_TAIL_SUFFIX); \ | 131 | 257 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x8_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_4x8_c Line | Count | Source | 127 | 161 | HIGHBD_DECL_SUFFIX) \ | 128 | 161 | { \ | 129 | 161 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 161 | HIGHBD_TAIL_SUFFIX); \ | 131 | 161 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x8_c Line | Count | Source | 127 | 157 | HIGHBD_DECL_SUFFIX) \ | 128 | 157 | { \ | 129 | 157 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 157 | HIGHBD_TAIL_SUFFIX); \ | 131 | 157 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_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_identity_4x8_c Line | Count | Source | 127 | 538 | HIGHBD_DECL_SUFFIX) \ | 128 | 538 | { \ | 129 | 538 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 538 | HIGHBD_TAIL_SUFFIX); \ | 131 | 538 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x8_c Line | Count | Source | 127 | 319 | HIGHBD_DECL_SUFFIX) \ | 128 | 319 | { \ | 129 | 319 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 319 | HIGHBD_TAIL_SUFFIX); \ | 131 | 319 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x8_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_identity_flipadst_4x8_c Line | Count | Source | 127 | 167 | HIGHBD_DECL_SUFFIX) \ | 128 | 167 | { \ | 129 | 167 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 167 | HIGHBD_TAIL_SUFFIX); \ | 131 | 167 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x8_c Line | Count | Source | 127 | 246 | HIGHBD_DECL_SUFFIX) \ | 128 | 246 | { \ | 129 | 246 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 246 | HIGHBD_TAIL_SUFFIX); \ | 131 | 246 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_4x8_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_4x16_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_identity_identity_4x16_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_adst_dct_4x16_c Line | Count | Source | 127 | 678 | HIGHBD_DECL_SUFFIX) \ | 128 | 678 | { \ | 129 | 678 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 678 | HIGHBD_TAIL_SUFFIX); \ | 131 | 678 | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x16_c Line | Count | Source | 127 | 507 | HIGHBD_DECL_SUFFIX) \ | 128 | 507 | { \ | 129 | 507 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 507 | HIGHBD_TAIL_SUFFIX); \ | 131 | 507 | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x16_c Line | Count | Source | 127 | 786 | HIGHBD_DECL_SUFFIX) \ | 128 | 786 | { \ | 129 | 786 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 786 | HIGHBD_TAIL_SUFFIX); \ | 131 | 786 | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x16_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_adst_flipadst_4x16_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_flipadst_dct_4x16_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_dct_flipadst_4x16_c Line | Count | Source | 127 | 114 | HIGHBD_DECL_SUFFIX) \ | 128 | 114 | { \ | 129 | 114 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 114 | HIGHBD_TAIL_SUFFIX); \ | 131 | 114 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x16_c Line | Count | Source | 127 | 150 | HIGHBD_DECL_SUFFIX) \ | 128 | 150 | { \ | 129 | 150 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 150 | HIGHBD_TAIL_SUFFIX); \ | 131 | 150 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_4x16_c Line | Count | Source | 127 | 318 | HIGHBD_DECL_SUFFIX) \ | 128 | 318 | { \ | 129 | 318 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 318 | HIGHBD_TAIL_SUFFIX); \ | 131 | 318 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x16_c Line | Count | Source | 127 | 209 | HIGHBD_DECL_SUFFIX) \ | 128 | 209 | { \ | 129 | 209 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 209 | HIGHBD_TAIL_SUFFIX); \ | 131 | 209 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x16_c Line | Count | Source | 127 | 251 | HIGHBD_DECL_SUFFIX) \ | 128 | 251 | { \ | 129 | 251 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 251 | HIGHBD_TAIL_SUFFIX); \ | 131 | 251 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x16_c Line | Count | Source | 127 | 86 | HIGHBD_DECL_SUFFIX) \ | 128 | 86 | { \ | 129 | 86 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 86 | HIGHBD_TAIL_SUFFIX); \ | 131 | 86 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x16_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_identity_adst_4x16_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_dct_dct_8x4_c Line | Count | Source | 127 | 2.25k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.25k | { \ | 129 | 2.25k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.25k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.25k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_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_adst_dct_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_dct_adst_8x4_c Line | Count | Source | 127 | 1.41k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.41k | { \ | 129 | 1.41k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.41k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.41k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x4_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_adst_8x4_c Line | Count | Source | 127 | 190 | HIGHBD_DECL_SUFFIX) \ | 128 | 190 | { \ | 129 | 190 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 190 | HIGHBD_TAIL_SUFFIX); \ | 131 | 190 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x4_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_flipadst_dct_8x4_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_dct_flipadst_8x4_c Line | Count | Source | 127 | 133 | HIGHBD_DECL_SUFFIX) \ | 128 | 133 | { \ | 129 | 133 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 133 | HIGHBD_TAIL_SUFFIX); \ | 131 | 133 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x4_c Line | Count | Source | 127 | 142 | HIGHBD_DECL_SUFFIX) \ | 128 | 142 | { \ | 129 | 142 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 142 | HIGHBD_TAIL_SUFFIX); \ | 131 | 142 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x4_c Line | Count | Source | 127 | 530 | HIGHBD_DECL_SUFFIX) \ | 128 | 530 | { \ | 129 | 530 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 530 | HIGHBD_TAIL_SUFFIX); \ | 131 | 530 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x4_c Line | Count | Source | 127 | 222 | HIGHBD_DECL_SUFFIX) \ | 128 | 222 | { \ | 129 | 222 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 222 | HIGHBD_TAIL_SUFFIX); \ | 131 | 222 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x4_c Line | Count | Source | 127 | 242 | HIGHBD_DECL_SUFFIX) \ | 128 | 242 | { \ | 129 | 242 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 242 | HIGHBD_TAIL_SUFFIX); \ | 131 | 242 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x4_c Line | Count | Source | 127 | 125 | HIGHBD_DECL_SUFFIX) \ | 128 | 125 | { \ | 129 | 125 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 125 | HIGHBD_TAIL_SUFFIX); \ | 131 | 125 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x4_c Line | Count | Source | 127 | 291 | HIGHBD_DECL_SUFFIX) \ | 128 | 291 | { \ | 129 | 291 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 291 | HIGHBD_TAIL_SUFFIX); \ | 131 | 291 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x4_c Line | Count | Source | 127 | 164 | HIGHBD_DECL_SUFFIX) \ | 128 | 164 | { \ | 129 | 164 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 164 | HIGHBD_TAIL_SUFFIX); \ | 131 | 164 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x8_c Line | Count | Source | 127 | 7.94k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.94k | { \ | 129 | 7.94k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.94k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.94k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x8_c Line | Count | Source | 127 | 3.16k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.16k | { \ | 129 | 3.16k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.16k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.16k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x8_c Line | Count | Source | 127 | 4.32k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.32k | { \ | 129 | 4.32k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.32k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.32k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x8_c Line | Count | Source | 127 | 3.57k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.57k | { \ | 129 | 3.57k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.57k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.57k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x8_c Line | Count | Source | 127 | 3.46k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.46k | { \ | 129 | 3.46k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.46k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.46k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x8_c Line | Count | Source | 127 | 473 | HIGHBD_DECL_SUFFIX) \ | 128 | 473 | { \ | 129 | 473 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 473 | HIGHBD_TAIL_SUFFIX); \ | 131 | 473 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x8_c Line | Count | Source | 127 | 398 | HIGHBD_DECL_SUFFIX) \ | 128 | 398 | { \ | 129 | 398 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 398 | HIGHBD_TAIL_SUFFIX); \ | 131 | 398 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x8_c Line | Count | Source | 127 | 407 | HIGHBD_DECL_SUFFIX) \ | 128 | 407 | { \ | 129 | 407 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 407 | HIGHBD_TAIL_SUFFIX); \ | 131 | 407 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x8_c Line | Count | Source | 127 | 397 | HIGHBD_DECL_SUFFIX) \ | 128 | 397 | { \ | 129 | 397 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 397 | HIGHBD_TAIL_SUFFIX); \ | 131 | 397 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x8_c Line | Count | Source | 127 | 356 | HIGHBD_DECL_SUFFIX) \ | 128 | 356 | { \ | 129 | 356 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 356 | HIGHBD_TAIL_SUFFIX); \ | 131 | 356 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x8_c Line | Count | Source | 127 | 948 | HIGHBD_DECL_SUFFIX) \ | 128 | 948 | { \ | 129 | 948 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 948 | HIGHBD_TAIL_SUFFIX); \ | 131 | 948 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x8_c Line | Count | Source | 127 | 564 | HIGHBD_DECL_SUFFIX) \ | 128 | 564 | { \ | 129 | 564 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 564 | HIGHBD_TAIL_SUFFIX); \ | 131 | 564 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x8_c Line | Count | Source | 127 | 365 | HIGHBD_DECL_SUFFIX) \ | 128 | 365 | { \ | 129 | 365 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 365 | HIGHBD_TAIL_SUFFIX); \ | 131 | 365 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x8_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_8x8_c Line | Count | Source | 127 | 398 | HIGHBD_DECL_SUFFIX) \ | 128 | 398 | { \ | 129 | 398 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 398 | HIGHBD_TAIL_SUFFIX); \ | 131 | 398 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x8_c Line | Count | Source | 127 | 246 | HIGHBD_DECL_SUFFIX) \ | 128 | 246 | { \ | 129 | 246 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 246 | HIGHBD_TAIL_SUFFIX); \ | 131 | 246 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x16_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_identity_identity_8x16_c Line | Count | Source | 127 | 866 | HIGHBD_DECL_SUFFIX) \ | 128 | 866 | { \ | 129 | 866 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 866 | HIGHBD_TAIL_SUFFIX); \ | 131 | 866 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x16_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_dct_adst_8x16_c Line | Count | Source | 127 | 1.48k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.48k | { \ | 129 | 1.48k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.48k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.48k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x16_c Line | Count | Source | 127 | 1.55k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.55k | { \ | 129 | 1.55k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.55k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.55k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x16_c Line | Count | Source | 127 | 197 | HIGHBD_DECL_SUFFIX) \ | 128 | 197 | { \ | 129 | 197 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 197 | HIGHBD_TAIL_SUFFIX); \ | 131 | 197 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x16_c Line | Count | Source | 127 | 188 | HIGHBD_DECL_SUFFIX) \ | 128 | 188 | { \ | 129 | 188 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 188 | HIGHBD_TAIL_SUFFIX); \ | 131 | 188 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x16_c Line | Count | Source | 127 | 237 | HIGHBD_DECL_SUFFIX) \ | 128 | 237 | { \ | 129 | 237 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 237 | HIGHBD_TAIL_SUFFIX); \ | 131 | 237 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x16_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_flipadst_flipadst_8x16_c Line | Count | Source | 127 | 160 | HIGHBD_DECL_SUFFIX) \ | 128 | 160 | { \ | 129 | 160 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 160 | HIGHBD_TAIL_SUFFIX); \ | 131 | 160 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x16_c Line | Count | Source | 127 | 525 | HIGHBD_DECL_SUFFIX) \ | 128 | 525 | { \ | 129 | 525 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 525 | HIGHBD_TAIL_SUFFIX); \ | 131 | 525 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x16_c Line | Count | Source | 127 | 209 | HIGHBD_DECL_SUFFIX) \ | 128 | 209 | { \ | 129 | 209 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 209 | HIGHBD_TAIL_SUFFIX); \ | 131 | 209 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x16_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_identity_flipadst_8x16_c Line | Count | Source | 127 | 145 | HIGHBD_DECL_SUFFIX) \ | 128 | 145 | { \ | 129 | 145 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 145 | HIGHBD_TAIL_SUFFIX); \ | 131 | 145 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x16_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_identity_adst_8x16_c Line | Count | Source | 127 | 202 | HIGHBD_DECL_SUFFIX) \ | 128 | 202 | { \ | 129 | 202 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 202 | HIGHBD_TAIL_SUFFIX); \ | 131 | 202 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x32_c Line | Count | Source | 127 | 2.47k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.47k | { \ | 129 | 2.47k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.47k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.47k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x32_c Line | Count | Source | 127 | 161 | HIGHBD_DECL_SUFFIX) \ | 128 | 161 | { \ | 129 | 161 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 161 | HIGHBD_TAIL_SUFFIX); \ | 131 | 161 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x4_c Line | Count | Source | 127 | 1.40k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.40k | { \ | 129 | 1.40k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.40k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.40k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x4_c Line | Count | Source | 127 | 771 | HIGHBD_DECL_SUFFIX) \ | 128 | 771 | { \ | 129 | 771 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 771 | HIGHBD_TAIL_SUFFIX); \ | 131 | 771 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x4_c Line | Count | Source | 127 | 780 | HIGHBD_DECL_SUFFIX) \ | 128 | 780 | { \ | 129 | 780 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 780 | HIGHBD_TAIL_SUFFIX); \ | 131 | 780 | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x4_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_adst_adst_16x4_c Line | Count | Source | 127 | 811 | HIGHBD_DECL_SUFFIX) \ | 128 | 811 | { \ | 129 | 811 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 811 | HIGHBD_TAIL_SUFFIX); \ | 131 | 811 | } |
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 | 136 | HIGHBD_DECL_SUFFIX) \ | 128 | 136 | { \ | 129 | 136 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 136 | HIGHBD_TAIL_SUFFIX); \ | 131 | 136 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x4_c Line | Count | Source | 127 | 186 | HIGHBD_DECL_SUFFIX) \ | 128 | 186 | { \ | 129 | 186 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 186 | HIGHBD_TAIL_SUFFIX); \ | 131 | 186 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x4_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_flipadst_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_dct_identity_16x4_c Line | Count | Source | 127 | 310 | HIGHBD_DECL_SUFFIX) \ | 128 | 310 | { \ | 129 | 310 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 310 | HIGHBD_TAIL_SUFFIX); \ | 131 | 310 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x4_c Line | Count | Source | 127 | 215 | HIGHBD_DECL_SUFFIX) \ | 128 | 215 | { \ | 129 | 215 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 215 | HIGHBD_TAIL_SUFFIX); \ | 131 | 215 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_16x4_c Line | Count | Source | 127 | 376 | HIGHBD_DECL_SUFFIX) \ | 128 | 376 | { \ | 129 | 376 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 376 | HIGHBD_TAIL_SUFFIX); \ | 131 | 376 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_16x4_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_adst_identity_16x4_c Line | Count | Source | 127 | 180 | HIGHBD_DECL_SUFFIX) \ | 128 | 180 | { \ | 129 | 180 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 180 | HIGHBD_TAIL_SUFFIX); \ | 131 | 180 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_16x4_c Line | Count | Source | 127 | 241 | HIGHBD_DECL_SUFFIX) \ | 128 | 241 | { \ | 129 | 241 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 241 | HIGHBD_TAIL_SUFFIX); \ | 131 | 241 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x8_c Line | Count | Source | 127 | 3.64k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.64k | { \ | 129 | 3.64k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.64k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.64k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x8_c Line | Count | Source | 127 | 750 | HIGHBD_DECL_SUFFIX) \ | 128 | 750 | { \ | 129 | 750 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 750 | HIGHBD_TAIL_SUFFIX); \ | 131 | 750 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x8_c Line | Count | Source | 127 | 1.81k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.81k | { \ | 129 | 1.81k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.81k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.81k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_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_adst_adst_16x8_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_flipadst_adst_16x8_c Line | Count | Source | 127 | 167 | HIGHBD_DECL_SUFFIX) \ | 128 | 167 | { \ | 129 | 167 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 167 | HIGHBD_TAIL_SUFFIX); \ | 131 | 167 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x8_c Line | Count | Source | 127 | 231 | HIGHBD_DECL_SUFFIX) \ | 128 | 231 | { \ | 129 | 231 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 231 | HIGHBD_TAIL_SUFFIX); \ | 131 | 231 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x8_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_dct_flipadst_16x8_c Line | Count | Source | 127 | 167 | HIGHBD_DECL_SUFFIX) \ | 128 | 167 | { \ | 129 | 167 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 167 | HIGHBD_TAIL_SUFFIX); \ | 131 | 167 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_16x8_c Line | Count | Source | 127 | 165 | HIGHBD_DECL_SUFFIX) \ | 128 | 165 | { \ | 129 | 165 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 165 | HIGHBD_TAIL_SUFFIX); \ | 131 | 165 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x8_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_identity_dct_16x8_c Line | Count | Source | 127 | 246 | HIGHBD_DECL_SUFFIX) \ | 128 | 246 | { \ | 129 | 246 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 246 | HIGHBD_TAIL_SUFFIX); \ | 131 | 246 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_16x8_c Line | Count | Source | 127 | 201 | HIGHBD_DECL_SUFFIX) \ | 128 | 201 | { \ | 129 | 201 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 201 | HIGHBD_TAIL_SUFFIX); \ | 131 | 201 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_16x8_c Line | Count | Source | 127 | 89 | HIGHBD_DECL_SUFFIX) \ | 128 | 89 | { \ | 129 | 89 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 89 | HIGHBD_TAIL_SUFFIX); \ | 131 | 89 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_16x8_c Line | Count | Source | 127 | 204 | HIGHBD_DECL_SUFFIX) \ | 128 | 204 | { \ | 129 | 204 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 204 | HIGHBD_TAIL_SUFFIX); \ | 131 | 204 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_16x8_c Line | Count | Source | 127 | 127 | HIGHBD_DECL_SUFFIX) \ | 128 | 127 | { \ | 129 | 127 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 127 | HIGHBD_TAIL_SUFFIX); \ | 131 | 127 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x16_c Line | Count | Source | 127 | 7.43k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.43k | { \ | 129 | 7.43k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.43k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.43k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x16_c Line | Count | Source | 127 | 1.18k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.18k | { \ | 129 | 1.18k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.18k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.18k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x16_c Line | Count | Source | 127 | 5.77k | HIGHBD_DECL_SUFFIX) \ | 128 | 5.77k | { \ | 129 | 5.77k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 5.77k | HIGHBD_TAIL_SUFFIX); \ | 131 | 5.77k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x16_c Line | Count | Source | 127 | 4.22k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.22k | { \ | 129 | 4.22k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.22k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.22k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x16_c Line | Count | Source | 127 | 5.21k | HIGHBD_DECL_SUFFIX) \ | 128 | 5.21k | { \ | 129 | 5.21k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 5.21k | HIGHBD_TAIL_SUFFIX); \ | 131 | 5.21k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x16_c Line | Count | Source | 127 | 191 | HIGHBD_DECL_SUFFIX) \ | 128 | 191 | { \ | 129 | 191 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 191 | HIGHBD_TAIL_SUFFIX); \ | 131 | 191 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x16_c Line | Count | Source | 127 | 247 | HIGHBD_DECL_SUFFIX) \ | 128 | 247 | { \ | 129 | 247 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 247 | HIGHBD_TAIL_SUFFIX); \ | 131 | 247 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x16_c Line | Count | Source | 127 | 264 | HIGHBD_DECL_SUFFIX) \ | 128 | 264 | { \ | 129 | 264 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 264 | HIGHBD_TAIL_SUFFIX); \ | 131 | 264 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x16_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_flipadst_flipadst_16x16_c Line | Count | Source | 127 | 302 | HIGHBD_DECL_SUFFIX) \ | 128 | 302 | { \ | 129 | 302 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 302 | HIGHBD_TAIL_SUFFIX); \ | 131 | 302 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x16_c Line | Count | Source | 127 | 305 | HIGHBD_DECL_SUFFIX) \ | 128 | 305 | { \ | 129 | 305 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 305 | HIGHBD_TAIL_SUFFIX); \ | 131 | 305 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x16_c Line | Count | Source | 127 | 160 | HIGHBD_DECL_SUFFIX) \ | 128 | 160 | { \ | 129 | 160 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 160 | HIGHBD_TAIL_SUFFIX); \ | 131 | 160 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x32_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_identity_identity_16x32_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_dct_16x64_c Line | Count | Source | 127 | 3.12k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.12k | { \ | 129 | 3.12k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.12k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.12k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x8_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_identity_identity_32x8_c Line | Count | Source | 127 | 115 | HIGHBD_DECL_SUFFIX) \ | 128 | 115 | { \ | 129 | 115 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 115 | HIGHBD_TAIL_SUFFIX); \ | 131 | 115 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x16_c Line | Count | Source | 127 | 7.81k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.81k | { \ | 129 | 7.81k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.81k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.81k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x16_c Line | Count | Source | 127 | 97 | HIGHBD_DECL_SUFFIX) \ | 128 | 97 | { \ | 129 | 97 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 97 | HIGHBD_TAIL_SUFFIX); \ | 131 | 97 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x32_c Line | Count | Source | 127 | 79.9k | HIGHBD_DECL_SUFFIX) \ | 128 | 79.9k | { \ | 129 | 79.9k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 79.9k | HIGHBD_TAIL_SUFFIX); \ | 131 | 79.9k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x32_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_dct_32x64_c Line | Count | Source | 127 | 10.3k | HIGHBD_DECL_SUFFIX) \ | 128 | 10.3k | { \ | 129 | 10.3k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 10.3k | HIGHBD_TAIL_SUFFIX); \ | 131 | 10.3k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x16_c Line | Count | Source | 127 | 720 | HIGHBD_DECL_SUFFIX) \ | 128 | 720 | { \ | 129 | 720 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 720 | HIGHBD_TAIL_SUFFIX); \ | 131 | 720 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x32_c Line | Count | Source | 127 | 5.52k | HIGHBD_DECL_SUFFIX) \ | 128 | 5.52k | { \ | 129 | 5.52k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 5.52k | HIGHBD_TAIL_SUFFIX); \ | 131 | 5.52k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x64_c Line | Count | Source | 127 | 61.2k | HIGHBD_DECL_SUFFIX) \ | 128 | 61.2k | { \ | 129 | 61.2k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 61.2k | HIGHBD_TAIL_SUFFIX); \ | 131 | 61.2k | } |
|