131 | 359k | } itx_tmpl.c:inv_txfm_add_dct_dct_4x4_c Line | Count | Source | 127 | 4.36k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.36k | { \ | 129 | 4.36k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.36k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.36k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x4_c Line | Count | Source | 127 | 2.31k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.31k | { \ | 129 | 2.31k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.31k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.31k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x4_c Line | Count | Source | 127 | 2.78k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.78k | { \ | 129 | 2.78k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.78k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.78k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_4x4_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_adst_adst_4x4_c Line | Count | Source | 127 | 2.99k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.99k | { \ | 129 | 2.99k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.99k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.99k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x4_c Line | Count | Source | 127 | 227 | HIGHBD_DECL_SUFFIX) \ | 128 | 227 | { \ | 129 | 227 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 227 | HIGHBD_TAIL_SUFFIX); \ | 131 | 227 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x4_c Line | Count | Source | 127 | 281 | HIGHBD_DECL_SUFFIX) \ | 128 | 281 | { \ | 129 | 281 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 281 | HIGHBD_TAIL_SUFFIX); \ | 131 | 281 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_4x4_c Line | Count | Source | 127 | 208 | HIGHBD_DECL_SUFFIX) \ | 128 | 208 | { \ | 129 | 208 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 208 | HIGHBD_TAIL_SUFFIX); \ | 131 | 208 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_4x4_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_flipadst_flipadst_4x4_c Line | Count | Source | 127 | 163 | HIGHBD_DECL_SUFFIX) \ | 128 | 163 | { \ | 129 | 163 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 163 | HIGHBD_TAIL_SUFFIX); \ | 131 | 163 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_4x4_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_dct_4x4_c Line | Count | Source | 127 | 456 | HIGHBD_DECL_SUFFIX) \ | 128 | 456 | { \ | 129 | 456 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 456 | HIGHBD_TAIL_SUFFIX); \ | 131 | 456 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_4x4_c Line | Count | Source | 127 | 274 | HIGHBD_DECL_SUFFIX) \ | 128 | 274 | { \ | 129 | 274 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 274 | HIGHBD_TAIL_SUFFIX); \ | 131 | 274 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x4_c Line | Count | Source | 127 | 181 | HIGHBD_DECL_SUFFIX) \ | 128 | 181 | { \ | 129 | 181 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 181 | HIGHBD_TAIL_SUFFIX); \ | 131 | 181 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x4_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_identity_adst_4x4_c Line | Count | Source | 127 | 353 | HIGHBD_DECL_SUFFIX) \ | 128 | 353 | { \ | 129 | 353 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 353 | HIGHBD_TAIL_SUFFIX); \ | 131 | 353 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_4x8_c Line | Count | Source | 127 | 1.89k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.89k | { \ | 129 | 1.89k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.89k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.89k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x8_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_dct_4x8_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_adst_4x8_c Line | Count | Source | 127 | 908 | HIGHBD_DECL_SUFFIX) \ | 128 | 908 | { \ | 129 | 908 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 908 | HIGHBD_TAIL_SUFFIX); \ | 131 | 908 | } |
itx_tmpl.c:inv_txfm_add_adst_adst_4x8_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_flipadst_adst_4x8_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_adst_flipadst_4x8_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_dct_4x8_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_flipadst_4x8_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_flipadst_flipadst_4x8_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_dct_identity_4x8_c Line | Count | Source | 127 | 565 | HIGHBD_DECL_SUFFIX) \ | 128 | 565 | { \ | 129 | 565 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 565 | HIGHBD_TAIL_SUFFIX); \ | 131 | 565 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_4x8_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_4x8_c Line | Count | Source | 127 | 178 | HIGHBD_DECL_SUFFIX) \ | 128 | 178 | { \ | 129 | 178 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 178 | HIGHBD_TAIL_SUFFIX); \ | 131 | 178 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x8_c Line | Count | Source | 127 | 162 | HIGHBD_DECL_SUFFIX) \ | 128 | 162 | { \ | 129 | 162 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 162 | HIGHBD_TAIL_SUFFIX); \ | 131 | 162 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x8_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_identity_adst_4x8_c Line | Count | Source | 127 | 158 | HIGHBD_DECL_SUFFIX) \ | 128 | 158 | { \ | 129 | 158 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 158 | HIGHBD_TAIL_SUFFIX); \ | 131 | 158 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_4x16_c Line | Count | Source | 127 | 1.23k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.23k | { \ | 129 | 1.23k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.23k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.23k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_4x16_c Line | Count | Source | 127 | 927 | HIGHBD_DECL_SUFFIX) \ | 128 | 927 | { \ | 129 | 927 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 927 | HIGHBD_TAIL_SUFFIX); \ | 131 | 927 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_4x16_c Line | Count | Source | 127 | 516 | HIGHBD_DECL_SUFFIX) \ | 128 | 516 | { \ | 129 | 516 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 516 | HIGHBD_TAIL_SUFFIX); \ | 131 | 516 | } |
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 | 604 | HIGHBD_DECL_SUFFIX) \ | 128 | 604 | { \ | 129 | 604 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 604 | HIGHBD_TAIL_SUFFIX); \ | 131 | 604 | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_4x16_c Line | Count | Source | 127 | 304 | HIGHBD_DECL_SUFFIX) \ | 128 | 304 | { \ | 129 | 304 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 304 | HIGHBD_TAIL_SUFFIX); \ | 131 | 304 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_4x16_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_dct_4x16_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_dct_flipadst_4x16_c Line | Count | Source | 127 | 137 | HIGHBD_DECL_SUFFIX) \ | 128 | 137 | { \ | 129 | 137 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 137 | HIGHBD_TAIL_SUFFIX); \ | 131 | 137 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_4x16_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_dct_identity_4x16_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_identity_dct_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_flipadst_identity_4x16_c Line | Count | Source | 127 | 274 | HIGHBD_DECL_SUFFIX) \ | 128 | 274 | { \ | 129 | 274 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 274 | HIGHBD_TAIL_SUFFIX); \ | 131 | 274 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_4x16_c Line | Count | Source | 127 | 166 | HIGHBD_DECL_SUFFIX) \ | 128 | 166 | { \ | 129 | 166 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 166 | HIGHBD_TAIL_SUFFIX); \ | 131 | 166 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_4x16_c Line | Count | Source | 127 | 313 | HIGHBD_DECL_SUFFIX) \ | 128 | 313 | { \ | 129 | 313 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 313 | HIGHBD_TAIL_SUFFIX); \ | 131 | 313 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_4x16_c Line | Count | Source | 127 | 196 | HIGHBD_DECL_SUFFIX) \ | 128 | 196 | { \ | 129 | 196 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 196 | HIGHBD_TAIL_SUFFIX); \ | 131 | 196 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x4_c Line | Count | Source | 127 | 2.01k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.01k | { \ | 129 | 2.01k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.01k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.01k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x4_c Line | Count | Source | 127 | 978 | HIGHBD_DECL_SUFFIX) \ | 128 | 978 | { \ | 129 | 978 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 978 | HIGHBD_TAIL_SUFFIX); \ | 131 | 978 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x4_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_8x4_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_adst_adst_8x4_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_flipadst_adst_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_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 | 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_flipadst_8x4_c Line | Count | Source | 127 | 154 | HIGHBD_DECL_SUFFIX) \ | 128 | 154 | { \ | 129 | 154 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 154 | HIGHBD_TAIL_SUFFIX); \ | 131 | 154 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x4_c Line | Count | Source | 127 | 111 | HIGHBD_DECL_SUFFIX) \ | 128 | 111 | { \ | 129 | 111 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 111 | HIGHBD_TAIL_SUFFIX); \ | 131 | 111 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_8x4_c Line | Count | Source | 127 | 496 | HIGHBD_DECL_SUFFIX) \ | 128 | 496 | { \ | 129 | 496 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 496 | HIGHBD_TAIL_SUFFIX); \ | 131 | 496 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x4_c Line | Count | Source | 127 | 293 | HIGHBD_DECL_SUFFIX) \ | 128 | 293 | { \ | 129 | 293 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 293 | HIGHBD_TAIL_SUFFIX); \ | 131 | 293 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x4_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_flipadst_8x4_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_adst_identity_8x4_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_identity_adst_8x4_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_8x8_c Line | Count | Source | 127 | 7.30k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.30k | { \ | 129 | 7.30k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.30k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.30k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_8x8_c Line | Count | Source | 127 | 2.84k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.84k | { \ | 129 | 2.84k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.84k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.84k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x8_c Line | Count | Source | 127 | 4.58k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.58k | { \ | 129 | 4.58k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.58k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.58k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_8x8_c Line | Count | Source | 127 | 3.47k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.47k | { \ | 129 | 3.47k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.47k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.47k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_8x8_c Line | Count | Source | 127 | 3.90k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.90k | { \ | 129 | 3.90k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.90k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.90k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x8_c Line | Count | Source | 127 | 346 | HIGHBD_DECL_SUFFIX) \ | 128 | 346 | { \ | 129 | 346 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 346 | HIGHBD_TAIL_SUFFIX); \ | 131 | 346 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x8_c Line | Count | Source | 127 | 333 | HIGHBD_DECL_SUFFIX) \ | 128 | 333 | { \ | 129 | 333 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 333 | HIGHBD_TAIL_SUFFIX); \ | 131 | 333 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_8x8_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_dct_flipadst_8x8_c Line | Count | Source | 127 | 447 | HIGHBD_DECL_SUFFIX) \ | 128 | 447 | { \ | 129 | 447 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 447 | HIGHBD_TAIL_SUFFIX); \ | 131 | 447 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_8x8_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_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 | 526 | HIGHBD_DECL_SUFFIX) \ | 128 | 526 | { \ | 129 | 526 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 526 | HIGHBD_TAIL_SUFFIX); \ | 131 | 526 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x8_c Line | Count | Source | 127 | 321 | HIGHBD_DECL_SUFFIX) \ | 128 | 321 | { \ | 129 | 321 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 321 | HIGHBD_TAIL_SUFFIX); \ | 131 | 321 | } |
itx_tmpl.c:inv_txfm_add_identity_flipadst_8x8_c Line | Count | Source | 127 | 244 | HIGHBD_DECL_SUFFIX) \ | 128 | 244 | { \ | 129 | 244 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 244 | HIGHBD_TAIL_SUFFIX); \ | 131 | 244 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_8x8_c Line | Count | Source | 127 | 321 | HIGHBD_DECL_SUFFIX) \ | 128 | 321 | { \ | 129 | 321 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 321 | HIGHBD_TAIL_SUFFIX); \ | 131 | 321 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x8_c Line | Count | Source | 127 | 147 | HIGHBD_DECL_SUFFIX) \ | 128 | 147 | { \ | 129 | 147 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 147 | HIGHBD_TAIL_SUFFIX); \ | 131 | 147 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x16_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_8x16_c Line | Count | Source | 127 | 1.47k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.47k | { \ | 129 | 1.47k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.47k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.47k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_8x16_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_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 | 1.76k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.76k | { \ | 129 | 1.76k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.76k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.76k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_8x16_c Line | Count | Source | 127 | 175 | HIGHBD_DECL_SUFFIX) \ | 128 | 175 | { \ | 129 | 175 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 175 | HIGHBD_TAIL_SUFFIX); \ | 131 | 175 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_8x16_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_dct_8x16_c Line | Count | Source | 127 | 213 | HIGHBD_DECL_SUFFIX) \ | 128 | 213 | { \ | 129 | 213 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 213 | HIGHBD_TAIL_SUFFIX); \ | 131 | 213 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_8x16_c Line | Count | Source | 127 | 207 | HIGHBD_DECL_SUFFIX) \ | 128 | 207 | { \ | 129 | 207 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 207 | HIGHBD_TAIL_SUFFIX); \ | 131 | 207 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_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_dct_identity_8x16_c Line | Count | Source | 127 | 420 | HIGHBD_DECL_SUFFIX) \ | 128 | 420 | { \ | 129 | 420 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 420 | HIGHBD_TAIL_SUFFIX); \ | 131 | 420 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_8x16_c Line | Count | Source | 127 | 276 | HIGHBD_DECL_SUFFIX) \ | 128 | 276 | { \ | 129 | 276 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 276 | HIGHBD_TAIL_SUFFIX); \ | 131 | 276 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_8x16_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_identity_flipadst_8x16_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_8x16_c Line | Count | Source | 127 | 196 | HIGHBD_DECL_SUFFIX) \ | 128 | 196 | { \ | 129 | 196 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 196 | HIGHBD_TAIL_SUFFIX); \ | 131 | 196 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_8x16_c Line | Count | Source | 127 | 131 | HIGHBD_DECL_SUFFIX) \ | 128 | 131 | { \ | 129 | 131 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 131 | HIGHBD_TAIL_SUFFIX); \ | 131 | 131 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_8x32_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_identity_identity_8x32_c Line | Count | Source | 127 | 78 | HIGHBD_DECL_SUFFIX) \ | 128 | 78 | { \ | 129 | 78 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 78 | HIGHBD_TAIL_SUFFIX); \ | 131 | 78 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x4_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_16x4_c Line | Count | Source | 127 | 539 | HIGHBD_DECL_SUFFIX) \ | 128 | 539 | { \ | 129 | 539 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 539 | HIGHBD_TAIL_SUFFIX); \ | 131 | 539 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x4_c Line | Count | Source | 127 | 637 | HIGHBD_DECL_SUFFIX) \ | 128 | 637 | { \ | 129 | 637 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 637 | HIGHBD_TAIL_SUFFIX); \ | 131 | 637 | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x4_c Line | Count | Source | 127 | 576 | HIGHBD_DECL_SUFFIX) \ | 128 | 576 | { \ | 129 | 576 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 576 | HIGHBD_TAIL_SUFFIX); \ | 131 | 576 | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x4_c Line | Count | Source | 127 | 777 | HIGHBD_DECL_SUFFIX) \ | 128 | 777 | { \ | 129 | 777 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 777 | HIGHBD_TAIL_SUFFIX); \ | 131 | 777 | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x4_c Line | Count | Source | 127 | 137 | HIGHBD_DECL_SUFFIX) \ | 128 | 137 | { \ | 129 | 137 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 137 | HIGHBD_TAIL_SUFFIX); \ | 131 | 137 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x4_c Line | Count | Source | 127 | 116 | HIGHBD_DECL_SUFFIX) \ | 128 | 116 | { \ | 129 | 116 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 116 | HIGHBD_TAIL_SUFFIX); \ | 131 | 116 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x4_c Line | Count | Source | 127 | 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_flipadst_16x4_c Line | Count | Source | 127 | 85 | HIGHBD_DECL_SUFFIX) \ | 128 | 85 | { \ | 129 | 85 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 85 | HIGHBD_TAIL_SUFFIX); \ | 131 | 85 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_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_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_identity_dct_16x4_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_flipadst_identity_16x4_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_identity_flipadst_16x4_c Line | Count | Source | 127 | 99 | HIGHBD_DECL_SUFFIX) \ | 128 | 99 | { \ | 129 | 99 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 99 | HIGHBD_TAIL_SUFFIX); \ | 131 | 99 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_16x4_c Line | Count | Source | 127 | 254 | HIGHBD_DECL_SUFFIX) \ | 128 | 254 | { \ | 129 | 254 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 254 | HIGHBD_TAIL_SUFFIX); \ | 131 | 254 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_16x4_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_dct_dct_16x8_c Line | Count | Source | 127 | 3.41k | HIGHBD_DECL_SUFFIX) \ | 128 | 3.41k | { \ | 129 | 3.41k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 3.41k | HIGHBD_TAIL_SUFFIX); \ | 131 | 3.41k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x8_c Line | Count | Source | 127 | 968 | HIGHBD_DECL_SUFFIX) \ | 128 | 968 | { \ | 129 | 968 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 968 | HIGHBD_TAIL_SUFFIX); \ | 131 | 968 | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x8_c Line | Count | Source | 127 | 2.15k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.15k | { \ | 129 | 2.15k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.15k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.15k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x8_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_adst_adst_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_flipadst_adst_16x8_c Line | Count | Source | 127 | 263 | HIGHBD_DECL_SUFFIX) \ | 128 | 263 | { \ | 129 | 263 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 263 | HIGHBD_TAIL_SUFFIX); \ | 131 | 263 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x8_c Line | Count | Source | 127 | 184 | HIGHBD_DECL_SUFFIX) \ | 128 | 184 | { \ | 129 | 184 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 184 | HIGHBD_TAIL_SUFFIX); \ | 131 | 184 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x8_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_dct_flipadst_16x8_c Line | Count | Source | 127 | 174 | HIGHBD_DECL_SUFFIX) \ | 128 | 174 | { \ | 129 | 174 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 174 | HIGHBD_TAIL_SUFFIX); \ | 131 | 174 | } |
itx_tmpl.c:inv_txfm_add_flipadst_flipadst_16x8_c Line | Count | Source | 127 | 155 | HIGHBD_DECL_SUFFIX) \ | 128 | 155 | { \ | 129 | 155 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 155 | HIGHBD_TAIL_SUFFIX); \ | 131 | 155 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x8_c Line | Count | Source | 127 | 434 | HIGHBD_DECL_SUFFIX) \ | 128 | 434 | { \ | 129 | 434 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 434 | HIGHBD_TAIL_SUFFIX); \ | 131 | 434 | } |
itx_tmpl.c:inv_txfm_add_identity_dct_16x8_c Line | Count | Source | 127 | 380 | HIGHBD_DECL_SUFFIX) \ | 128 | 380 | { \ | 129 | 380 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 380 | HIGHBD_TAIL_SUFFIX); \ | 131 | 380 | } |
itx_tmpl.c:inv_txfm_add_flipadst_identity_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_identity_flipadst_16x8_c Line | Count | Source | 127 | 170 | HIGHBD_DECL_SUFFIX) \ | 128 | 170 | { \ | 129 | 170 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 170 | HIGHBD_TAIL_SUFFIX); \ | 131 | 170 | } |
itx_tmpl.c:inv_txfm_add_adst_identity_16x8_c Line | Count | Source | 127 | 198 | HIGHBD_DECL_SUFFIX) \ | 128 | 198 | { \ | 129 | 198 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 198 | HIGHBD_TAIL_SUFFIX); \ | 131 | 198 | } |
itx_tmpl.c:inv_txfm_add_identity_adst_16x8_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_dct_dct_16x16_c Line | Count | Source | 127 | 7.32k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.32k | { \ | 129 | 7.32k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.32k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.32k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x16_c Line | Count | Source | 127 | 1.23k | HIGHBD_DECL_SUFFIX) \ | 128 | 1.23k | { \ | 129 | 1.23k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 1.23k | HIGHBD_TAIL_SUFFIX); \ | 131 | 1.23k | } |
itx_tmpl.c:inv_txfm_add_adst_dct_16x16_c Line | Count | Source | 127 | 7.27k | HIGHBD_DECL_SUFFIX) \ | 128 | 7.27k | { \ | 129 | 7.27k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 7.27k | HIGHBD_TAIL_SUFFIX); \ | 131 | 7.27k | } |
itx_tmpl.c:inv_txfm_add_dct_adst_16x16_c Line | Count | Source | 127 | 4.62k | HIGHBD_DECL_SUFFIX) \ | 128 | 4.62k | { \ | 129 | 4.62k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 4.62k | HIGHBD_TAIL_SUFFIX); \ | 131 | 4.62k | } |
itx_tmpl.c:inv_txfm_add_adst_adst_16x16_c Line | Count | Source | 127 | 6.94k | HIGHBD_DECL_SUFFIX) \ | 128 | 6.94k | { \ | 129 | 6.94k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 6.94k | HIGHBD_TAIL_SUFFIX); \ | 131 | 6.94k | } |
itx_tmpl.c:inv_txfm_add_flipadst_adst_16x16_c Line | Count | Source | 127 | 151 | HIGHBD_DECL_SUFFIX) \ | 128 | 151 | { \ | 129 | 151 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 151 | HIGHBD_TAIL_SUFFIX); \ | 131 | 151 | } |
itx_tmpl.c:inv_txfm_add_adst_flipadst_16x16_c Line | Count | Source | 127 | 221 | HIGHBD_DECL_SUFFIX) \ | 128 | 221 | { \ | 129 | 221 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 221 | HIGHBD_TAIL_SUFFIX); \ | 131 | 221 | } |
itx_tmpl.c:inv_txfm_add_flipadst_dct_16x16_c Line | Count | Source | 127 | 332 | HIGHBD_DECL_SUFFIX) \ | 128 | 332 | { \ | 129 | 332 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 332 | HIGHBD_TAIL_SUFFIX); \ | 131 | 332 | } |
itx_tmpl.c:inv_txfm_add_dct_flipadst_16x16_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_flipadst_flipadst_16x16_c Line | Count | Source | 127 | 147 | HIGHBD_DECL_SUFFIX) \ | 128 | 147 | { \ | 129 | 147 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 147 | HIGHBD_TAIL_SUFFIX); \ | 131 | 147 | } |
itx_tmpl.c:inv_txfm_add_dct_identity_16x16_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_identity_dct_16x16_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_dct_dct_16x32_c Line | Count | Source | 127 | 11.8k | HIGHBD_DECL_SUFFIX) \ | 128 | 11.8k | { \ | 129 | 11.8k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 11.8k | HIGHBD_TAIL_SUFFIX); \ | 131 | 11.8k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_16x32_c Line | Count | Source | 127 | 158 | HIGHBD_DECL_SUFFIX) \ | 128 | 158 | { \ | 129 | 158 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 158 | HIGHBD_TAIL_SUFFIX); \ | 131 | 158 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_16x64_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_dct_32x8_c Line | Count | Source | 127 | 2.41k | HIGHBD_DECL_SUFFIX) \ | 128 | 2.41k | { \ | 129 | 2.41k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 2.41k | HIGHBD_TAIL_SUFFIX); \ | 131 | 2.41k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x8_c Line | Count | Source | 127 | 148 | HIGHBD_DECL_SUFFIX) \ | 128 | 148 | { \ | 129 | 148 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 148 | HIGHBD_TAIL_SUFFIX); \ | 131 | 148 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_32x16_c Line | Count | Source | 127 | 8.15k | HIGHBD_DECL_SUFFIX) \ | 128 | 8.15k | { \ | 129 | 8.15k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 8.15k | HIGHBD_TAIL_SUFFIX); \ | 131 | 8.15k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x16_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_dct_32x32_c Line | Count | Source | 127 | 111k | HIGHBD_DECL_SUFFIX) \ | 128 | 111k | { \ | 129 | 111k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 111k | HIGHBD_TAIL_SUFFIX); \ | 131 | 111k | } |
itx_tmpl.c:inv_txfm_add_identity_identity_32x32_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_dct_32x64_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_dct_dct_64x16_c Line | Count | Source | 127 | 931 | HIGHBD_DECL_SUFFIX) \ | 128 | 931 | { \ | 129 | 931 | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 931 | HIGHBD_TAIL_SUFFIX); \ | 131 | 931 | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x32_c Line | Count | Source | 127 | 6.21k | HIGHBD_DECL_SUFFIX) \ | 128 | 6.21k | { \ | 129 | 6.21k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 6.21k | HIGHBD_TAIL_SUFFIX); \ | 131 | 6.21k | } |
itx_tmpl.c:inv_txfm_add_dct_dct_64x64_c Line | Count | Source | 127 | 75.6k | HIGHBD_DECL_SUFFIX) \ | 128 | 75.6k | { \ | 129 | 75.6k | inv_txfm_add_c(dst, stride, coeff, eob, pfx##TX_##w##X##h, shift, type \ | 130 | 75.6k | HIGHBD_TAIL_SUFFIX); \ | 131 | 75.6k | } |
|