Home
last modified time | relevance | path

Searched refs:ff_vp9_scans (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9data.h52 extern const int16_t * const ff_vp9_scans[5][4];
Dvp9data.c600 const int16_t * const ff_vp9_scans[5][4] = { variable
Dvp9block.c978 const int16_t * const *yscans = ff_vp9_scans[tx]; in decode_coeffs()
980 const int16_t *uvscan = ff_vp9_scans[b->uvtx][DCT_DCT]; in decode_coeffs()
/third_party/ffmpeg/tests/checkasm/
Dvp9dsp.c263 const int16_t *scan = ff_vp9_scans[tx][txtp]; in copy_subcoefs()