Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Drescaler_neon.c68 const int max_span = x_out_max & ~7; in RescalerExportRowExpand_NEON() local
77 for (x_out = 0; x_out < max_span; x_out += 8) { in RescalerExportRowExpand_NEON()
96 for (x_out = 0; x_out < max_span; x_out += 8) { in RescalerExportRowExpand_NEON()
124 const int max_span = x_out_max & ~7; in RescalerExportRowShrink_NEON() local
135 for (x_out = 0; x_out < max_span; x_out += 8) { in RescalerExportRowShrink_NEON()
158 for (x_out = 0; x_out < max_span; x_out += 8) { in RescalerExportRowShrink_NEON()

Completed in 3 milliseconds