Home
last modified time | relevance | path

Searched refs:ac_get (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddstdec.c192 static av_always_inline void ac_get(ArithCoder *ac, GetBitContext *gb, int p, int *e) in ac_get() function
337 ac_get(ac, gb, prob_dst_x_bit(s->fsets.coeff[0][0]), &dst_x_bit); in decode_frame()
361 ac_get(ac, gb, prob, &residual); in decode_frame()