/external/jpeg/ |
H A D | jcmaster.c | 137 int Ss, Se, Ah, Al; local 142 /* -1 until that coefficient has been seen; then last Al for it */ 185 Al = scanptr->Al; 188 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that 191 * Here we allow 0..10 for 8-bit data; Al larger than 10 results in 201 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) 221 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) 224 last_bitpos_ptr[coefi] = Al; [all...] |
H A D | jcparam.c | 476 int Ss, int Se, int Ah, int Al) 484 scanptr->Al = Al; 491 int Ss, int Se, int Ah, int Al) 502 scanptr->Al = Al; 509 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) argument 521 scanptr->Al = Al; 525 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); 475 fill_a_scan(jpeg_scan_info * scanptr, int ci, int Ss, int Se, int Ah, int Al) argument 490 fill_scans(jpeg_scan_info * scanptr, int ncomps, int Ss, int Se, int Ah, int Al) argument [all...] |
H A D | jdphuff.c | 115 /* Successive approximation refinement scan: must have Al = Ah-1. */ 116 if (cinfo->Al != cinfo->Ah-1) 119 if (cinfo->Al > 13) /* need not check for < 0 */ 121 /* Arguably the maximum Al value should be less than 13 for 8-bit precision, 123 * accept. Note: large Al values could result in out-of-range DC 129 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); 143 coef_bit_ptr[coefi] = cinfo->Al; 288 int Al = cinfo->Al; local 335 (*block)[0] = (JCOEF) (s << Al); 360 int Al = cinfo->Al; local [all...] |
H A D | jcphuff.c | 383 int Al = cinfo->Al; local 402 /* Compute the DC value after the required point transform by Al. 405 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al); 471 int Al = cinfo->Al; local 494 /* We must apply the point transform by Al. For AC coefficients this 501 temp >>= Al; /* apply the point transform */ local 505 temp >>= Al; /* apply the point transform */ local 576 int Al local 627 int Al = cinfo->Al; local 654 temp >>= Al; /* apply the point transform */ local [all...] |
H A D | jdcoefct.c | 56 /* When doing block smoothing, we latch coefficient Al values here */ 732 int Al, pred; local 828 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { 832 if (Al > 0 && pred >= (1<<Al)) 833 pred = (1<<Al)-1; 836 if (Al > 0 && pred >= (1<<Al)) 837 pred = (1<<Al)-1; 843 if ((Al [all...] |
H A D | jpeglib.h | 188 int Ah, Al; /* progressive JPEG successive approx. parms */ member in struct:__anon6048 394 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct 518 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ 616 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
|
/external/qemu/distrib/jpeg-6b/ |
H A D | jcmaster.c | 137 int Ss, Se, Ah, Al; local 142 /* -1 until that coefficient has been seen; then last Al for it */ 185 Al = scanptr->Al; 188 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that 191 * Here we allow 0..10 for 8-bit data; Al larger than 10 results in 201 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) 221 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) 224 last_bitpos_ptr[coefi] = Al; [all...] |
H A D | jcparam.c | 482 int Ss, int Se, int Ah, int Al) 490 scanptr->Al = Al; 497 int Ss, int Se, int Ah, int Al) 508 scanptr->Al = Al; 515 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) argument 527 scanptr->Al = Al; 531 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); 481 fill_a_scan(jpeg_scan_info * scanptr, int ci, int Ss, int Se, int Ah, int Al) argument 496 fill_scans(jpeg_scan_info * scanptr, int ncomps, int Ss, int Se, int Ah, int Al) argument [all...] |
H A D | jdphuff.c | 115 /* Successive approximation refinement scan: must have Al = Ah-1. */ 116 if (cinfo->Al != cinfo->Ah-1) 119 if (cinfo->Al > 13) /* need not check for < 0 */ 121 /* Arguably the maximum Al value should be less than 13 for 8-bit precision, 123 * accept. Note: large Al values could result in out-of-range DC 129 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); 143 coef_bit_ptr[coefi] = cinfo->Al; 288 int Al = cinfo->Al; local 335 (*block)[0] = (JCOEF) (s << Al); 360 int Al = cinfo->Al; local [all...] |
H A D | jcphuff.c | 383 int Al = cinfo->Al; local 402 /* Compute the DC value after the required point transform by Al. 405 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al); 471 int Al = cinfo->Al; local 494 /* We must apply the point transform by Al. For AC coefficients this 501 temp >>= Al; /* apply the point transform */ local 505 temp >>= Al; /* apply the point transform */ local 576 int Al local 627 int Al = cinfo->Al; local 654 temp >>= Al; /* apply the point transform */ local [all...] |
H A D | jdcoefct.c | 56 /* When doing block smoothing, we latch coefficient Al values here */ 732 int Al, pred; local 828 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { 832 if (Al > 0 && pred >= (1<<Al)) 833 pred = (1<<Al)-1; 836 if (Al > 0 && pred >= (1<<Al)) 837 pred = (1<<Al)-1; 843 if ((Al [all...] |
H A D | jpeglib.h | 188 int Ah, Al; /* progressive JPEG successive approx. parms */ member in struct:__anon9100 394 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct 518 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ 616 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
|
/external/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 110 StackObject(uint64_t Sz, unsigned Al, int64_t SP, bool IM, argument 112 : SPOffset(SP), Size(Sz), Alignment(Al), isImmutable(IM),
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |