HomeSort by relevance Sort by last modified time
    Searched refs:MODE_RGB_565 (Results 1 - 11 of 11) sorted by null

  /external/webp/src/dsp/
upsampling.c 233 WebPYUV444Converters[MODE_RGB_565] = WebPYuv444ToRgb565_C;
278 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair_C;
317 assert(WebPUpsamplers[MODE_RGB_565] != NULL);
upsampling_mips_dsp_r2.c 232 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair;
277 WebPYUV444Converters[MODE_RGB_565] = Yuv444ToRgb565;
upsampling_sse2.c 208 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair_SSE2;
257 WebPYUV444Converters[MODE_RGB_565] = Yuv444ToRgb565_SSE2;
yuv.c 89 WebPSamplers[MODE_RGB_565] = YuvToRgb565Row;
upsampling_neon.c 273 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair_NEON;
lossless.c 546 case MODE_RGB_565:
upsampling_msa.c 670 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair;
  /external/webp/include/webp/
decode.h 150 MODE_RGB_565 = 6,
  /external/webp/src/webp/
decode.h 150 MODE_RGB_565 = 6,
  /external/skia/src/codec/
SkWebpCodec.cpp 200 return MODE_RGB_565;
  /external/skqp/src/codec/
SkWebpCodec.cpp 200 return MODE_RGB_565;

Completed in 194 milliseconds