Searched refs:txtp (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
H A D | vp9dsp.c | 180 enum TxfmType txtp, int sz) in ftx_2d() 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() 243 ftx_2d(outd, ind, tx, txtp, sz); in ftx() 253 enum TxfmType txtp, int sz, int sub, int bit_depth) in copy_subcoefs() 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 in check_itxfm() 179 ftx_2d(double *out, const double *in, enum TxfmMode tx, enum TxfmType txtp, int sz) ftx_2d() argument 230 ftx(int16_t *buf, enum TxfmMode tx, enum TxfmType txtp, int sz, int bit_depth) ftx() argument 252 copy_subcoefs(int16_t *out, const int16_t *in, enum TxfmMode tx, enum TxfmType txtp, int sz, int sub, int bit_depth) copy_subcoefs() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A 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()
|
H A 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()
|
Completed in 6 milliseconds