Searched refs:VP9_LAST_FLAG (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_svc_layercontext.c | 434 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3() 437 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3() 441 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3() 447 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3() 449 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3() 457 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3() 459 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3() 463 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3() 467 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3() 474 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3() [all …]
|
D | vp9_firstpass.c | 868 if (cpi->ref_frame_flags & VP9_LAST_FLAG) { in vp9_first_pass_encode_tile_mb_row() 1404 cpi->ref_frame_flags = VP9_LAST_FLAG; in vp9_first_pass() 1421 if (cpi->ref_frame_flags & VP9_LAST_FLAG) { in vp9_first_pass() 1437 (cpi->ref_frame_flags & VP9_LAST_FLAG) ? LAST_FRAME : NONE, in vp9_first_pass() 3167 if (lc->is_key_frame) cpi->ref_frame_flags &= (~VP9_LAST_FLAG); in vp9_rc_get_second_pass_params() 3244 (~VP9_LAST_FLAG & ~VP9_GOLD_FLAG & ~VP9_ALT_FLAG); in vp9_rc_get_second_pass_params() 3254 cpi->ref_frame_flags &= (~VP9_LAST_FLAG); in vp9_rc_get_second_pass_params()
|
D | vp9_ratectrl.c | 1704 cpi->ref_frame_flags &= (~VP9_LAST_FLAG & ~VP9_GOLD_FLAG & ~VP9_ALT_FLAG); in vp9_rc_get_svc_params() 1711 cpi->ref_frame_flags &= (~VP9_LAST_FLAG & ~VP9_GOLD_FLAG & ~VP9_ALT_FLAG); in vp9_rc_get_svc_params() 1725 if (lc->is_key_frame) cpi->ref_frame_flags &= (~VP9_LAST_FLAG); in vp9_rc_get_svc_params()
|
D | vp9_encoder.c | 2513 cpi->ext_refresh_last_frame = (ref_frame_flags & VP9_LAST_FLAG) != 0; in vp9_update_reference() 2520 if (ref_frame_flag == VP9_LAST_FLAG) in get_vp9_ref_frame_buffer() 2999 const VP9_REFFRAME ref_mask[3] = { VP9_LAST_FLAG, VP9_GOLD_FLAG, 4045 int flags = VP9_ALT_FLAG | VP9_GOLD_FLAG | VP9_LAST_FLAG; 5655 if (flags & VP8_EFLAG_NO_REF_LAST) ref ^= VP9_LAST_FLAG; 5669 if (flags & VP8_EFLAG_NO_UPD_LAST) upd ^= VP9_LAST_FLAG;
|
D | vp9_speed_features.c | 415 static const int flag_list[4] = { 0, VP9_LAST_FLAG, VP9_GOLD_FLAG, in set_rt_speed_feature_framesize_independent()
|
D | vp9_pickmode.c | 1436 static const int flag_list[4] = { 0, VP9_LAST_FLAG, VP9_GOLD_FLAG, in vp9_pick_inter_mode() 2438 static const int flag_list[4] = { 0, VP9_LAST_FLAG, VP9_GOLD_FLAG, in vp9_pick_inter_mode_sub8x8()
|
D | vp9_rdopt.c | 3047 static const int flag_list[4] = { 0, VP9_LAST_FLAG, VP9_GOLD_FLAG, in vp9_rd_pick_inter_mode_sb() 3813 static const int flag_list[4] = { 0, VP9_LAST_FLAG, VP9_GOLD_FLAG, in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_encodeframe.c | 3655 return (!!(ref_flags & VP9_GOLD_FLAG) + !!(ref_flags & VP9_LAST_FLAG) + in check_dual_ref_flags()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 138 case VP8_LAST_FRAME: return VP9_LAST_FLAG; in ref_frame_to_vp9_reframe() 143 return VP9_LAST_FLAG; in ref_frame_to_vp9_reframe()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_enums.h | 101 VP9_LAST_FLAG = 1 << 0, enumerator
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 162 if (ref_frame_flag == VP9_LAST_FLAG) { in vp9_copy_reference_dec() 196 if (ref_frame_flag == VP9_LAST_FLAG) { in vp9_set_reference_dec()
|