Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_enums.h100 VP9_ALT_FLAG = 1 << 2, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c483 if (!(cpi->ref_frame_flags & VP9_ALT_FLAG)) { in set_rd_speed_thresholds()
490 if ((cpi->ref_frame_flags & (VP9_LAST_FLAG | VP9_ALT_FLAG)) != in set_rd_speed_thresholds()
491 (VP9_LAST_FLAG | VP9_ALT_FLAG)) { in set_rd_speed_thresholds()
497 if ((cpi->ref_frame_flags & (VP9_GOLD_FLAG | VP9_ALT_FLAG)) != in set_rd_speed_thresholds()
498 (VP9_GOLD_FLAG | VP9_ALT_FLAG)) { in set_rd_speed_thresholds()
530 if (!(cpi->ref_frame_flags & VP9_ALT_FLAG)) in set_rd_speed_thresholds_sub8x8()
532 if ((cpi->ref_frame_flags & (VP9_LAST_FLAG | VP9_ALT_FLAG)) != in set_rd_speed_thresholds_sub8x8()
533 (VP9_LAST_FLAG | VP9_ALT_FLAG)) in set_rd_speed_thresholds_sub8x8()
535 if ((cpi->ref_frame_flags & (VP9_GOLD_FLAG | VP9_ALT_FLAG)) != in set_rd_speed_thresholds_sub8x8()
536 (VP9_GOLD_FLAG | VP9_ALT_FLAG)) in set_rd_speed_thresholds_sub8x8()
[all …]
Dvp9_pickmode.c218 VP9_ALT_FLAG }; in vp9_pick_inter_mode()
Dvp9_firstpass.c521 } else if (cpi->ref_frame_flags & VP9_ALT_FLAG) { in vp9_first_pass()
Dvp9_rdopt.c3141 VP9_ALT_FLAG }; in vp9_rd_pick_inter_mode_sb()
3770 VP9_ALT_FLAG }; in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_encodeframe.c2464 + !!(ref_flags & VP9_ALT_FLAG)) >= 2; in check_dual_ref_flags()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c100 return VP9_ALT_FLAG; in ref_frame_to_vp9_reframe()
688 ref ^= VP9_ALT_FLAG; in vp9e_encode()
705 upd ^= VP9_ALT_FLAG; in vp9e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decoder.c225 } else if (ref_frame_flag == VP9_ALT_FLAG) { in vp9_set_reference_dec()