Home
last modified time | relevance | path

Searched refs:WebPRescalerOutputDone (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/utils/
Drescaler.h85 int WebPRescalerOutputDone(const WebPRescaler* const rescaler) { in WebPRescalerOutputDone() function
92 return !WebPRescalerOutputDone(rescaler) && (rescaler->y_accum <= 0); in WebPRescalerHasPendingOutput()
/external/webp/src/dsp/
Drescaler.c101 assert(!WebPRescalerOutputDone(wrk)); in WebPRescalerExportRowExpandC()
133 assert(!WebPRescalerOutputDone(wrk)); in WebPRescalerExportRowShrinkC()
171 assert(!WebPRescalerOutputDone(wrk)); in WebPRescalerExportRow()
Drescaler_mips_dsp_r2.c37 assert(!WebPRescalerOutputDone(wrk)); in ExportRowShrink()
174 assert(!WebPRescalerOutputDone(wrk)); in ExportRowExpand()
Drescaler_mips32.c155 assert(!WebPRescalerOutputDone(wrk)); in ExportRowExpand()
220 assert(!WebPRescalerOutputDone(wrk)); in ExportRowShrink()
Drescaler_neon.c68 assert(!WebPRescalerOutputDone(wrk)); in RescalerExportRowExpand()
127 assert(!WebPRescalerOutputDone(wrk)); in RescalerExportRowShrink()
Drescaler_sse2.c236 assert(!WebPRescalerOutputDone(wrk)); in RescalerExportRowExpandSSE2()
295 assert(!WebPRescalerOutputDone(wrk)); in RescalerExportRowShrinkSSE2()