Lines Matching refs:num_rows
549 int mb_w, int num_rows) {
552 while (num_rows-- > 0) {
611 static void ApplyInverseTransforms(VP8LDecoder* const dec, int num_rows,
614 const int cache_pixs = dec->width_ * num_rows;
616 const int end_row = start_row + num_rows;
631 static void ApplyInverseTransformsAlpha(VP8LDecoder* const dec, int num_rows,
634 const int end_row = start_row + num_rows;
648 const int num_rows = row - dec->last_row_;
650 if (num_rows <= 0) return; // Nothing to be done.
651 ApplyInverseTransforms(dec, num_rows, rows);
1092 const int num_rows = row - dec->last_row_;
1095 if (num_rows <= 0) return; // Nothing to be done.
1096 ApplyInverseTransforms(dec, num_rows, in);
1101 const int cache_pixs = width * num_rows;
1113 const int num_rows = row - dec->last_row_;
1116 if (num_rows <= 0) return; // Nothing to be done.
1117 ApplyInverseTransformsAlpha(dec, num_rows, in);