Home
last modified time | relevance | path

Searched refs:TxfmMode (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9.h27 enum TxfmMode { enum
Dvp9shared.h148 enum TxfmMode txfmmode;
Dvp9dec.h87 enum TxfmMode tx, uvtx;
Dvp9block.c95 enum TxfmMode max_tx = max_tx_for_bl_bp[b->bs]; in decode_mode()
1144 enum TxfmMode tx, int skip_inter) in mask_edges()
Dvp9recon.c37 int row, int y, enum TxfmMode tx, in check_intra_mode()
/third_party/ffmpeg/tests/checkasm/
Dvp9dsp.c179 static void ftx_2d(double *out, const double *in, enum TxfmMode tx, in ftx_2d()
230 static void ftx(int16_t *buf, enum TxfmMode tx, in ftx()
252 static int copy_subcoefs(int16_t *out, const int16_t *in, enum TxfmMode tx, in copy_subcoefs()