Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dimage_processing_utils.py52 yuv_off=DEFAULT_YUV_OFFSETS, argument
203 yuv_off=DEFAULT_YUV_OFFSETS): argument
218 y = numpy.subtract(y_plane, yuv_off[0])
219 u = numpy.subtract(u_plane, yuv_off[1]).view(numpy.int8)
220 v = numpy.subtract(v_plane, yuv_off[2]).view(numpy.int8)