HomeSort by relevance Sort by last modified time
    Searched full:y_density (Results 1 - 16 of 16) sorted by null

  /external/jpeg/
jctrans.c 147 dstinfo->Y_density = srcinfo->Y_density;
jdmarker.c 226 cinfo->Y_density = 1;
605 cinfo->Y_density = (GETJOCTET(data[10]) << 8) + GETJOCTET(data[11]);
618 cinfo->X_density, cinfo->Y_density, cinfo->density_unit);
    [all...]
jpeglib.h 347 /* ratio is defined by X_density/Y_density even when density_unit=0. */
350 UINT16 Y_density; /* Vertical pixel density */
564 UINT16 Y_density; /* Vertical pixel density */
    [all...]
jcmarker.c 377 emit_2bytes(cinfo, (int) cinfo->Y_density);
rdbmp.c 340 cinfo->Y_density = (UINT16) (biYPelsPerMeter/100);
wrbmp.c 214 PUT_4B(bmpinfoheader, 28, (INT32) (cinfo->Y_density*100)); /* XPels/M */
jcparam.c 346 cinfo->Y_density = 1;
libjpeg.doc     [all...]
  /external/qemu/distrib/jpeg-6b/
jctrans.c 147 dstinfo->Y_density = srcinfo->Y_density;
jdmarker.c 226 cinfo->Y_density = 1;
605 cinfo->Y_density = (GETJOCTET(data[10]) << 8) + GETJOCTET(data[11]);
618 cinfo->X_density, cinfo->Y_density, cinfo->density_unit);
    [all...]
jpeglib.h 347 /* ratio is defined by X_density/Y_density even when density_unit=0. */
350 UINT16 Y_density; /* Vertical pixel density */
564 UINT16 Y_density; /* Vertical pixel density */
    [all...]
jcmarker.c 377 emit_2bytes(cinfo, (int) cinfo->Y_density);
rdbmp.c 340 cinfo->Y_density = (UINT16) (biYPelsPerMeter/100);
wrbmp.c 214 PUT_4B(bmpinfoheader, 28, (INT32) (cinfo->Y_density*100)); /* XPels/M */
jcparam.c 346 cinfo->Y_density = 1;
libjpeg.doc     [all...]

Completed in 361 milliseconds