Searched refs:VP9_LAST_FLAG (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_enums.h | 98 VP9_LAST_FLAG = 1 << 0, enumerator
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 195 if (ref_frame_flag == VP9_LAST_FLAG) { in vp9_copy_reference_dec() 221 if (ref_frame_flag == VP9_LAST_FLAG) { in vp9_set_reference_dec()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_cx_iface.c | 96 return VP9_LAST_FLAG; in ref_frame_to_vp9_reframe() 103 return VP9_LAST_FLAG; in ref_frame_to_vp9_reframe() 682 ref ^= VP9_LAST_FLAG; in vp9e_encode() 699 upd ^= VP9_LAST_FLAG; in vp9e_encode()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_onyx_if.c | 471 if (!(cpi->ref_frame_flags & VP9_LAST_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() 526 if (!(cpi->ref_frame_flags & VP9_LAST_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() 885 cpi->ref_frame_flags = VP9_ALT_FLAG | VP9_GOLD_FLAG | VP9_LAST_FLAG; in vp9_change_config() 1753 cpi->ext_refresh_last_frame = (ref_frame_flags & VP9_LAST_FLAG) != 0; in vp9_update_reference() 1760 if (ref_frame_flag == VP9_LAST_FLAG) in get_vp9_ref_frame_buffer() 2505 cpi->ref_frame_flags = VP9_ALT_FLAG | VP9_GOLD_FLAG | VP9_LAST_FLAG;
|
D | vp9_pickmode.c | 217 static const int flag_list[4] = { 0, VP9_LAST_FLAG, VP9_GOLD_FLAG, in vp9_pick_inter_mode()
|
D | vp9_rdopt.c | 3140 static const int flag_list[4] = { 0, VP9_LAST_FLAG, VP9_GOLD_FLAG, in vp9_rd_pick_inter_mode_sb() 3279 assert(cpi->ref_frame_flags & VP9_LAST_FLAG); in vp9_rd_pick_inter_mode_sb() 3769 static const int flag_list[4] = { 0, VP9_LAST_FLAG, VP9_GOLD_FLAG, in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_firstpass.c | 518 if (cpi->ref_frame_flags & VP9_LAST_FLAG) { in vp9_first_pass()
|
D | vp9_encodeframe.c | 2463 return (!!(ref_flags & VP9_GOLD_FLAG) + !!(ref_flags & VP9_LAST_FLAG) in check_dual_ref_flags()
|