Searched refs:show_existing_alt_ref (Results 1 – 2 of 2) sorted by relevance
375 EncodeFrameParams *const frame_params, int *show_existing_alt_ref) { in setup_arf_frame() argument404 av1_temporal_filter(cpi, arf_src_index, show_existing_alt_ref); in setup_arf_frame()410 (void)show_existing_alt_ref; in setup_arf_frame()446 int *show_existing_alt_ref) { in choose_frame_source() argument464 show_existing_alt_ref); in choose_frame_source()1065 cpi->show_existing_alt_ref) && in av1_encode_strategy()1073 cpi->show_existing_alt_ref = 0; in av1_encode_strategy()1086 int show_existing_alt_ref = 0; in av1_encode_strategy() local1088 &frame_params, &show_existing_alt_ref); in av1_encode_strategy()1090 cpi->show_existing_alt_ref = show_existing_alt_ref; in av1_encode_strategy()
1195 int show_existing_alt_ref; member