Lines Matching refs:txtp
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()
340 for (sub = (txtp == 0 && tx < 4) ? 1 : sz; sub <= sz; in check_itxfm()
342 if (check_func(dsp.itxfm_add[tx][txtp], in check_itxfm()
344 tx == 4 ? "wht_wht" : txtp_types[txtp], in check_itxfm()
349 ftx(coef, tx, txtp, sz, bit_depth); in check_itxfm()
352 eob = copy_subcoefs(subcoef0, coef, tx, txtp, in check_itxfm()