Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_encoder.cpp369 ColorInput *colorInput) in InitColorCube() argument
379 …uint16_t index = ((colorInput->redInput[i] >> (BITS_IN_BYTE - BITS_PER_PRIM_COLOR)) << RED_COORDIN… in InitColorCube()
380 … ((colorInput->greenInput[i] >> (BITS_IN_BYTE - BITS_PER_PRIM_COLOR)) << GREEN_COORDINATE) + in InitColorCube()
381 … ((colorInput->blueInput[i] >> (BITS_IN_BYTE - BITS_PER_PRIM_COLOR)) << BLUE_COORDINATE); in InitColorCube()
431 ColorInput colorInput; in doColorQuantize() local
432 colorInput.redInput = redInput; in doColorQuantize()
433 colorInput.greenInput = greenInput; in doColorQuantize()
434 colorInput.blueInput = blueInput; in doColorQuantize()
435 InitColorCube(colorCoordinate, width, height, &colorInput); in doColorQuantize()