Searched refs:comp_pred_diff (Results 1 – 4 of 4) sorted by relevance
39 int comp_pred_diff; member
101 int64_t comp_pred_diff[REFERENCE_MODES]; member
631 rd_opt->comp_pred_diff[SINGLE_REFERENCE] += ctx->single_pred_diff; in update_state()632 rd_opt->comp_pred_diff[COMPOUND_REFERENCE] += ctx->comp_pred_diff; in update_state()633 rd_opt->comp_pred_diff[REFERENCE_MODE_SELECT] += ctx->hybrid_pred_diff; in update_state()3278 vp9_zero(rd_opt->comp_pred_diff); in encode_frame_internal()3430 mode_thrs[i] = (mode_thrs[i] + rd_opt->comp_pred_diff[i] / cm->MBs) / 2; in vp9_encode_frame()
1695 int64_t comp_pred_diff[REFERENCE_MODES], in store_coding_context()1705 ctx->single_pred_diff = (int)comp_pred_diff[SINGLE_REFERENCE]; in store_coding_context()1706 ctx->comp_pred_diff = (int)comp_pred_diff[COMPOUND_REFERENCE]; in store_coding_context()1707 ctx->hybrid_pred_diff = (int)comp_pred_diff[REFERENCE_MODE_SELECT]; in store_coding_context()