Lines Matching refs:header_state
1382 put_symbol(&s->c, s->header_state, s->plane[plane_index].band[level][orientation].qlog, 1);
1410 put_symbol(&s->c, s->header_state, s->version, 0);
1411 put_rac(&s->c, s->header_state, s->always_reset);
1412 put_symbol(&s->c, s->header_state, s->temporal_decomposition_type, 0);
1413 put_symbol(&s->c, s->header_state, s->temporal_decomposition_count, 0);
1414 put_symbol(&s->c, s->header_state, s->spatial_decomposition_count, 0);
1415 put_symbol(&s->c, s->header_state, s->colorspace_type, 0);
1417 put_symbol(&s->c, s->header_state, s->chroma_h_shift, 0);
1418 put_symbol(&s->c, s->header_state, s->chroma_v_shift, 0);
1420 put_rac(&s->c, s->header_state, s->spatial_scalability);
1421 // put_rac(&s->c, s->header_state, s->rate_scalability);
1422 put_symbol(&s->c, s->header_state, s->max_ref_frames-1, 0);
1435 put_rac(&s->c, s->header_state, update_mc);
1439 put_rac(&s->c, s->header_state, p->diag_mc);
1440 put_symbol(&s->c, s->header_state, p->htaps/2-1, 0);
1442 put_symbol(&s->c, s->header_state, FFABS(p->hcoeff[i]), 0);
1446 put_rac(&s->c, s->header_state, 1);
1447 put_symbol(&s->c, s->header_state, s->spatial_decomposition_count, 0);
1450 put_rac(&s->c, s->header_state, 0);
1453 put_symbol(&s->c, s->header_state, s->spatial_decomposition_type - s->last_spatial_decomposition_type, 1);
1454 put_symbol(&s->c, s->header_state, s->qlog - s->last_qlog , 1);
1455 put_symbol(&s->c, s->header_state, s->mv_scale - s->last_mv_scale, 1);
1456 put_symbol(&s->c, s->header_state, s->qbias - s->last_qbias , 1);
1457 put_symbol(&s->c, s->header_state, s->block_max_depth - s->last_block_max_depth, 1);
1577 uint8_t rc_header_bak[sizeof(s->header_state)];
1694 memcpy(rc_header_bak, s->header_state, sizeof(s->header_state));
1779 memcpy(s->header_state, rc_header_bak, sizeof(s->header_state));