Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c718 const uint32_t new_r = (((argb >> 16) & 0xff) - green) & 0xff; in VP8LSubtractGreenFromBlueAndRed_C() local
720 argb_data[i] = (argb & 0xff00ff00) | (new_r << 16) | new_b; in VP8LSubtractGreenFromBlueAndRed_C()
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c737 const uint32_t new_r = (((argb >> 16) & 0xff) - green) & 0xff; in VP8LSubtractGreenFromBlueAndRed() local
739 argb_data[i] = (argb & 0xff00ff00) | (new_r << 16) | new_b; in VP8LSubtractGreenFromBlueAndRed()