Home
last modified time | relevance | path

Searched refs:av1_set_variance_partition_thresholds (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dvar_based_part.h55 void av1_set_variance_partition_thresholds(AV1_COMP *cpi, int q,
H A Dtune_butteraugli.c307 av1_set_variance_partition_thresholds(cpi, q_index, 0); in av1_setup_butteraugli_rdmult()
H A Dencoder_utils.c1135 av1_set_variance_partition_thresholds(cpi, q_for_screen_content_quick_run, in av1_determine_sc_tools_with_encoding()
H A Dencoder.c2658 av1_set_variance_partition_thresholds(cpi, q, 0); in encode_without_recode()
2672 av1_set_variance_partition_thresholds(cpi, q, 0); in encode_without_recode()
2977 av1_set_variance_partition_thresholds(cpi, q, 0); in encode_with_recode_loop()
H A Dvar_based_part.c973 void av1_set_variance_partition_thresholds(AV1_COMP *cpi, int qindex, in av1_set_variance_partition_thresholds() function