Searched refs:comp_pred_diff (Results 1 – 5 of 5) sorted by relevance
47 int comp_pred_diff; member
19 td->rd_counts.comp_pred_diff[i] += td_t->rd_counts.comp_pred_diff[i]; in accumulate_rd_opt()
257 int64_t comp_pred_diff[REFERENCE_MODES]; member
1085 rdc->comp_pred_diff[SINGLE_REFERENCE] += ctx->single_pred_diff; in update_state()1086 rdc->comp_pred_diff[COMPOUND_REFERENCE] += ctx->comp_pred_diff; in update_state()1087 rdc->comp_pred_diff[REFERENCE_MODE_SELECT] += ctx->hybrid_pred_diff; in update_state()3871 vp9_zero(rdc->comp_pred_diff); in encode_frame_internal()4046 mode_thrs[i] = (mode_thrs[i] + rdc->comp_pred_diff[i] / cm->MBs) / 2; in vp9_encode_frame()
2133 int64_t comp_pred_diff[REFERENCE_MODES], in store_coding_context()2145 ctx->single_pred_diff = (int)comp_pred_diff[SINGLE_REFERENCE]; in store_coding_context()2146 ctx->comp_pred_diff = (int)comp_pred_diff[COMPOUND_REFERENCE]; in store_coding_context()2147 ctx->hybrid_pred_diff = (int)comp_pred_diff[REFERENCE_MODE_SELECT]; in store_coding_context()