HomeSort by relevance Sort by last modified time
    Searched defs:Al (Results 1 - 19 of 19) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
levinson.cpp 479 Word16 Ah[M + 1], Al[M + 1]; // LPC coef. in double prec.
496 L_Extract (t0, &Ah[1], &Al[1]); // A[1] in DPF
523 t0 = L_add (t0, Mpy_32 (Rh[j], Rl[j], Ah[i - j], Al[i - j]));
567 t0 = Mpy_32 (Kh, Kl, Ah[i - j], Al[i - j]);
568 t0 = L_add(t0, L_Comp(Ah[j], Al[j]));
595 Al[j] = Anl[j];
602 t0 = L_Comp (Ah[i], Al[i]);
651 Word16 Al[M + 1];
689 *(Al + 1) = (Word16)((t0 >> 1) - ((Word32)(*(Ah + 1)) << 15));
723 p_Al = &Al[i-1]
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
levinson.c 60 * A = AH <<16 + AL<<1. AH and AL are 16 bit signed integers. *
119 Word16 Ah[M + 1], Al[M + 1]; /* LPC coef. in double prec. */
142 Al[1] = (t0 & 0xffff)>>1;
168 t0 = vo_L_add(t0, Mpy_32(Rh[j], Rl[j], Ah[i - j], Al[i - j]));
205 t0 = Mpy_32(Kh, Kl, Ah[i - j], Al[i - j]);
206 t0 = vo_L_add(t0, ((Ah[j] << 16) + (Al[j] << 1)));
233 Al[j] = Anl[j];
240 t0 = (Ah[i] << 16) + (Al[i] << 1);
  /external/libjpeg-turbo/
jcarith.c 391 /* Compute the DC value after the required point transform by Al.
394 m = IRIGHT_SHIFT((int) ((*block)[0]), cinfo->Al);
483 /* We must apply the point transform by Al. For AC coefficients this
488 if (v >>= cinfo->Al) break;
491 if (v >>= cinfo->Al) break;
500 if (v >>= cinfo->Al) {
507 if (v >>= cinfo->Al) {
559 int Al, blkn;
573 Al = cinfo->Al;
    [all...]
jcmaster.c 184 int Ss, Se, Ah, Al;
189 /* -1 until that coefficient has been seen; then last Al for it */
232 Al = scanptr->Al;
235 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that
238 * Here we allow 0..10 for 8-bit data; Al larger than 10 results in
248 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL)
268 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
271 last_bitpos_ptr[coefi] = Al;
    [all...]
jcphuff.c 384 int Al = cinfo->Al;
403 /* Compute the DC value after the required point transform by Al.
406 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al);
472 int Al = cinfo->Al;
495 /* We must apply the point transform by Al. For AC coefficients this
502 temp >>= Al; /* apply the point transform */
506 temp >>= Al; /* apply the point transform */
577 int Al = cinfo->Al
    [all...]
jdphuff.c 120 /* Successive approximation refinement scan: must have Al = Ah-1. */
121 if (cinfo->Al != cinfo->Ah-1)
124 if (cinfo->Al > 13) /* need not check for < 0 */
126 /* Arguably the maximum Al value should be less than 13 for 8-bit precision,
128 * accept. Note: large Al values could result in out-of-range DC
134 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
148 coef_bit_ptr[coefi] = cinfo->Al;
295 int Al = cinfo->Al;
342 (*block)[0] = (JCOEF) LEFT_SHIFT(s, Al);
    [all...]
jdcoefct.c 427 int Al, pred;
527 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) {
531 if (Al > 0 && pred >= (1<<Al))
532 pred = (1<<Al)-1;
535 if (Al > 0 && pred >= (1<<Al))
536 pred = (1<<Al)-1;
542 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) {
546 if (Al > 0 && pred >= (1<<Al)
    [all...]
jpeglib.h 196 int Ah, Al; /* progressive JPEG successive approx. parms */
445 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
572 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
677 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Nvme.h 158 UINT32 Al:2; /* Access Latency */
193 UINT32 Al:2; /* Access Latency */
606 UINT32 Al; /* Allocation Length */
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalNvmeReg.h 206 UINT32 Al:2; /* Access Latency */
241 UINT32 Al:2; /* Access Latency */
674 UINT32 Al; /* Allocation Length */
  /prebuilts/sdk/current/extras/constraint-layout-x/solver/
constraintlayout-solver-1.1.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 511 milliseconds