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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Drangecoder.c150 if( (r[i]&1) != get_rac(&c, state) )
152 STOP_TIMER("get_rac")
H A Drangecoder.h110 static inline int get_rac(RangeCoder *c, uint8_t * const state){ function
H A Dffv1.c321 if(get_rac(c, state+0))
326 while(get_rac(c, state+1 + FFMIN(e,9))){ //1..10
332 a += a + get_rac(c, state+22 + FFMIN(i,9)); //22..31
335 e= -(is_signed && get_rac(c, state+11 + FFMIN(e, 10))); //11..21
1010 get_rac(c, state); //no chroma = false
1013 get_rac(c, state); //transparency plane
1103 if(get_rac(c, &keystate)){
H A Dsnow.c568 if(get_rac(c, state+0))
573 while(get_rac(c, state+1 + FFMIN(e,9))){ //1..10
579 a += a + get_rac(c, state+22 + FFMIN(i,9)); //22..31
582 e= -(is_signed && get_rac(c, state+11 + FFMIN(e,10))); //11..21
614 while(get_rac(c, state+4+log2)){
621 v+= get_rac(c, state+31-i)<<i;
675 v=get_rac(&s->c, &b->state[0][context]);
678 v+=get_rac(&s->c, &b->state[0][16 + 1 + 3 + quant3bA[l&0xFF] + 3*quant3bA[t&0xFF]]);
688 v+=get_rac(&s->c, &b->state[0][16 + 1 + 3]);
878 if(level==s->block_max_depth || get_rac(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Drangecoder.c150 if( (r[i]&1) != get_rac(&c, state) )
152 STOP_TIMER("get_rac")
H A Drangecoder.h110 static inline int get_rac(RangeCoder *c, uint8_t * const state){ function
H A Dffv1.c321 if(get_rac(c, state+0))
326 while(get_rac(c, state+1 + FFMIN(e,9))){ //1..10
332 a += a + get_rac(c, state+22 + FFMIN(i,9)); //22..31
335 e= -(is_signed && get_rac(c, state+11 + FFMIN(e, 10))); //11..21
1010 get_rac(c, state); //no chroma = false
1013 get_rac(c, state); //transparency plane
1103 if(get_rac(c, &keystate)){
H A Dsnow.c568 if(get_rac(c, state+0))
573 while(get_rac(c, state+1 + FFMIN(e,9))){ //1..10
579 a += a + get_rac(c, state+22 + FFMIN(i,9)); //22..31
582 e= -(is_signed && get_rac(c, state+11 + FFMIN(e,10))); //11..21
614 while(get_rac(c, state+4+log2)){
621 v+= get_rac(c, state+31-i)<<i;
675 v=get_rac(&s->c, &b->state[0][context]);
678 v+=get_rac(&s->c, &b->state[0][16 + 1 + 3 + quant3bA[l&0xFF] + 3*quant3bA[t&0xFF]]);
688 v+=get_rac(&s->c, &b->state[0][16 + 1 + 3]);
878 if(level==s->block_max_depth || get_rac(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Drangecoder.c150 if( (r[i]&1) != get_rac(&c, state) )
152 STOP_TIMER("get_rac")
H A Drangecoder.h110 static inline int get_rac(RangeCoder *c, uint8_t * const state){ function
H A Dffv1.c321 if(get_rac(c, state+0))
326 while(get_rac(c, state+1 + FFMIN(e,9))){ //1..10
332 a += a + get_rac(c, state+22 + FFMIN(i,9)); //22..31
335 e= -(is_signed && get_rac(c, state+11 + FFMIN(e, 10))); //11..21
1010 get_rac(c, state); //no chroma = false
1013 get_rac(c, state); //transparency plane
1103 if(get_rac(c, &keystate)){
H A Dsnow.c568 if(get_rac(c, state+0))
573 while(get_rac(c, state+1 + FFMIN(e,9))){ //1..10
579 a += a + get_rac(c, state+22 + FFMIN(i,9)); //22..31
582 e= -(is_signed && get_rac(c, state+11 + FFMIN(e,10))); //11..21
614 while(get_rac(c, state+4+log2)){
621 v+= get_rac(c, state+31-i)<<i;
675 v=get_rac(&s->c, &b->state[0][context]);
678 v+=get_rac(&s->c, &b->state[0][16 + 1 + 3 + quant3bA[l&0xFF] + 3*quant3bA[t&0xFF]]);
688 v+=get_rac(&s->c, &b->state[0][16 + 1 + 3]);
878 if(level==s->block_max_depth || get_rac(
[all...]

Completed in 186 milliseconds