Lines Matching refs:txtp
180 enum TxfmType txtp, int sz)
212 double scaling_factor = scaling_factors[tx][txtp];
219 ftx1d_tbl[tx][txtp][0](temp_out, &in[i * sz], sz);
227 ftx1d_tbl[tx][txtp][1](&out[i * sz], &temp[i * sz], sz);
231 enum TxfmType txtp, int sz, int bit_depth)
243 ftx_2d(outd, ind, tx, txtp, sz);
253 enum TxfmType txtp, int sz, int sub, int bit_depth)
263 const int16_t *scan = ff_vp9_scans[tx][txtp];
321 int y, x, tx, txtp, bit_depth, sub;
334 for (txtp = 0; txtp < n_txtps; txtp++) {
340 for (sub = (txtp == 0 && tx < 4) ? 1 : sz; sub <= sz;
342 if (check_func(dsp.itxfm_add[tx][txtp],
344 tx == 4 ? "wht_wht" : txtp_types[txtp],
349 ftx(coef, tx, txtp, sz, bit_depth);
352 eob = copy_subcoefs(subcoef0, coef, tx, txtp,