Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp3.c1528 static int vp4_unpack_dct_coeffs(Vp3DecodeContext *s, GetBitContext *gb) in vp4_unpack_dct_coeffs() function
2787 if ((ret = vp4_unpack_dct_coeffs(s, &gb)) < 0) { in vp3_decode_frame()