Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h55 int comp_pred_diff; member
Dvp9_rdopt.c2269 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()
Dvp9_encodeframe.c960 cpi->rd_comp_pred_diff[COMPOUND_REFERENCE] += ctx->comp_pred_diff; in update_state()