Lines Matching refs:num_rows
190 const uint8_t** alpha, int* const num_rows) {
192 *num_rows = io->mb_h;
199 --*num_rows;
209 *num_rows = io->crop_bottom - io->crop_top - start_y;
223 int num_rows;
224 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows);
230 for (j = 0; j < num_rows; ++j) {
242 mb_w, num_rows, buf->stride);
254 int num_rows;
255 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows);
261 for (j = 0; j < num_rows; ++j) {
272 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride);