Home
last modified time | relevance | path

Searched defs:compound_type (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/media/audio_utils/include/audio_utils/
H A DMetadata.h115 struct compound_type { struct
116 inline static constexpr size_t size_v = sizeof...(Ts);
118 inline static constexpr bool contains_v = type_index<T, Ts...>() >= 0;
120 inline static constexpr ssize_t index_of() { return type_index<T, Ts...>(); } in index_of()
124 using tuple_t = std::tuple<Ts...>;
145 static bool apply_impl(F f, A *a, std::any *result) { in apply_impl()
167 static bool apply_impl(F f __attribute__((unused)), A *a __attribute__((unused)), in apply_impl()
/aosp_15_r20/external/libaom/av1/decoder/
H A Dinspection.h53 int16_t compound_type; member
/aosp_15_r20/external/libaom/av1/encoder/
H A Dcompound_type.c985 const COMPOUND_TYPE compound_type = mbmi->interinter_comp.type; in get_interinter_compound_mask_rate() local
1054 const COMPOUND_TYPE compound_type = mbmi->interinter_comp.type; in masked_compound_type_rd() local
H A Dencoder.h1198 unsigned int compound_type[BLOCK_SIZES_ALL][MASKED_COMPOUND_TYPES]; member