Searched refs:img_height (Results 1 – 2 of 2) sorted by relevance
140 int jpegutil::Compress(int img_width, int img_height, in Compress() argument241 cinfo.image_height = img_height; in Compress()272 for (int y = 0; y < img_height; y += DCTSIZE * 2) { in Compress()
144 int Compress(int img_width, int img_height, RowIterator<16>& y_row_generator,