Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Drescaler_sse2.c49 const rescaler_t* const frow_end = frow + wrk->dst_width * wrk->num_channels; in RescalerImportRowExpand_SSE2() local
70 if (frow >= frow_end) break; in RescalerImportRowExpand_SSE2()
90 if (frow >= frow_end) break; in RescalerImportRowExpand_SSE2()
122 const rescaler_t* const frow_end = wrk->frow + 4 * wrk->dst_width; in RescalerImportRowShrink_SSE2() local
131 for (; frow < frow_end; frow += 4) { in RescalerImportRowShrink_SSE2()