Searched refs:decode_ac_coeffs (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dproresdec.c417 static inline void decode_ac_coeffs(GetBitContext *gb, DCTELEM *out, function
481 decode_ac_coeffs(&gb, td->blocks, blocks_per_slice,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresdec2.c315 static av_always_inline int decode_ac_coeffs(AVCodecContext *avctx, GetBitContext *gb, function
376 if ((ret = decode_ac_coeffs(avctx, &gb, blocks, blocks_per_slice)) < 0)
409 if ((ret = decode_ac_coeffs(avctx, &gb, blocks, blocks_per_slice)) < 0)
H A Dproresdec_lgpl.c373 static inline int decode_ac_coeffs(GetBitContext *gb, int16_t *out, function
443 ret = decode_ac_coeffs(&gb, td->blocks, blocks_per_slice,

Completed in 44 milliseconds