Searched refs:sorted (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/60xx/mlsdk/mllite/ |
D | compass.c | 107 float avg, sum, median, sorted[YAS_DEFAULT_FILTER_LEN]; in adaptive_filter_filter() local 129 memcpy(sorted, adap_filter->sequence, adap_filter->len * sizeof(float)); in adaptive_filter_filter() 130 qsort(&sorted, adap_filter->len, sizeof(float), cmpfloat); in adaptive_filter_filter() 131 median = sorted[adap_filter->len/2]; in adaptive_filter_filter()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | CONTRIBUTORS | 4 # here. Please keep the list sorted by first names.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | libs.doxy_template | 364 # sorted by fully-qualified names, including namespaces. If set to 365 # NO (the default), the class list will be sorted only by class name,
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 443 # sorted by fully-qualified names, including namespaces. If set to 444 # NO (the default), the class list will be sorted only by class name,
|