Searched refs:range_decode_update (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.c296 static inline void range_decode_update(APEContext *ctx, int sy_f, int lt_f) function
306 range_decode_update(ctx, 1, sym);
365 range_decode_update(ctx, 1, cf);
373 range_decode_update(ctx, counts_diff[symbol], counts[symbol]);
431 range_decode_update(ctx, 1, base);
441 range_decode_update(ctx, 1, base_hi);
443 range_decode_update(ctx, 1, base_lo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dapedec.c373 static inline void range_decode_update(APEContext *ctx, int sy_f, int lt_f) function
383 range_decode_update(ctx, 1, sym);
442 range_decode_update(ctx, 1, cf);
450 range_decode_update(ctx, counts_diff[symbol], counts[symbol]);
569 range_decode_update(ctx, 1, base);
579 range_decode_update(ctx, 1, base_hi);
581 range_decode_update(ctx, 1, base_lo);

Completed in 50 milliseconds