Searched refs:get_rac (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dffv1.c246 if(get_rac(c, state+0))
251 while(get_rac(c, state+1 + e) && e<9){ //1..10
257 a += a + get_rac(c, state+22 + i); //22..31
260 if(is_signed && get_rac(c, state+11 + e)) //11..21
874 get_rac(c, state); //no chroma = false
877 get_rac(c, state); //transparency plane
954 if(get_rac(c, &keystate)){
H A Drangecoder.c145 if( (r[i]&1) != get_rac(&c, state) )
147 STOP_TIMER("get_rac")
H A Drangecoder.h110 static inline int get_rac(RangeCoder *c, uint8_t * const state){ function
H A Dsnow.c658 if(get_rac(c, state+0))
663 while(get_rac(c, state+1 + FFMIN(e,9))){ //1..10
669 a += a + get_rac(c, state+22 + FFMIN(i,9)); //22..31
672 if(is_signed && get_rac(c, state+11 + FFMIN(e,10))) //11..21
706 while(get_rac(c, state+4+log2)){
713 v+= get_rac(c, state+31-i)<<i;
1516 v=get_rac(&s->c, &b->state[0][context]);
1519 v+=get_rac(&s->c, &b->state[0][16 + 1 + 3 + quant3bA[l&0xFF] + 3*quant3bA[t&0xFF]]);
1529 v+=get_rac(&s->c, &b->state[0][16 + 1 + 3]);
2039 if(level==s->block_max_depth || get_rac(
[all...]

Completed in 122 milliseconds