Home
last modified time | relevance | path

Searched refs:av1_ref_frame_flag_list (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c172 if (cpi->ref_frame_flags & av1_ref_frame_flag_list[ref]) { in simple_motion_search_get_best_ref()
221 assert(cpi->ref_frame_flags & av1_ref_frame_flag_list[LAST_FRAME] || in simple_motion_search_prune_part_features()
222 cpi->ref_frame_flags & av1_ref_frame_flag_list[ALTREF_FRAME]); in simple_motion_search_prune_part_features()
464 assert(cpi->ref_frame_flags & av1_ref_frame_flag_list[LAST_FRAME] || in firstpass_simple_motion_search_features()
465 cpi->ref_frame_flags & av1_ref_frame_flag_list[ALTREF_FRAME]); in firstpass_simple_motion_search_features()
Dencoder.h1281 static const uint8_t av1_ref_frame_flag_list[REF_FRAMES] = { 0, variable
Drdopt.c11270 if (!(cpi->ref_frame_flags & av1_ref_frame_flag_list[ref_frame])) { in init_mode_skip_mask()
11313 assert(cpi->ref_frame_flags & av1_ref_frame_flag_list[ALTREF_FRAME]); in init_mode_skip_mask()
11395 if (cpi->ref_frame_flags & av1_ref_frame_flag_list[ref_frame]) { in set_params_rd_pick_inter_mode()
11422 if (!((cpi->ref_frame_flags & av1_ref_frame_flag_list[rf[0]]) && in set_params_rd_pick_inter_mode()
11423 (cpi->ref_frame_flags & av1_ref_frame_flag_list[rf[1]]))) { in set_params_rd_pick_inter_mode()
11532 if (cpi->ref_frame_flags & av1_ref_frame_flag_list[ref_frame]) { in set_params_nonrd_pick_inter_mode()
11801 if (!(cpi->ref_frame_flags & av1_ref_frame_flag_list[ref_frame[1]])) in inter_mode_compatible_skip()
11986 (cpi->ref_frame_flags & av1_ref_frame_flag_list[BWDREF_FRAME])) { in inter_mode_search_order_independent_skip()
Dencodeframe.c5167 if (cpi->ref_frame_flags & av1_ref_frame_flag_list[ref_frame]) { in enforce_max_ref_frames()
5187 av1_ref_frame_flag_list[ref_frame_to_disable])) { in enforce_max_ref_frames()
5625 !(cpi->ref_frame_flags & av1_ref_frame_flag_list[frame]); in encode_frame_internal()