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.py51 yuv_off=DEFAULT_YUV_OFFSETS, argument
205 yuv_off=DEFAULT_YUV_OFFSETS): argument
220 y = numpy.subtract(y_plane, yuv_off[0])
221 u = numpy.subtract(u_plane, yuv_off[1]).view(numpy.int8)
222 v = numpy.subtract(v_plane, yuv_off[2]).view(numpy.int8)