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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dffv1.c245 static inline int get_symbol(RangeCoder *c, uint8_t *state, int is_signed){ function
727 diff= get_symbol(c, p->state[context], 1);
844 int len= get_symbol(c, state, 0) + 1;
871 f->version= get_symbol(c, state, 0);
872 f->ac= f->avctx->coder_type= get_symbol(c, state, 0);
873 f->colorspace= get_symbol(c, state, 0); //YUV cs type
875 f->chroma_h_shift= get_symbol(c, state, 0);
876 f->chroma_v_shift= get_symbol(c, state, 0);
H A Dsnow.c657 static inline int get_symbol(RangeCoder *c, uint8_t *state, int is_signed){ function
2053 l += get_symbol(&s->c, &s->block_state[32], 1);
2054 cb+= get_symbol(&s->c, &s->block_state[64], 1);
2055 cr+= get_symbol(&s->c, &s->block_state[96], 1);
2058 ref= get_symbol(&s->c, &s->block_state[128 + 1024 + 32*ref_context], 0);
2060 mx+= get_symbol(&s->c, &s->block_state[128 + 32*(mx_context + 16*!!ref)], 1);
2061 my+= get_symbol(&s->c, &s->block_state[128 + 32*(my_context + 16*!!ref)], 1);
3550 else q= get_symbol(&s->c, s->header_state, 1);
3573 s->version= get_symbol(&s->c, s->header_state, 0);
3579 s->temporal_decomposition_type= get_symbol(
[all...]

Completed in 158 milliseconds