Searched refs:tot_f (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.c267 * @param tot_f is the total frequency or (code_value)1<<shift
270 static inline int range_decode_culfreq(APEContext *ctx, int tot_f) argument
273 ctx->rc.help = ctx->rc.range / tot_f;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dapedec.c344 * @param tot_f is the total frequency or (code_value)1<<shift
347 static inline int range_decode_culfreq(APEContext *ctx, int tot_f) argument
350 ctx->rc.help = ctx->rc.range / tot_f;

Completed in 57 milliseconds