Home
last modified time | relevance | path

Searched refs:txtp (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dvp9dsp.c180 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/
Dvp9recon.c241 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()
Dvp9block.c1005 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()