| int ph_histogram_data_gen_max |
( |
const uint32_t |
nbins, |
|
|
const uint32_t |
depth, |
|
|
const uint32_t |
format, |
|
|
const float |
max_element_value, |
|
|
const uint32_t * |
binVal, |
|
|
const uint32_t * |
binCnt, |
|
|
uint32_t * |
binAvg, |
|
|
phColor * |
pmaxbin_color, |
|
|
phColor * |
pmaxbin_threshold, |
|
|
uint32_t ** |
pmaxBin, |
|
|
uint32_t * |
pmaxBin_size, |
|
|
uint32_t ** |
pmaxCnt, |
|
|
uint32_t * |
pmaxCnt_size, |
|
|
uint32_t ** |
pmaxAvg, |
|
|
uint32_t * |
pmaxAvg_size |
|
) |
|
|