get_symbol 727 libavcodec/ffv1.c diff= get_symbol(c, p->state[context], 1); get_symbol 844 libavcodec/ffv1.c int len= get_symbol(c, state, 0) + 1; get_symbol 871 libavcodec/ffv1.c f->version= get_symbol(c, state, 0); get_symbol 872 libavcodec/ffv1.c f->ac= f->avctx->coder_type= get_symbol(c, state, 0); get_symbol 873 libavcodec/ffv1.c f->colorspace= get_symbol(c, state, 0); //YUV cs type get_symbol 875 libavcodec/ffv1.c f->chroma_h_shift= get_symbol(c, state, 0); get_symbol 876 libavcodec/ffv1.c f->chroma_v_shift= get_symbol(c, state, 0); get_symbol 2053 libavcodec/snow.c l += get_symbol(&s->c, &s->block_state[32], 1); get_symbol 2054 libavcodec/snow.c cb+= get_symbol(&s->c, &s->block_state[64], 1); get_symbol 2055 libavcodec/snow.c cr+= get_symbol(&s->c, &s->block_state[96], 1); get_symbol 2058 libavcodec/snow.c ref= get_symbol(&s->c, &s->block_state[128 + 1024 + 32*ref_context], 0); get_symbol 2060 libavcodec/snow.c mx+= get_symbol(&s->c, &s->block_state[128 + 32*(mx_context + 16*!!ref)], 1); get_symbol 2061 libavcodec/snow.c my+= get_symbol(&s->c, &s->block_state[128 + 32*(my_context + 16*!!ref)], 1); get_symbol 3550 libavcodec/snow.c else q= get_symbol(&s->c, s->header_state, 1); get_symbol 3573 libavcodec/snow.c s->version= get_symbol(&s->c, s->header_state, 0); get_symbol 3579 libavcodec/snow.c s->temporal_decomposition_type= get_symbol(&s->c, s->header_state, 0); get_symbol 3580 libavcodec/snow.c s->temporal_decomposition_count= get_symbol(&s->c, s->header_state, 0); get_symbol 3581 libavcodec/snow.c s->spatial_decomposition_count= get_symbol(&s->c, s->header_state, 0); get_symbol 3582 libavcodec/snow.c s->colorspace_type= get_symbol(&s->c, s->header_state, 0); get_symbol 3583 libavcodec/snow.c s->chroma_h_shift= get_symbol(&s->c, s->header_state, 0); get_symbol 3584 libavcodec/snow.c s->chroma_v_shift= get_symbol(&s->c, s->header_state, 0); get_symbol 3587 libavcodec/snow.c tmp= get_symbol(&s->c, s->header_state, 0)+1; get_symbol 3603 libavcodec/snow.c htaps= get_symbol(&s->c, s->header_state, 0)*2 + 2; get_symbol 3608 libavcodec/snow.c p->hcoeff[i]= get_symbol(&s->c, s->header_state, 0) * (1-2*(i&1)); get_symbol 3618 libavcodec/snow.c s->spatial_decomposition_count= get_symbol(&s->c, s->header_state, 0); get_symbol 3623 libavcodec/snow.c s->spatial_decomposition_type+= get_symbol(&s->c, s->header_state, 1); get_symbol 3629 libavcodec/snow.c s->qlog += get_symbol(&s->c, s->header_state, 1); get_symbol 3630 libavcodec/snow.c s->mv_scale += get_symbol(&s->c, s->header_state, 1); get_symbol 3631 libavcodec/snow.c s->qbias += get_symbol(&s->c, s->header_state, 1); get_symbol 3632 libavcodec/snow.c s->block_max_depth+= get_symbol(&s->c, s->header_state, 1); get_symbol 4748 libavcodec/snow.c j= get_symbol(&s.c, s.header_state, 1);