Home
last modified time | relevance | path

Searched defs:g1 (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp270 signed g1 = clamp_rgb((tmp1 + v_g + u_g) / 256); in yv12_to_rgb565() local
310 …signed g1 = clamp_rgb(1 * (1.1643835616438356 * y1 - 0.39176229009491365 * u * 0.97 - 0.812967647… in yv12_to_rgb888() local
354 signed g1 = clamp_rgb((tmp1 + v_g + u_g) / 256); in yuv420p_to_rgb888() local
/device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/
Detc.cpp299 int r1, r2, g1, g2, b1, b2; in etc2_decode_block_T() local
328 int r1, r2, g1, g2, b1, b2; in etc2_decode_block_H() local
394 int r1, r2, g1, g2, b1, b2; in etc2_decode_rgb_block() local
640 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks in etc_encodeBaseColors() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Detc.cpp299 int r1, r2, g1, g2, b1, b2; in etc2_decode_block_T() local
328 int r1, r2, g1, g2, b1, b2; in etc2_decode_block_H() local
394 int r1, r2, g1, g2, b1, b2; in etc2_decode_rgb_block() local
640 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks in etc_encodeBaseColors() local
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
Detc.cpp299 int r1, r2, g1, g2, b1, b2; in etc2_decode_block_T() local
328 int r1, r2, g1, g2, b1, b2; in etc2_decode_block_H() local
394 int r1, r2, g1, g2, b1, b2; in etc2_decode_rgb_block() local
640 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks in etc_encodeBaseColors() local
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_color_quantize.cpp119 float g1 = astc::clamp255f(color1.lane<1>() * scale); in quantize_rgb() local
209 float g1 = color1.lane<1>() * scale; in try_quantize_rgb_blue_contract() local
315 float g1 = astc::clamp255f(color1.lane<1>() * scale); in try_quantize_rgb_delta() local
425 float g1 = color0.lane<1>() * scale; in try_quantize_rgb_delta_blue_contract() local