Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Donyxd.h38 VP8_GOLD_FLAG = 2, enumerator
Donyx.h40 VP8_GOLD_FLAG = 2, enumerator
/external/libvpx/vp8/encoder/
Donyx_if.c647 if (!(cpi->ref_frame_flags & VP8_GOLD_FLAG)) in vp8_set_speed_features()
708 if (!(cpi->ref_frame_flags & VP8_GOLD_FLAG)) in vp8_set_speed_features()
746 if (cpi->ref_frame_flags & VP8_GOLD_FLAG) in vp8_set_speed_features()
788 if (cpi->ref_frame_flags & VP8_GOLD_FLAG) in vp8_set_speed_features()
821 if (cpi->ref_frame_flags & VP8_GOLD_FLAG) in vp8_set_speed_features()
866 if (cpi->ref_frame_flags & VP8_GOLD_FLAG) in vp8_set_speed_features()
878 if (cpi->ref_frame_flags & VP8_GOLD_FLAG) in vp8_set_speed_features()
935 if (!(cpi->ref_frame_flags & VP8_GOLD_FLAG)) in vp8_set_speed_features()
974 if (cpi->ref_frame_flags & VP8_GOLD_FLAG) in vp8_set_speed_features()
1013 if (cpi->ref_frame_flags & VP8_GOLD_FLAG) in vp8_set_speed_features()
[all …]
Drdopt.c284 else if (cpi->ref_frame_flags == VP8_GOLD_FLAG) in vp8_initialize_rd_consts()
1558 if (!(cpi->ref_frame_flags & VP8_GOLD_FLAG)) in vp8_rd_pick_inter_mode()
Dpickinter.c482 if (cpi->ref_frame_flags & VP8_GOLD_FLAG) in vp8_pick_inter_mode()
/external/libvpx/vp8/decoder/
Donyxd_if.c196 else if (ref_frame_flag == VP8_GOLD_FLAG) in vp8dx_get_reference()
215 else if (ref_frame_flag == VP8_GOLD_FLAG) in vp8dx_set_reference()
/external/libvpx/vp8/
Dvp8_cx_iface.c655 ref ^= VP8_GOLD_FLAG; in vp8e_encode()
673 upd ^= VP8_GOLD_FLAG; in vp8e_encode()