Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dupsampling.c229 WebPYUV444Converters[MODE_RGB_565] = WebPYuv444ToRgb565_C; in WEBP_DSP_INIT_FUNC()
274 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair_C; in WEBP_DSP_INIT_FUNC()
319 assert(WebPUpsamplers[MODE_RGB_565] != NULL); in WEBP_DSP_INIT_FUNC()
Dupsampling_mips_dsp_r2.c232 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair; in WebPInitUpsamplersMIPSdspR2()
277 WebPYUV444Converters[MODE_RGB_565] = Yuv444ToRgb565; in WebPInitYUV444ConvertersMIPSdspR2()
Dupsampling_sse2.c204 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair_SSE2; in WebPInitUpsamplersSSE2()
253 WebPYUV444Converters[MODE_RGB_565] = Yuv444ToRgb565_SSE2; in WebPInitYUV444ConvertersSSE2()
Dyuv.c85 WebPSamplers[MODE_RGB_565] = YuvToRgb565Row; in WEBP_DSP_INIT_FUNC()
Dupsampling_neon.c273 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair_NEON; in WebPInitUpsamplersNEON()
Dlossless.c544 case MODE_RGB_565: in VP8LConvertFromBGRA()
Dupsampling_msa.c676 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair; in WebPInitUpsamplersMSA()
/external/webp/include/webp/
Ddecode.h156 MODE_RGB_565 = 6, enumerator
/external/webp/src/webp/
Ddecode.h156 MODE_RGB_565 = 6, enumerator
/external/skia/src/codec/
DSkWebpCodec.cpp201 return MODE_RGB_565; in webp_decode_mode()
/external/skqp/src/codec/
DSkWebpCodec.cpp201 return MODE_RGB_565; in webp_decode_mode()