Searched refs:unpack_dct_coeffs (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c899 * This function is called by unpack_dct_coeffs() to extract the VLCs from
1034 static int unpack_dct_coeffs(Vp3DecodeContext *s, GetBitContext *gb) function
2023 if (unpack_dct_coeffs(s, &gb)){
2024 av_log(s->avctx, AV_LOG_ERROR, "error in unpack_dct_coeffs\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c920 * This function is called by unpack_dct_coeffs() to extract the VLCs from
1058 static int unpack_dct_coeffs(Vp3DecodeContext *s, GetBitContext *gb) function
2132 if (unpack_dct_coeffs(s, &gb)) {
2133 av_log(s->avctx, AV_LOG_ERROR, "error in unpack_dct_coeffs\n");

Completed in 35 milliseconds