Home
last modified time | relevance | path

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

/external/libxcam/modules/isp/
Dx3a_statistics_queue.cpp64 uint32_t bit_shift = isp_info.elem_bit_depth - 8; in fill_standard_stats() local
71 ((isp_data[i * isp_info.aligned_width + j].ae_y / pixel_count) >> bit_shift); in fill_standard_stats()
73 ((isp_data[i * isp_info.aligned_width + j].awb_r / pixel_count) >> bit_shift); in fill_standard_stats()
75 ((isp_data[i * isp_info.aligned_width + j].awb_gr / pixel_count) >> bit_shift); in fill_standard_stats()
77 ((isp_data[i * isp_info.aligned_width + j].awb_gb / pixel_count) >> bit_shift); in fill_standard_stats()
79 ((isp_data[i * isp_info.aligned_width + j].awb_b / pixel_count) >> bit_shift); in fill_standard_stats()
83 ((isp_data[i * isp_info.aligned_width + j].af_hpf1 / pixel_count) >> bit_shift); in fill_standard_stats()
85 ((isp_data[i * isp_info.aligned_width + j].af_hpf2 / pixel_count) >> bit_shift); in fill_standard_stats()
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py430 bit_shift = _MEDIA_SIZE_BIT_SHIFTS.get(units)
431 if bit_shift is not None:
432 return int(maxSize[:-2]) << bit_shift