Home
last modified time | relevance | path

Searched refs:put_symbol2 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsnowenc.c830 put_symbol2(&s->c, b->state[30], max_index, 0); in encode_subband_c0run()
832 put_symbol2(&s->c, b->state[1], run, 3); in encode_subband_c0run()
875 put_symbol2(&s->c, b->state[1], run, 3); in encode_subband_c0run()
887 put_symbol2(&s->c, b->state[context + 2], FFABS(v)-1, context-4); in encode_subband_c0run()
H A Dsnow.h566 static inline void put_symbol2(RangeCoder *c, uint8_t *state, int v, int log2){ in put_symbol2() function

Completed in 5 milliseconds