Home
last modified time | relevance | path

Searched refs:comp_pred_diff (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vp9/encoder/
Dvp9_context_tree.h51 int comp_pred_diff; member
Dvp9_ethread.c25 td->rd_counts.comp_pred_diff[i] += td_t->rd_counts.comp_pred_diff[i]; in accumulate_rd_opt()
Dvp9_encoder.h382 int64_t comp_pred_diff[REFERENCE_MODES]; member
Dvp9_rdopt.c2429 int64_t comp_pred_diff[REFERENCE_MODES], in store_coding_context()
2440 ctx->single_pred_diff = (int)comp_pred_diff[SINGLE_REFERENCE]; in store_coding_context()
2441 ctx->comp_pred_diff = (int)comp_pred_diff[COMPOUND_REFERENCE]; in store_coding_context()
2442 ctx->hybrid_pred_diff = (int)comp_pred_diff[REFERENCE_MODE_SELECT]; in store_coding_context()
Dvp9_encodeframe.c1871 rdc->comp_pred_diff[SINGLE_REFERENCE] += ctx->single_pred_diff; in update_state()
1872 rdc->comp_pred_diff[COMPOUND_REFERENCE] += ctx->comp_pred_diff; in update_state()
1873 rdc->comp_pred_diff[REFERENCE_MODE_SELECT] += ctx->hybrid_pred_diff; in update_state()
6289 mode_thrs[i] = (mode_thrs[i] + rdc->comp_pred_diff[i] / cm->MBs) / 2; in vp9_encode_frame()