Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Donyxd.h37 VP8_LAST_FLAG = 1, enumerator
Donyx.h39 VP8_LAST_FLAG = 1, enumerator
/external/libvpx/vp8/decoder/
Donyxd_if.c194 if (ref_frame_flag == VP8_LAST_FLAG) in vp8dx_get_reference()
213 if (ref_frame_flag == VP8_LAST_FLAG) in vp8dx_set_reference()
/external/libvpx/vp8/encoder/
Donyx_if.c638 if (!(cpi->ref_frame_flags & VP8_LAST_FLAG)) in vp8_set_speed_features()
699 if (!(cpi->ref_frame_flags & VP8_LAST_FLAG)) in vp8_set_speed_features()
740 if (cpi->ref_frame_flags & VP8_LAST_FLAG) in vp8_set_speed_features()
782 if (cpi->ref_frame_flags & VP8_LAST_FLAG) in vp8_set_speed_features()
926 if (!(cpi->ref_frame_flags & VP8_LAST_FLAG)) in vp8_set_speed_features()
965 if (cpi->ref_frame_flags & VP8_LAST_FLAG) in vp8_set_speed_features()
1007 if (cpi->ref_frame_flags & VP8_LAST_FLAG) in vp8_set_speed_features()
1162 if (cpi->ref_frame_flags & VP8_LAST_FLAG) in vp8_set_speed_features()
1620 cpi->ref_frame_flags = VP8_ALT_FLAG | VP8_GOLD_FLAG | VP8_LAST_FLAG; in vp8_init_config()
1906 cpi->ref_frame_flags = VP8_ALT_FLAG | VP8_GOLD_FLAG | VP8_LAST_FLAG; in vp8_change_config()
[all …]
Dpickinter.c468 if (cpi->ref_frame_flags & VP8_LAST_FLAG) in vp8_pick_inter_mode()
518 if (cpi->ref_frame_flags == VP8_LAST_FLAG) in vp8_pick_inter_mode()
Drdopt.c1457 if (cpi->ref_frame_flags == VP8_LAST_FLAG) in vp8_rd_pick_inter_mode()
1543 if (!(cpi->ref_frame_flags & VP8_LAST_FLAG)) in vp8_rd_pick_inter_mode()
/external/libvpx/vp8/
Dvp8_cx_iface.c652 ref ^= VP8_LAST_FLAG; in vp8e_encode()
670 upd ^= VP8_LAST_FLAG; in vp8e_encode()