Lines Matching full:jpegutil
16 #include "jpegutil.h"
30 using namespace jpegutil;
48 jpegutil::Transform::Transform(int orig_x, int orig_y, int one_x, int one_y)
94 jpegutil::Transform jpegutil::Transform::ForCropFollowedByRotation(
120 bool jpegutil::Transform::operator==(const Transform& other) const {
131 void jpegutil::Transform::Map(int x, int y, int* x_out, int* y_out) const {
140 int jpegutil::Compress(int img_width, int img_height,
141 jpegutil::RowIterator<16>& y_row_generator,
142 jpegutil::RowIterator<8>& cb_row_generator,
143 jpegutil::RowIterator<8>& cr_row_generator,
305 int jpegutil::Compress(