Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dblock.h187 int32_t rate[COMPOUND_TYPES];
188 int64_t dist[COMPOUND_TYPES];
189 int32_t model_rate[COMPOUND_TYPES];
190 int64_t model_dist[COMPOUND_TYPES];
191 int comp_rs2[COMPOUND_TYPES];
Dcompound_type.c842 av1_zero_array(masked_type_cost, COMPOUND_TYPES); in calc_masked_type_cost()
1229 int masked_type_cost[COMPOUND_TYPES]; in av1_compound_type_rd()
1232 int64_t comp_dist[COMPOUND_TYPES] = { INT64_MAX, INT64_MAX, INT64_MAX, in av1_compound_type_rd()
1234 int32_t comp_rate[COMPOUND_TYPES] = { INT_MAX, INT_MAX, INT_MAX, INT_MAX }; in av1_compound_type_rd()
1235 int comp_rs2[COMPOUND_TYPES] = { INT_MAX, INT_MAX, INT_MAX, INT_MAX }; in av1_compound_type_rd()
1236 int32_t comp_model_rate[COMPOUND_TYPES] = { INT_MAX, INT_MAX, INT_MAX, in av1_compound_type_rd()
1238 int64_t comp_model_dist[COMPOUND_TYPES] = { INT64_MAX, INT64_MAX, INT64_MAX, in av1_compound_type_rd()
1252 COMPOUND_TYPE valid_comp_types[COMPOUND_TYPES] = { in av1_compound_type_rd()
/external/libaom/libaom/av1/common/
Denums.h469 COMPOUND_TYPES, enumerator
Dreconinter.h222 for (i = 0; i < COMPOUND_TYPES; i++) { in is_any_masked_compound_used()
/external/libaom/libaom/tools/
Daom_entropy_optimizer.c436 cts_each_dim[1] = COMPOUND_TYPES - 1; in main()