Searched defs:Ah (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcmaster.c141 int Ss, Se, Ah, Al; local
188 Ah = scanptr->Ah;
192 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that
205 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL)
221 if (Ah != 0)
225 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
234 if (Ss != 0 || Se != DCTSIZE2-1 || Ah !
[all...]
H A Djcparam.c480 int Ss, int Se, int Ah, int Al)
487 scanptr->Ah = Ah;
495 int Ss, int Se, int Ah, int Al)
505 scanptr->Ah = Ah;
513 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) argument
524 scanptr->Ah = Ah;
529 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, A
479 fill_a_scan(jpeg_scan_info * scanptr, int ci, int Ss, int Se, int Ah, int Al) argument
494 fill_scans(jpeg_scan_info * scanptr, int ncomps, int Ss, int Se, int Ah, int Al) argument
[all...]
H A Djpeglib.h192 int Ah, Al; /* progressive JPEG successive approx. parms */ member in struct:__anon730
394 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct
612 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct

Completed in 28 milliseconds