Home
last modified time | relevance | path

Searched defs:skip_map (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/searching/detail/
Dbm_traits.hpp43 typedef boost::unordered_map<key_type, value_type> skip_map; typedef in boost::algorithm::detail::skip_table
78 typedef boost::array<value_type, 1U << (CHAR_BIT * sizeof(key_type))> skip_map; typedef in boost::algorithm::detail::skip_table
/aosp_15_r20/external/libvpx/examples/
H A Dvpx_temporal_svc_encoder.c245 int *skip_map, int *prev_mask_map, int frame_num) { in set_roi_skip_map()
/aosp_15_r20/external/libaom/examples/
H A Dinspect.c249 const map_entry skip_map[] = { ENUM(SKIP), ENUM(NO_SKIP), LAST_ENUM }; variable