Searched refs:get_symbol2 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | snow.h | 586 static inline int get_symbol2(RangeCoder *c, uint8_t *state, int log2){ in get_symbol2() function 618 runs= get_symbol2(&s->c, b->state[30], 0); in unpack_coeffs() 619 if(runs-- > 0) run= get_symbol2(&s->c, b->state[1], 3); in unpack_coeffs() 656 v= 2*(get_symbol2(&s->c, b->state[context + 2], context-4) + 1); in unpack_coeffs() 667 if(runs-- > 0) run= get_symbol2(&s->c, b->state[1], 3); in unpack_coeffs() 669 v= 2*(get_symbol2(&s->c, b->state[0 + 2], 0-4) + 1); in unpack_coeffs()
|
Completed in 3 milliseconds