Home
last modified time | relevance | path

Searched refs:rebucketTo8Buckets (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm8150/display/libhistogram/
Dhistogram_collector.cpp60 std::array<uint64_t, numBuckets> rebucketTo8Buckets(std::array<uint64_t, HIST_V_SIZE> const& frame)… in rebucketTo8Buckets() function
73 std::array<uint64_t, numBuckets> samples = rebucketTo8Buckets(all_sample_buckets); in Dump()
121 auto samples_rebucketed = rebucketTo8Buckets(samples); in collect()
/hardware/qcom/sdm845/display/libhistogram/
Dhistogram_collector.cpp296 std::array<uint64_t, numBuckets> rebucketTo8Buckets(std::array<uint64_t, HIST_V_SIZE> const& frame)… in rebucketTo8Buckets() function
309 std::array<uint64_t, numBuckets> samples = rebucketTo8Buckets(all_sample_buckets); in Dump()
357 auto samples_rebucketed = rebucketTo8Buckets(samples); in collect()