Searched refs:range_decode_culfreq (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 Dapedec.c270 static inline int range_decode_culfreq(APEContext *ctx, int tot_f) function
430 base = range_decode_culfreq(ctx, pivot);
440 base_hi = range_decode_culfreq(ctx, base_hi + 1);
442 base_lo = range_decode_culfreq(ctx, 1 << bbits);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dapedec.c347 static inline int range_decode_culfreq(APEContext *ctx, int tot_f) function
568 base = range_decode_culfreq(ctx, pivot);
578 base_hi = range_decode_culfreq(ctx, base_hi + 1);
580 base_lo = range_decode_culfreq(ctx, 1 << bbits);

Completed in 52 milliseconds