Home
last modified time | relevance | path

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

/external/webp/src/dsp/
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()
95 for (x_out = 0; x_out < max_span; x_out += 8) { in RescalerExportRowExpand_NEON()
122 const int max_span = x_out_max & ~7; in RescalerExportRowShrink_NEON() local
133 for (x_out = 0; x_out < max_span; x_out += 8) { in RescalerExportRowShrink_NEON()
155 for (x_out = 0; x_out < max_span; x_out += 8) { in RescalerExportRowShrink_NEON()