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

1 2 3

  /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. */
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/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]));
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/chromium_org/third_party/libjpeg_turbo/
jcmaster.c 172 int Ss, Se, Ah, Al;
219 Ah = scanptr->Ah;
223 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that
236 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL)
252 if (Ah != 0)
256 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
265 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0
    [all...]
jcparam.c 516 int Ss, int Se, int Ah, int Al)
523 scanptr->Ah = Ah;
531 int Ss, int Se, int Ah, int Al)
541 scanptr->Ah = Ah;
549 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al)
560 scanptr->Ah = Ah;
565 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al)
    [all...]
jdphuff.c 115 if (cinfo->Ah != 0) {
116 /* Successive approximation refinement scan: must have Al = Ah-1. */
117 if (cinfo->Al != cinfo->Ah-1)
130 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
142 if (cinfo->Ah != expected)
149 if (cinfo->Ah == 0) {
167 if (cinfo->Ah == 0) { /* DC refinement needs no table */
jdarith.c 203 if (! cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) {
640 if (cinfo->Ah != 0) {
641 /* Successive approximation refinement scan: must have Al = Ah-1. */
642 if (cinfo->Ah-1 != cinfo->Al)
648 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
661 if (cinfo->Ah != expected)
667 if (cinfo->Ah == 0) {
679 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG.
682 if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 ||
692 if (! cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0))
    [all...]
jcmarker.c 243 if (cinfo->Ss == 0 && cinfo->Ah == 0)
339 td = cinfo->Ss == 0 && cinfo->Ah == 0 ? compptr->dc_tbl_no : 0;
348 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al);
577 if (cinfo->Ss == 0 && cinfo->Ah == 0)
rdswitch.c 231 scanptr->Ah = (int) val;
239 scanptr->Ah = 0;
jcarith.c 334 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) {
628 if (v >>= cinfo->Ah) break;
631 if (v >>= cinfo->Ah) break;
839 if (cinfo->Ah == 0) {
857 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) {
  /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 */
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmaster.c 138 int Ss, Se, Ah, Al;
185 Ah = scanptr->Ah;
189 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that
202 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL)
218 if (Ah != 0)
222 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
231 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0)
    [all...]
fpdfapi_jcparam.c 477 int Ss, int Se, int Ah, int Al)
484 scanptr->Ah = Ah;
492 int Ss, int Se, int Ah, int Al)
502 scanptr->Ah = Ah;
510 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al)
521 scanptr->Ah = Ah;
526 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al);
    [all...]
fpdfapi_jdphuff.c 116 if (cinfo->Ah != 0) {
117 /* Successive approximation refinement scan: must have Al = Ah-1. */
118 if (cinfo->Al != cinfo->Ah-1)
131 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
143 if (cinfo->Ah != expected)
150 if (cinfo->Ah == 0) {
168 if (cinfo->Ah == 0) { /* DC refinement needs no table */
fpdfapi_jcmarker.c 334 if (cinfo->Ah != 0 && !cinfo->arith_code)
345 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al);
573 if (cinfo->Ah == 0) /* DC needs no table for refinement scan */
  /external/qemu/distrib/jpeg-6b/
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 482 int Ss, int Se, int Ah, int Al)
489 scanptr->Ah = Ah;
497 int Ss, int Se, int Ah, int Al)
507 scanptr->Ah = Ah;
515 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al)
526 scanptr->Ah = Ah;
531 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al)
    [all...]
jdphuff.c 118 if (cinfo->Ah != 0) {
119 /* Successive approximation refinement scan: must have Al = Ah-1. */
120 if (cinfo->Al != cinfo->Ah-1)
133 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
145 if (cinfo->Ah != expected)
152 if (cinfo->Ah == 0) {
170 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 */
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
avxcc.asm 59 vcmpngtpd xmm1, xmm2, xmm3 ; 0Ah
77 vcmpngt_uqpd xmm1, xmm2, xmm3 ; 1Ah
113 vcmpngtpd xmm1, xmm2, [rax] ; 0Ah
131 vcmpngt_uqpd xmm1, xmm2, [rax] ; 1Ah
167 vcmpngtpd xmm1, xmm2, dqword [rax] ; 0Ah
185 vcmpngt_uqpd xmm1, xmm2, dqword [rax] ; 1Ah
203 vcmpngtpd ymm1, ymm2, ymm3 ; 0Ah
221 vcmpngt_uqpd ymm1, ymm2, ymm3 ; 1Ah
239 vcmpngtpd ymm1, ymm2, [rax] ; 0Ah
257 vcmpngt_uqpd ymm1, ymm2, [rax] ; 1Ah
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect1.asm 13 mov ah, 4Ah ; DOS resize mem.block

Completed in 193 milliseconds

1 2 3