Searched refs:TxfmMode (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp9.h | 27 enum TxfmMode { enum
|
D | vp9shared.h | 148 enum TxfmMode txfmmode;
|
D | vp9dec.h | 87 enum TxfmMode tx, uvtx;
|
D | vp9block.c | 95 enum TxfmMode max_tx = max_tx_for_bl_bp[b->bs]; in decode_mode() 1144 enum TxfmMode tx, int skip_inter) in mask_edges()
|
D | vp9recon.c | 37 int row, int y, enum TxfmMode tx, in check_intra_mode()
|
/third_party/ffmpeg/tests/checkasm/ |
D | vp9dsp.c | 179 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()
|