Searched defs:compound_type (Results 1 – 4 of 4) sorted by relevance
115 struct compound_type { struct116 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()
53 int16_t compound_type; member
985 const COMPOUND_TYPE compound_type = mbmi->interinter_comp.type; in get_interinter_compound_mask_rate() local1054 const COMPOUND_TYPE compound_type = mbmi->interinter_comp.type; in masked_compound_type_rd() local
1198 unsigned int compound_type[BLOCK_SIZES_ALL][MASKED_COMPOUND_TYPES]; member