Home | History | Annotate | Download | only in dec

Lines Matching refs:num_rows

188                              const uint8_t** alpha, int* const num_rows) {
190 *num_rows = io->mb_h;
197 --*num_rows;
207 *num_rows = io->crop_bottom - io->crop_top - start_y;
222 int num_rows;
223 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows);
229 for (j = 0; j < num_rows; ++j) {
241 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);