HomeSort by relevance Sort by last modified time
    Searched refs:rd_comp_pred_diff (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 359 int64_t rd_comp_pred_diff[REFERENCE_MODES]; member in struct:VP9_COMP
vp9_encodeframe.c 959 cpi->rd_comp_pred_diff[SINGLE_REFERENCE] += ctx->single_pred_diff;
960 cpi->rd_comp_pred_diff[COMPOUND_REFERENCE] += ctx->comp_pred_diff;
961 cpi->rd_comp_pred_diff[REFERENCE_MODE_SELECT] += ctx->hybrid_pred_diff;
    [all...]

Completed in 34 milliseconds