Home
last modified time | relevance | path

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

/external/webp/src/utils/
Drescaler.c54 const int x_stride = wrk->num_channels; in WebPRescalerImportRow() local
61 for (x_out = channel; x_out < x_out_max; x_out += x_stride) { in WebPRescalerImportRow()
65 x_in += x_stride; in WebPRescalerImportRow()
70 x_in += x_stride; in WebPRescalerImportRow()
78 for (x_out = channel; x_out < x_out_max; x_out += x_stride) { in WebPRescalerImportRow()
81 x_in += x_stride; in WebPRescalerImportRow()
90 for (x_out = channel; x_out < x_out_max; x_out += x_stride) { in WebPRescalerImportRow()