Searched refs:rd_comp_pred_diff (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h395 int64_t rd_comp_pred_diff[NB_PREDICTION_TYPES]; member in struct:VP9_COMP
H A Dvp9_encodeframe.c450 cpi->rd_comp_pred_diff[SINGLE_PREDICTION_ONLY] += ctx->single_pred_diff;
451 cpi->rd_comp_pred_diff[COMP_PREDICTION_ONLY] += ctx->comp_pred_diff;
452 cpi->rd_comp_pred_diff[HYBRID_PREDICTION] += ctx->hybrid_pred_diff;
2247 vp9_zero(cpi->rd_comp_pred_diff);
2552 const int diff = (int) (cpi->rd_comp_pred_diff[i] / cpi->common.MBs);

Completed in 145 milliseconds