Home
last modified time | relevance | path

Searched refs:MODE_LAST (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dec/
Dwebpi.h70 extern WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];
71 extern WebPUpsampleLinePairFunc WebPUpsamplersKeepAlpha[MODE_LAST];
Dbuffer.c24 static const int kModeBpp[MODE_LAST] = { 3, 4, 3, 4, 4, 2, 2, 1, 1 };
Dio.c114 WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];
115 WebPUpsampleLinePairFunc WebPUpsamplersKeepAlpha[MODE_LAST];
189 static const SampleLinePairFunc kSamplers[MODE_LAST] = {
222 static const YUV444Func kYUV444Converters[MODE_LAST] = {
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp139 WEBP_CSP_MODE mode = MODE_LAST; in webp_decode_mode()
207 if (mode == MODE_LAST) { in webp_get_config_resize_crop()
241 if (mode == MODE_LAST) { in webp_get_config_resize()
/external/webp/include/webp/
Ddecode.h118 MODE_LAST = 9 enumerator