Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dupsampling.c191 WebPYUV444Converters[MODE_RGB_565] = WebPYuv444ToRgb565C; in WebPInitYUV444Converters()
232 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair; in WebPInitUpsamplers()
Dupsampling_mips_dsp_r2.c228 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair;
269 WebPYUV444Converters[MODE_RGB_565] = Yuv444ToRgb565;
Dyuv.c139 WebPSamplers[MODE_RGB_565] = YuvToRgb565Row; in WebPInitSamplers()
Dupsampling_sse2.c204 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair; in WebPInitUpsamplersSSE2()
Dupsampling_neon.c289 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair; in WebPInitUpsamplersNEON()
Dlossless.c550 case MODE_RGB_565: in VP8LConvertFromBGRA()
/external/skia/src/codec/
DSkWebpCodec.cpp131 return MODE_RGB_565; in webp_decode_mode()
/external/opencv3/3rdparty/libwebp/webp/
Ddecode.h147 MODE_RGB_565 = 6, enumerator
/external/webp/include/webp/
Ddecode.h150 MODE_RGB_565 = 6, enumerator
/external/webp/src/webp/
Ddecode.h150 MODE_RGB_565 = 6, enumerator
/external/opencv3/3rdparty/libwebp/dsp/
Dupsampling.c324 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair; in WebPInitUpsamplers()
Dlossless.c1354 case MODE_RGB_565: in VP8LConvertFromBGRA()
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp183 mode = MODE_RGB_565; in webp_decode_mode()