Home | History | Annotate | Download | only in test

Lines Matching refs:scan_lines

218     unsigned int scan_lines = (height + height_align -1) & (~(height_align-1));
227 byte_ptr = buf + (scan_lines * stride);
228 for (i = scan_lines; i < scan_lines + height/2; i++) {