Lines Matching refs:get_symbol
186 ld = get_symbol(&s->c, &s->block_state[32], 1);
192 cbd = get_symbol(&s->c, &s->block_state[64], 1);
193 crd = get_symbol(&s->c, &s->block_state[96], 1);
202 ref= get_symbol(&s->c, &s->block_state[128 + 1024 + 32*ref_context], 0);
208 mx+= (unsigned)get_symbol(&s->c, &s->block_state[128 + 32*(mx_context + 16*!!ref)], 1);
209 my+= (unsigned)get_symbol(&s->c, &s->block_state[128 + 32*(my_context + 16*!!ref)], 1);
284 else q= get_symbol(&s->c, s->header_state, 1);
292 tmp= get_symbol(&s->c, s->header_state, 0);\
317 s->temporal_decomposition_type= get_symbol(&s->c, s->header_state, 0);
318 s->temporal_decomposition_count= get_symbol(&s->c, s->header_state, 0);
320 s->colorspace_type= get_symbol(&s->c, s->header_state, 0);
325 s->chroma_h_shift= get_symbol(&s->c, s->header_state, 0);
326 s->chroma_v_shift= get_symbol(&s->c, s->header_state, 0);
363 htaps= get_symbol(&s->c, s->header_state, 0);
369 unsigned hcoeff = get_symbol(&s->c, s->header_state, 0);
387 s->spatial_decomposition_type+= (unsigned)get_symbol(&s->c, s->header_state, 1);
403 s->qlog += (unsigned)get_symbol(&s->c, s->header_state, 1);
404 s->mv_scale += (unsigned)get_symbol(&s->c, s->header_state, 1);
405 s->qbias += (unsigned)get_symbol(&s->c, s->header_state, 1);
406 s->block_max_depth+= (unsigned)get_symbol(&s->c, s->header_state, 1);