Searched refs:txtp (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
D | vp9dsp.c | 180 enum TxfmType txtp, int sz) in ftx_2d() argument 212 double scaling_factor = scaling_factors[tx][txtp]; in ftx_2d() 219 ftx1d_tbl[tx][txtp][0](temp_out, &in[i * sz], sz); in ftx_2d() 227 ftx1d_tbl[tx][txtp][1](&out[i * sz], &temp[i * sz], sz); in ftx_2d() 231 enum TxfmType txtp, int sz, int bit_depth) in ftx() argument 243 ftx_2d(outd, ind, tx, txtp, sz); in ftx() 253 enum TxfmType txtp, int sz, int sub, int bit_depth) in copy_subcoefs() argument 263 const int16_t *scan = ff_vp9_scans[tx][txtp]; in copy_subcoefs() 321 int y, x, tx, txtp, bit_depth, sub; in check_itxfm() local 334 for (txtp = 0; txtp < n_txtps; txtp++) { in check_itxfm() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | vp9recon.c | 241 enum TxfmType txtp = ff_vp9_intra_txfm_type[mode]; in intra_recon() local 250 s->dsp.itxfm_add[tx][txtp](ptr, td->y_stride, in intra_recon()
|
D | vp9block.c | 1005 enum TxfmType txtp = ff_vp9_intra_txfm_type[b->mode[mode_index]]; \ in decode_coeffs() 1008 c, e, p, a[x] + l[y], yscans[txtp], \ in decode_coeffs() 1009 ynbs[txtp], y_band_counts, qmul[0]); \ in decode_coeffs()
|