Home
last modified time | relevance | path

Searched refs:ff_vp9_scans_nb (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9data.h63 extern const int16_t (* const ff_vp9_scans_nb[5][4])[2];
Dvp9data.c1157 const int16_t (* const ff_vp9_scans_nb[5][4])[2] = { variable
Dvp9block.c979 const int16_t (* const * ynbs)[2] = ff_vp9_scans_nb[tx]; in decode_coeffs()
981 const int16_t (*uvnb)[2] = ff_vp9_scans_nb[b->uvtx][DCT_DCT]; in decode_coeffs()