Home
last modified time | relevance | path

Searched refs:show_existing_alt_ref (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencode_strategy.c375 EncodeFrameParams *const frame_params, int *show_existing_alt_ref) { in setup_arf_frame() argument
404 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() argument
464 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() local
1088 &frame_params, &show_existing_alt_ref); in av1_encode_strategy()
1090 cpi->show_existing_alt_ref = show_existing_alt_ref; in av1_encode_strategy()
Dencoder.h1195 int show_existing_alt_ref; member