Home
last modified time | relevance | path

Searched refs:ref_frame_flags (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c343 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
346 cpi->ref_frame_flags = VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
348 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
354 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
356 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
364 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
368 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
371 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
377 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
381 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
[all …]
Dvp9_encoder.h363 int ref_frame_flags; member
526 int vp9_use_as_reference(VP9_COMP *cpi, int ref_frame_flags);
528 void vp9_update_reference(VP9_COMP *cpi, int ref_frame_flags);
Dvp9_firstpass.c561 cpi->ref_frame_flags = VP9_LAST_FLAG; in vp9_first_pass()
567 cpi->ref_frame_flags |= VP9_GOLD_FLAG; in vp9_first_pass()
574 cpi->ref_frame_flags = 0; in vp9_first_pass()
579 if (cpi->ref_frame_flags & VP9_LAST_FLAG) { in vp9_first_pass()
585 if (cpi->ref_frame_flags & VP9_GOLD_FLAG) { in vp9_first_pass()
595 (cpi->ref_frame_flags & VP9_LAST_FLAG) ? LAST_FRAME: NONE, in vp9_first_pass()
596 (cpi->ref_frame_flags & VP9_GOLD_FLAG) ? GOLDEN_FRAME : NONE); in vp9_first_pass()
2620 cpi->ref_frame_flags &= (~VP9_LAST_FLAG); in vp9_rc_get_second_pass_params()
2690 cpi->ref_frame_flags &= in vp9_rc_get_second_pass_params()
2701 cpi->ref_frame_flags &= (~VP9_LAST_FLAG); in vp9_rc_get_second_pass_params()
Dvp9_encoder.c801 cpi->ref_frame_flags = 0; in init_config()
2364 int vp9_use_as_reference(VP9_COMP *cpi, int ref_frame_flags) { in vp9_use_as_reference() argument
2365 if (ref_frame_flags > 7) in vp9_use_as_reference()
2368 cpi->ref_frame_flags = ref_frame_flags; in vp9_use_as_reference()
2372 void vp9_update_reference(VP9_COMP *cpi, int ref_frame_flags) { in vp9_update_reference() argument
2373 cpi->ext_refresh_golden_frame = (ref_frame_flags & VP9_GOLD_FLAG) != 0; in vp9_update_reference()
2374 cpi->ext_refresh_alt_ref_frame = (ref_frame_flags & VP9_ALT_FLAG) != 0; in vp9_update_reference()
2375 cpi->ext_refresh_last_frame = (ref_frame_flags & VP9_LAST_FLAG) != 0; in vp9_update_reference()
2797 if (cpi->ref_frame_flags & ref_mask[ref_frame - 1]) {
3841 cpi->ref_frame_flags = get_ref_frame_flags(cpi);
Dvp9_ratectrl.c1561 cpi->ref_frame_flags &= in vp9_rc_get_svc_params()
1566 cpi->ref_frame_flags &= in vp9_rc_get_svc_params()
1582 cpi->ref_frame_flags &= (~VP9_LAST_FLAG); in vp9_rc_get_svc_params()
1584 cpi->ref_frame_flags &= (~VP9_ALT_FLAG); in vp9_rc_get_svc_params()
Dvp9_pickmode.c1182 if ((cpi->ref_frame_flags & flag_list[ref_frame]) && (yv12 != NULL)) { in vp9_pick_inter_mode()
1229 if (!(cpi->ref_frame_flags & flag_list[ref_frame])) in vp9_pick_inter_mode()
1235 if ((cpi->ref_frame_flags & flag_list[i]) && sf->reference_masking) in vp9_pick_inter_mode()
1683 if ((cpi->ref_frame_flags & flag_list[ref_frame]) && (yv12 != NULL)) { in vp9_pick_inter_mode_sub8x8()
Dvp9_rdopt.c2996 if (cpi->ref_frame_flags & flag_list[ref_frame]) { in vp9_rd_pick_inter_mode_sb()
3006 if (!(cpi->ref_frame_flags & flag_list[ref_frame])) { in vp9_rd_pick_inter_mode_sb()
3206 if (!(cpi->ref_frame_flags & flag_list[second_ref_frame])) in vp9_rd_pick_inter_mode_sb()
3762 if (cpi->ref_frame_flags & flag_list[ref_frame]) { in vp9_rd_pick_inter_mode_sub8x8()
3831 if (!(cpi->ref_frame_flags & flag_list[second_ref_frame])) in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_encodeframe.c721 (cpi->ref_frame_flags & VP9_GOLD_FLAG)) { in choose_partitioning()
2859 const int ref_flags = cpi->ref_frame_flags; in check_dual_ref_flags()
3932 cpi->ref_frame_flags &= (~VP9_GOLD_FLAG); in encode_frame_internal()
/external/libvpx/libvpx/vp8/encoder/
Drdopt.h96 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in get_predictor_pointers()
100 if (cpi->ref_frame_flags & VP8_GOLD_FRAME) in get_predictor_pointers()
104 if (cpi->ref_frame_flags & VP8_ALTR_FRAME) in get_predictor_pointers()
116 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in get_reference_search_order()
118 if (cpi->ref_frame_flags & VP8_GOLD_FRAME) in get_reference_search_order()
120 if (cpi->ref_frame_flags & VP8_ALTR_FRAME) in get_reference_search_order()
Donyx_if.c822 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in vp8_set_speed_features()
824 if (cpi->ref_frame_flags & VP8_GOLD_FRAME) in vp8_set_speed_features()
826 if (cpi->ref_frame_flags & VP8_ALTR_FRAME) in vp8_set_speed_features()
870 (cpi->ref_frame_flags & VP8_LAST_FRAME) && in vp8_set_speed_features()
871 (cpi->ref_frame_flags & VP8_GOLD_FRAME)) { in vp8_set_speed_features()
1410 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME; in init_config()
2636 int vp8_use_as_reference(VP8_COMP *cpi, int ref_frame_flags) in vp8_use_as_reference() argument
2638 if (ref_frame_flags > 7) in vp8_use_as_reference()
2641 cpi->ref_frame_flags = ref_frame_flags; in vp8_use_as_reference()
2644 int vp8_update_reference(VP8_COMP *cpi, int ref_frame_flags) in vp8_update_reference() argument
[all …]
Dencodeframe.c674 if (cpi->ref_frame_flags == VP8_LAST_FRAME) in init_encode_frame_mb_context()
678 (cpi->ref_frame_flags == VP8_GOLD_FRAME)) in init_encode_frame_mb_context()
682 (cpi->ref_frame_flags == VP8_ALTR_FRAME)) in init_encode_frame_mb_context()
Donyx_int.h490 int ref_frame_flags; member
Dpickinter.c730 if (cpi->ref_frame_flags & VP8_LAST_FRAME) { in vp8_pick_inter_mode()
796 parent_ref_flag = (cpi->ref_frame_flags & VP8_LAST_FRAME); in vp8_pick_inter_mode()
798 parent_ref_flag = (cpi->ref_frame_flags & VP8_GOLD_FRAME); in vp8_pick_inter_mode()
/external/libvpx/libvpx/vp8/common/
Donyx.h268 int vp8_use_as_reference(struct VP8_COMP* comp, int ref_frame_flags);
269 int vp8_update_reference(struct VP8_COMP* comp, int ref_frame_flags);
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1269 const int ref_frame_flags = va_arg(args, int); in ctrl_update_reference() local
1271 vp9_update_reference(ctx->cpi, ref_frame_flags); in ctrl_update_reference()