Searched defs:bit_shift (Results 1 - 1 of 1) sorted by relevance

/external/libxcam/modules/isp/
H A Dx3a_statistics_queue.cpp64 uint32_t bit_shift = isp_info.elem_bit_depth - 8; local
71 ((isp_data[i * isp_info.aligned_width + j].ae_y / pixel_count) >> bit_shift);
73 ((isp_data[i * isp_info.aligned_width + j].awb_r / pixel_count) >> bit_shift);
75 ((isp_data[i * isp_info.aligned_width + j].awb_gr / pixel_count) >> bit_shift);
77 ((isp_data[i * isp_info.aligned_width + j].awb_gb / pixel_count) >> bit_shift);
79 ((isp_data[i * isp_info.aligned_width + j].awb_b / pixel_count) >> bit_shift);
83 ((isp_data[i * isp_info.aligned_width + j].af_hpf1 / pixel_count) >> bit_shift);
85 ((isp_data[i * isp_info.aligned_width + j].af_hpf2 / pixel_count) >> bit_shift);

Completed in 67 milliseconds