Searched refs:comp_pred_diff (Results 1 – 3 of 3) sorted by relevance
55 int comp_pred_diff; member
2269 int64_t comp_pred_diff[REFERENCE_MODES], in store_coding_context()2283 ctx->single_pred_diff = (int)comp_pred_diff[SINGLE_REFERENCE]; in store_coding_context()2284 ctx->comp_pred_diff = (int)comp_pred_diff[COMPOUND_REFERENCE]; in store_coding_context()2285 ctx->hybrid_pred_diff = (int)comp_pred_diff[REFERENCE_MODE_SELECT]; in store_coding_context()
960 cpi->rd_comp_pred_diff[COMPOUND_REFERENCE] += ctx->comp_pred_diff; in update_state()