Searched refs:MODE_LAST (Results 1 – 5 of 5) sorted by relevance
70 extern WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];71 extern WebPUpsampleLinePairFunc WebPUpsamplersKeepAlpha[MODE_LAST];
24 static const int kModeBpp[MODE_LAST] = { 3, 4, 3, 4, 4, 2, 2, 1, 1 };
114 WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];115 WebPUpsampleLinePairFunc WebPUpsamplersKeepAlpha[MODE_LAST];189 static const SampleLinePairFunc kSamplers[MODE_LAST] = {222 static const YUV444Func kYUV444Converters[MODE_LAST] = {
139 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()
118 MODE_LAST = 9 enumerator