Searched refs:img_height (Results 1 – 3 of 3) sorted by relevance
393 int img_height = getHeight() / sample; in doInBackground() local394 state.createOutputAllocation(mSurface, img_width, img_height); in doInBackground()423 addLine("vr(" + img_width + "," + img_height + "): " + (time - start) / 1E6f + " ms"); in doInBackground()
345 int compress(int img_width, int img_height, RowIterator<16>& y_row_generator, in compress() argument444 cinfo.image_height = img_height; in compress()475 for (int y = 0; y < img_height; y += DCTSIZE * 2) { in compress()
343 int compress(int img_width, int img_height, RowIterator<16>& y_row_generator, in compress() argument442 cinfo.image_height = img_height; in compress()473 for (int y = 0; y < img_height; y += DCTSIZE * 2) { in compress()