Home
last modified time | relevance | path

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

/external/webp/src/utils/
Drescaler_utils.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.c237 assert(!WebPRescalerOutputDone(wrk)); in RescalerExportRowExpandSSE2()
296 assert(!WebPRescalerOutputDone(wrk)); in RescalerExportRowShrinkSSE2()
Drescaler_msa.c254 assert(!WebPRescalerOutputDone(wrk)); in RescalerExportRowExpand()
420 assert(!WebPRescalerOutputDone(wrk)); in RescalerExportRowShrink()