Home
last modified time | relevance | path

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

/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()