Home | History | Annotate | Download | only in dec

Lines Matching refs:num_rows

173                              const uint8_t** alpha, int* const num_rows) {
175 *num_rows = io->mb_h;
182 --*num_rows;
192 *num_rows = io->crop_bottom - io->crop_top - start_y;
206 int num_rows;
207 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows);
213 for (j = 0; j < num_rows; ++j) {
225 mb_w, num_rows, buf->stride);
237 int num_rows;
238 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows);
248 for (j = 0; j < num_rows; ++j) {
259 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride);