Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c2705 const int is_comp_pred = has_second_ref(mbmi); in handle_inter_mode() local
2706 const int num_refs = is_comp_pred ? 2 : 1; in handle_inter_mode()
2723 if (is_comp_pred) { in handle_inter_mode()
2731 if (is_comp_pred) { in handle_inter_mode()
2789 *mode_excluded = is_comp_pred ? cm->reference_mode == SINGLE_REFERENCE in handle_inter_mode()
2795 if (is_comp_pred) in handle_inter_mode()
2920 if (!is_comp_pred) { in handle_inter_mode()