Home
last modified time | relevance | path

Searched refs:bucket_compression (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/qcom/sm7250/display/libhistogram/
H A Dhistogram_collector.cpp57 static constexpr int bucket_compression = HIST_V_SIZE / numBuckets; variable
64 bins[i / bucket_compression] += frame[i]; in rebucketTo8Buckets()
/aosp12/hardware/qcom/sm8150/display/libhistogram/
H A Dhistogram_collector.cpp58 static constexpr int bucket_compression = HIST_V_SIZE / numBuckets; variable
64 bins[i / bucket_compression] += frame[i]; in rebucketTo8Buckets()
/aosp12/hardware/qcom/sdm845/display/libhistogram/
H A Dhistogram_collector.cpp294 static constexpr int bucket_compression = HIST_V_SIZE / numBuckets; variable
300 bins[i / bucket_compression] += frame[i]; in rebucketTo8Buckets()