Searched refs:comp_pred_diff (Results 1 – 11 of 11) sorted by relevance
51 int comp_pred_diff; member
23 td->rd_counts.comp_pred_diff[i] += td_t->rd_counts.comp_pred_diff[i]; in accumulate_rd_opt()
419 int64_t comp_pred_diff[REFERENCE_MODES]; member
2262 int64_t comp_pred_diff[REFERENCE_MODES], in store_coding_context()2273 ctx->single_pred_diff = (int)comp_pred_diff[SINGLE_REFERENCE]; in store_coding_context()2274 ctx->comp_pred_diff = (int)comp_pred_diff[COMPOUND_REFERENCE]; in store_coding_context()2275 ctx->hybrid_pred_diff = (int)comp_pred_diff[REFERENCE_MODE_SELECT]; in store_coding_context()
1833 rdc->comp_pred_diff[SINGLE_REFERENCE] += ctx->single_pred_diff; in update_state()1834 rdc->comp_pred_diff[COMPOUND_REFERENCE] += ctx->comp_pred_diff; in update_state()1835 rdc->comp_pred_diff[REFERENCE_MODE_SELECT] += ctx->hybrid_pred_diff; in update_state()5938 mode_thrs[i] = (mode_thrs[i] + rdc->comp_pred_diff[i] / cm->MBs) / 2; in vp9_encode_frame()
59 int comp_pred_diff; member
227 dst_ctx->comp_pred_diff = src_ctx->comp_pred_diff; in av1_copy_tree_context()
21 td->rd_counts.comp_pred_diff[i] += td_t->rd_counts.comp_pred_diff[i]; in accumulate_rd_opt()
578 int64_t comp_pred_diff[REFERENCE_MODES]; member
442 rdc->comp_pred_diff[SINGLE_REFERENCE] += ctx->single_pred_diff; in update_state()443 rdc->comp_pred_diff[COMPOUND_REFERENCE] += ctx->comp_pred_diff; in update_state()444 rdc->comp_pred_diff[REFERENCE_MODE_SELECT] += ctx->hybrid_pred_diff; in update_state()5316 av1_zero(rdc->comp_pred_diff); in encode_frame_internal()5744 mode_thrs[i] = (mode_thrs[i] + rdc->comp_pred_diff[i] / cm->MBs) / 2; in av1_encode_frame()
6991 int64_t comp_pred_diff[REFERENCE_MODES], in store_coding_context()7002 ctx->single_pred_diff = (int)comp_pred_diff[SINGLE_REFERENCE]; in store_coding_context()7003 ctx->comp_pred_diff = (int)comp_pred_diff[COMPOUND_REFERENCE]; in store_coding_context()7004 ctx->hybrid_pred_diff = (int)comp_pred_diff[REFERENCE_MODE_SELECT]; in store_coding_context()