// indicate if it is in the rd search loop or encoding process
int use_lp32x32fdct;
- // use fast quantization process
- int quant_fp;
-
// Used to store sub partition's choices.
MV pred_mv[MAX_REF_FRAMES];
cm->prev_mi = cm->use_prev_frame_mvs ?
cm->prev_mip + cm->mi_stride + 1 : NULL;
- x->quant_fp = cpi->sf.use_quant_fp;
#if CONFIG_VAR_TX
#if CONFIG_REF_MV
vp10_zero(x->blk_skip_drl);
}
if (speed >= 5) {
- sf->use_quant_fp = !is_keyframe;
sf->auto_min_max_partition_size = is_keyframe ? RELAXED_NEIGHBORING_MIN_MAX
: STRICT_NEIGHBORING_MIN_MAX;
sf->default_max_partition_size = BLOCK_32X32;
sf->cb_pred_filter_search = 0;
sf->cb_partition_search = 0;
sf->alt_ref_search_fp = 0;
- sf->use_quant_fp = 0;
sf->partition_search_type = SEARCH_PARTITION;
sf->tx_type_search.prune_mode = NO_PRUNE;
sf->tx_type_search.fast_intra_tx_type_search = 0;