Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Donyx_if.c656 if (!(cpi->ref_frame_flags & VP8_ALT_FLAG)) in vp8_set_speed_features()
717 if (!(cpi->ref_frame_flags & VP8_ALT_FLAG)) in vp8_set_speed_features()
755 if (cpi->ref_frame_flags & VP8_ALT_FLAG) in vp8_set_speed_features()
797 if (cpi->ref_frame_flags & VP8_ALT_FLAG) in vp8_set_speed_features()
827 if (cpi->ref_frame_flags & VP8_ALT_FLAG) in vp8_set_speed_features()
872 if (cpi->ref_frame_flags & VP8_ALT_FLAG) in vp8_set_speed_features()
886 if (cpi->ref_frame_flags & VP8_ALT_FLAG) in vp8_set_speed_features()
944 if (!(cpi->ref_frame_flags & VP8_ALT_FLAG)) in vp8_set_speed_features()
983 if (cpi->ref_frame_flags & VP8_ALT_FLAG) in vp8_set_speed_features()
1022 if (cpi->ref_frame_flags & VP8_ALT_FLAG) in vp8_set_speed_features()
[all …]
Drdopt.c279 if (cpi->ref_frame_flags == VP8_ALT_FLAG) in vp8_initialize_rd_consts()
1573 if (!(cpi->ref_frame_flags & VP8_ALT_FLAG)) in vp8_rd_pick_inter_mode()
Dpickinter.c496 if (cpi->ref_frame_flags & VP8_ALT_FLAG && cpi->source_alt_ref_active) in vp8_pick_inter_mode()
/external/libvpx/vp8/common/
Donyxd.h39 VP8_ALT_FLAG = 4 enumerator
Donyx.h41 VP8_ALT_FLAG = 4 enumerator
/external/libvpx/vp8/decoder/
Donyxd_if.c198 else if (ref_frame_flag == VP8_ALT_FLAG) in vp8dx_get_reference()
217 else if (ref_frame_flag == VP8_ALT_FLAG) in vp8dx_set_reference()
/external/libvpx/vp8/
Dvp8_cx_iface.c658 ref ^= VP8_ALT_FLAG; in vp8e_encode()
676 upd ^= VP8_ALT_FLAG; in vp8e_encode()