Lines Matching refs:header_state
284 else q= get_symbol(&s->c, s->header_state, 1);
292 tmp= get_symbol(&s->c, s->header_state, 0);\
316 s->always_reset= get_rac(&s->c, s->header_state);
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);
349 s->spatial_scalability= get_rac(&s->c, s->header_state);
350 // s->rate_scalability= get_rac(&s->c, s->header_state);
358 if(get_rac(&s->c, s->header_state)){
362 p->diag_mc= get_rac(&s->c, s->header_state);
363 htaps= get_symbol(&s->c, s->header_state, 0);
369 unsigned hcoeff = get_symbol(&s->c, s->header_state, 0);
381 if(get_rac(&s->c, s->header_state)){
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);