HomeSort by relevance Sort by last modified time
    Searched refs:Ah (Results 1 - 17 of 17) sorted by null

  /frameworks/base/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. */
141 Ah[1] = t0 >> 16;
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)));
232 Ah[j] = Anh[j];
240 t0 = (Ah[i] << 16) + (Al[i] << 1);
  /frameworks/base/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]));
594 Ah[j] = Anh[j];
602 t0 = L_Comp (Ah[i], Al[i]);
650 Word16 Ah[M + 1]; /* LPC coef. in double prec. */
687 *(Ah + 1) = (Word16)(t0 >> 16);
689 *(Al + 1) = (Word16)((t0 >> 1) - ((Word32)(*(Ah + 1)) << 15))
    [all...]
  /external/jpeg/
jcmaster.c 137 int Ss, Se, Ah, Al;
184 Ah = scanptr->Ah;
188 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that
201 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL)
217 if (Ah != 0)
221 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
230 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0
    [all...]
jcparam.c 476 int Ss, int Se, int Ah, int Al)
483 scanptr->Ah = Ah;
491 int Ss, int Se, int Ah, int Al)
501 scanptr->Ah = Ah;
509 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al)
520 scanptr->Ah = Ah;
525 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al)
    [all...]
jdphuff.c 114 if (cinfo->Ah != 0) {
115 /* Successive approximation refinement scan: must have Al = Ah-1. */
116 if (cinfo->Al != cinfo->Ah-1)
129 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
141 if (cinfo->Ah != expected)
148 if (cinfo->Ah == 0) {
166 if (cinfo->Ah == 0) { /* DC refinement needs no table */
rdswitch.c 219 scanptr->Ah = (int) val;
227 scanptr->Ah = 0;
jcmarker.c 333 if (cinfo->Ah != 0 && !cinfo->arith_code)
344 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al);
572 if (cinfo->Ah == 0) /* DC needs no table for refinement scan */
jcphuff.c 121 if (cinfo->Ah == 0) {
152 if (cinfo->Ah != 0) /* DC refinement needs no table */
789 if (cinfo->Ah != 0) /* DC refinement needs no table */
jpeglib.h 188 int Ah, Al; /* progressive JPEG successive approx. parms */
394 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
616 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
    [all...]
jdmarker.c 347 /* Collect the additional scan parameters Ss, Se, Ah/Al. */
353 cinfo->Ah = (c >> 4) & 15;
357 cinfo->Ah, cinfo->Al);
    [all...]
jdhuff.c 93 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG.
98 cinfo->Ah != 0 || cinfo->Al != 0)
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 115 milliseconds