Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds