Searched refs:range_decode_update (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | apedec.c | 392 static inline void range_decode_update(APEContext *ctx, int sy_f, int lt_f) in range_decode_update() function 402 range_decode_update(ctx, 1, sym); in range_decode_bits() 461 range_decode_update(ctx, 1, cf); in range_get_symbol() 469 range_decode_update(ctx, counts_diff[symbol], counts[symbol]); in range_get_symbol() 581 range_decode_update(ctx, 1, base); in ape_decode_value_3990() 591 range_decode_update(ctx, 1, base_hi); in ape_decode_value_3990() 593 range_decode_update(ctx, 1, base_lo); in ape_decode_value_3990()
|
Completed in 4 milliseconds