Searched defs:use_alt_ref (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/ |
H A D | simple_encode.cc | 658 static void SetGroupOfPicture(int first_is_key_frame, int use_alt_ref, in SetGroupOfPicture() 740 int use_alt_ref; in UpdateGroupOfPicture() local 1038 int use_alt_ref = (gop_map[start_show_index] & kGopMapFlagUseAltRef) != 0; in GetGopCommand() local
|
H A D | simple_encode.h | 355 int use_alt_ref; member
|
/aosp_15_r20/external/libvpx/vpx/ |
H A D | vpx_ext_ratectrl.h | 180 int use_alt_ref; member 397 int use_alt_ref; /**< Whether to use alt ref for this GOP */ member
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_firstpass.c | 2636 int *use_alt_ref, const FRAME_INFO *frame_info, in get_gop_coding_frame_num() 2843 int use_alt_ref; in define_gf_group() local 3941 int *use_alt_ref, int *coding_frame_count, in vp9_get_next_group_of_picture() 3984 int last_gop_use_alt_ref, int *use_alt_ref) { in vp9_get_gop_coding_frame_count() 4031 int use_alt_ref; in vp9_get_coding_frame_num() local
|
H A D | vp9_ext_ratectrl.c | 232 FRAME_UPDATE_TYPE update_type, int gop_size, int use_alt_ref, in vp9_extrc_get_frame_rdmult()
|
H A D | vp9_encoder.h | 546 int use_alt_ref; member 550 int show_frame_count, int use_alt_ref) { in gop_command_on()
|
H A D | vp9_encoder.c | 5612 const int use_alt_ref = gf_group->update_type[1] == ARF_UPDATE; local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | pass2_strategy.c | 2339 int is_final_pass, int use_alt_ref, in set_gop_bits_boost() 2535 int use_alt_ref; in define_gf_group() local 2659 int use_alt_ref = av1_check_use_arf(cpi->third_pass_ctx); in define_gf_group_pass3() local
|
H A D | var_based_part.c | 1352 int use_alt_ref = cpi->ppi->rtc_ref.set_ref_frame_config || in setup_planes() local
|