Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dblock.h195 int32_t rate[COMPOUND_TYPES];
196 int64_t dist[COMPOUND_TYPES];
197 int64_t comp_model_rd[COMPOUND_TYPES];
Drdopt.c9887 int64_t comp_dist[COMPOUND_TYPES] = { INT64_MAX, INT64_MAX, INT64_MAX, in compound_type_rd()
9889 int32_t comp_rate[COMPOUND_TYPES] = { INT_MAX, INT_MAX, INT_MAX, INT_MAX }; in compound_type_rd()
9890 int64_t comp_model_rd[COMPOUND_TYPES] = { INT64_MAX, INT64_MAX, INT64_MAX, in compound_type_rd()
9914 for (cur_type = COMPOUND_AVERAGE; cur_type < COMPOUND_TYPES; cur_type++) { in compound_type_rd()
/external/libaom/libaom/av1/common/
Denums.h452 COMPOUND_TYPES, enumerator
Dreconinter.h182 for (i = 0; i < COMPOUND_TYPES; i++) { in is_any_masked_compound_used()
/external/libaom/libaom/tools/
Daom_entropy_optimizer.c433 cts_each_dim[1] = COMPOUND_TYPES - 1; in main()