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

  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 358 int64_t rd_comp_pred_diff[REFERENCE_MODES]; member in struct:VP9_COMP
vp9_encodeframe.c 943 cpi->rd_comp_pred_diff[SINGLE_REFERENCE] += ctx->single_pred_diff;
944 cpi->rd_comp_pred_diff[COMPOUND_REFERENCE] += ctx->comp_pred_diff;
945 cpi->rd_comp_pred_diff[REFERENCE_MODE_SELECT] += ctx->hybrid_pred_diff;
    [all...]
  /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 153 milliseconds