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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsnow.h535 if(get_rac(c, state+0))
540 while(get_rac(c, state+1 + FFMIN(e,9))){ //1..10
546 a += a + get_rac(c, state+22 + FFMIN(i,9)); //22..31
549 e= -(is_signed && get_rac(c, state+11 + FFMIN(e,10))); //11..21
581 while(get_rac(c, state+4+log2)){
588 v+= get_rac(c, state+31-i)<<i;
642 v=get_rac(&s->c, &b->state[0][context]);
645 v+=get_rac(&s->c, &b->state[0][16 + 1 + 3 + quant3bA[l&0xFF] + 3*quant3bA[t&0xFF]]);
655 v+=get_rac(&s->c, &b->state[0][16 + 1 + 3]);
H A Dsnowdec.c152 if(level==s->block_max_depth || get_rac(&s->c, &s->block_state[4 + s_context])){
162 type= get_rac(&s->c, &s->block_state[1 + left->type + top->type]) ? BLOCK_INTRA : 0;
274 s->keyframe= get_rac(&s->c, kstate);
285 s->always_reset= get_rac(&s->c, s->header_state);
292 s->spatial_scalability= get_rac(&s->c, s->header_state);
293 // s->rate_scalability= get_rac(&s->c, s->header_state);
301 if(get_rac(&s->c, s->header_state)){
305 p->diag_mc= get_rac(&s->c, s->header_state);
320 if(get_rac(&s->c, s->header_state)){
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.c330 if(get_rac(c, state+0))
335 while(get_rac(c, state+1 + FFMIN(e,9))){ //1..10
341 a += a + get_rac(c, state+22 + FFMIN(i,9)); //22..31
344 e= -(is_signed && get_rac(c, state+11 + FFMIN(e, 10))); //11..21
1470 get_rac(c, state); //no chroma = false
1473 get_rac(c, state); //transparency plane
1496 if(get_rac(c, state)){
1527 get_rac(c, state); //no chroma = false
1530 get_rac(c, state); //transparency plane
1664 if(get_rac(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnow.h551 if(get_rac(c, state+0))
556 while(get_rac(c, state+1 + FFMIN(e,9))){ //1..10
562 a += a + get_rac(c, state+22 + FFMIN(i,9)); //22..31
565 e= -(is_signed && get_rac(c, state+11 + FFMIN(e,10))); //11..21
597 while(log2<28 && get_rac(c, state+4+log2)){
604 v+= get_rac(c, state+31-i)<<i;
658 v=get_rac(&s->c, &b->state[0][context]);
661 v+=get_rac(&s->c, &b->state[0][16 + 1 + 3 + ff_quant3bA[l&0xFF] + 3*ff_quant3bA[t&0xFF]]);
674 v+=get_rac(&s->c, &b->state[0][16 + 1 + 3]);
H A Dsnowdec.c151 if(level==s->block_max_depth || get_rac(&s->c, &s->block_state[4 + s_context])){
161 type= get_rac(&s->c, &s->block_state[1 + left->type + top->type]) ? BLOCK_INTRA : 0;
275 s->keyframe= get_rac(&s->c, kstate);
286 s->always_reset= get_rac(&s->c, s->header_state);
319 s->spatial_scalability= get_rac(&s->c, s->header_state);
320 // s->rate_scalability= get_rac(&s->c, s->header_state);
328 if(get_rac(&s->c, s->header_state)){
332 p->diag_mc= get_rac(&s->c, s->header_state);
347 if(get_rac(&s->c, s->header_state)){
H A Dffv1dec.c45 if (get_rac(c, state + 0))
50 while (get_rac(c, state + 1 + FFMIN(e, 9))) // 1..10
55 a += a + get_rac(c, state + 22 + FFMIN(i, 9)); // 22..31
57 e = -(is_signed && get_rac(c, state + 11 + FFMIN(e, 10))); // 11..21
114 v += v + get_rac(c, &state);
343 fs->slice_reset_contexts = get_rac(c, state);
425 get_rac(&fs->c, (uint8_t[]) { 129 });
454 get_rac(&fs->c, (uint8_t[]) { 129 });
541 f->chroma_planes = get_rac(c, state);
544 f->transparency = get_rac(
[all...]
H A Drangecoder.c152 if ((r[i] & 1) != get_rac(&c, state)) {
H A Drangecoder.h115 static inline int get_rac(RangeCoder *c, uint8_t *const state) function
H A Dsonic.c140 if(get_rac(c, state+0))
145 while(get_rac(c, state+1 + FFMIN(e,9))){ //1..10
151 a += a + get_rac(c, state+22 + FFMIN(i,9)); //22..31
154 e= -(is_signed && get_rac(c, state+11 + FFMIN(e, 10))); //11..21
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A DUSBModem.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/common/ com/common/ndisJni/ com/common/ndisJni/QualNdisJni ...

Completed in 203 milliseconds