Searched refs:SINGLE_REFERENCE (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_onyxc_int.h53 SINGLE_REFERENCE = 0, enumerator in enum:__anon1129
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c123 : SINGLE_REFERENCE;
125 return SINGLE_REFERENCE;
143 if (cm->reference_mode != SINGLE_REFERENCE)
1185 if (cm->reference_mode != SINGLE_REFERENCE)
H A Dvp9_decodemv.c266 return mode; // SINGLE_REFERENCE or COMPOUND_REFERENCE
294 } else if (mode == SINGLE_REFERENCE) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2249 if (cm->reference_mode != SINGLE_REFERENCE) {
2283 ctx->single_pred_diff = (int)comp_pred_diff[SINGLE_REFERENCE];
2789 *mode_excluded = is_comp_pred ? cm->reference_mode == SINGLE_REFERENCE
3350 mode_excluded = cm->reference_mode == SINGLE_REFERENCE;
3600 if (single_rd < best_pred_rd[SINGLE_REFERENCE]) {
3601 best_pred_rd[SINGLE_REFERENCE] = single_rd;
3947 : cm->reference_mode == SINGLE_REFERENCE;
4159 mode_excluded = comp_pred ? cm->reference_mode == SINGLE_REFERENCE
4311 single_rd < best_pred_rd[SINGLE_REFERENCE]) {
4312 best_pred_rd[SINGLE_REFERENCE]
[all...]
H A Dvp9_bitstream.c211 assert(!is_compound == (cm->reference_mode == SINGLE_REFERENCE));
1145 const int use_compound_pred = cm->reference_mode != SINGLE_REFERENCE;
1167 if (cm->reference_mode != SINGLE_REFERENCE)
H A Dvp9_encodeframe.c959 cpi->rd_comp_pred_diff[SINGLE_REFERENCE] += ctx->single_pred_diff;
3237 reference_mode = SINGLE_REFERENCE;
3238 else if (mode_thresh[COMPOUND_REFERENCE] > mode_thresh[SINGLE_REFERENCE] &&
3244 else if (mode_thresh[SINGLE_REFERENCE] > mode_thresh[REFERENCE_MODE_SELECT])
3245 reference_mode = SINGLE_REFERENCE;
3300 cm->reference_mode = SINGLE_REFERENCE;
3345 cm->reference_mode = SINGLE_REFERENCE;

Completed in 72 milliseconds