HomeSort by relevance Sort by last modified time
    Searched refs:ver_hist_bin (Results 1 - 2 of 2) sorted by null

  /external/libxcam/modules/ocl/
cl_tnr_handler.cpp 51 ver_hist_bin = 0;
60 ver_hist_bin = height;
64 if ((NULL == ver_hist_current) && (ver_hist_bin != 0)) {
65 ver_hist_current = (float*)xcam_malloc0(ver_hist_bin * sizeof(float));
70 if ((NULL == ver_hist_reference) && (ver_hist_bin != 0)) {
71 ver_hist_reference = (float*)xcam_malloc0(ver_hist_bin * sizeof(float));
93 ver_hist_bin = 0;
115 uint32_t ver_hist_bin = image_height; local
127 for (uint32_t bin = 0; bin < ver_hist_bin; bin++) {
164 uint32_t ver_hist_bin = image_height local
232 uint32_t ver_hist_bin = _image_histogram.ver_hist_bin; local
    [all...]
cl_tnr_handler.h 93 uint32_t ver_hist_bin; member in struct:XCam::CLTnrImageHandler::CLTnrHistogram

Completed in 1843 milliseconds