/external/libjpeg-turbo/ |
H A D | jdcoefct.c | 426 int Al, pred; local 526 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { 530 if (Al > 0 && pred >= (1<<Al)) 531 pred = (1<<Al)-1; 534 if (Al > 0 && pred >= (1<<Al)) 535 pred = (1<<Al)-1; 541 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) { 545 if (Al > [all...] |
H A D | jcparam.c | 407 int Ss, int Se, int Ah, int Al) 415 scanptr->Al = Al; 422 int Ss, int Se, int Ah, int Al) 433 scanptr->Al = Al; 440 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) argument 452 scanptr->Al = Al; 456 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); 406 fill_a_scan(jpeg_scan_info * scanptr, int ci, int Ss, int Se, int Ah, int Al) argument 421 fill_scans(jpeg_scan_info * scanptr, int ncomps, int Ss, int Se, int Ah, int Al) argument [all...] |
H A D | jdphuff.c | 119 /* Successive approximation refinement scan: must have Al = Ah-1. */ 120 if (cinfo->Al != cinfo->Ah-1) 123 if (cinfo->Al > 13) /* need not check for < 0 */ 125 /* Arguably the maximum Al value should be less than 13 for 8-bit precision, 127 * accept. Note: large Al values could result in out-of-range DC 133 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); 147 coef_bit_ptr[coefi] = cinfo->Al; 294 int Al = cinfo->Al; local 341 (*block)[0] = (JCOEF) LEFT_SHIFT(s, Al); 366 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 | jcmaster.c | 172 int Ss, Se, Ah, Al; local 177 /* -1 until that coefficient has been seen; then last Al for it */ 220 Al = scanptr->Al; 223 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that 226 * Here we allow 0..10 for 8-bit data; Al larger than 10 results in 236 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) 256 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) 259 last_bitpos_ptr[coefi] = Al; [all...] |
H A D | jdarith.c | 309 (*block)[0] = (JCOEF) LEFT_SHIFT(entropy->last_dc_val[ci], cinfo->Al); 384 (*block)[jpeg_natural_order[k]] = (JCOEF) (v << cinfo->Al); 410 p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ 451 p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ 452 m1 = (-1) << cinfo->Al; /* -1 in the bit position being coded */ 645 /* Successive approximation refinement scan: must have Al = Ah-1. */ 646 if (cinfo->Ah-1 != cinfo->Al) 649 if (cinfo->Al > 13) { /* need not check for < 0 */ 652 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); 667 coef_bit_ptr[coefi] = cinfo->Al; [all...] |
H A D | jcarith.c | 390 /* Compute the DC value after the required point transform by Al. 393 m = IRIGHT_SHIFT((int) ((*block)[0]), cinfo->Al); 482 /* We must apply the point transform by Al. For AC coefficients this 487 if (v >>= cinfo->Al) break; 490 if (v >>= cinfo->Al) break; 499 if (v >>= cinfo->Al) { 506 if (v >>= cinfo->Al) { 558 int Al, blkn; local 572 Al = cinfo->Al; [all...] |
H A D | rdswitch.c | 234 scanptr->Al = (int) val; 240 scanptr->Al = 0;
|
H A D | jpeglib.h | 195 int Ah, Al; /* progressive JPEG successive approx. parms */ member in struct:__anon9908 444 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct 571 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ 676 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
|
H A D | jcmarker.c | 348 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al);
|
H A D | jdmarker.c | 360 /* Collect the additional scan parameters Ss, Se, Ah/Al. */ 367 cinfo->Al = (c ) & 15; 370 cinfo->Ah, cinfo->Al);
|
H A D | jdhuff.c | 97 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG. 102 cinfo->Ah != 0 || cinfo->Al != 0)
|
/external/pdfium/third_party/libjpeg/ |
H A D | fpdfapi_jdcoefct.c | 56 /* When doing block smoothing, we latch coefficient Al values here */ 479 int Al, pred; local 575 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { 579 if (Al > 0 && pred >= (1<<Al)) 580 pred = (1<<Al)-1; 583 if (Al > 0 && pred >= (1<<Al)) 584 pred = (1<<Al)-1; 590 if ((Al [all...] |
H A D | fpdfapi_jdphuff.c | 116 /* Successive approximation refinement scan: must have Al = Ah-1. */ 117 if (cinfo->Al != cinfo->Ah-1) 120 if (cinfo->Al > 13) /* need not check for < 0 */ 122 /* Arguably the maximum Al value should be less than 13 for 8-bit precision, 124 * accept. Note: large Al values could result in out-of-range DC 130 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); 144 coef_bit_ptr[coefi] = cinfo->Al; 289 int Al = cinfo->Al; local 336 (*block)[0] = (JCOEF) (s << Al); 361 int Al = cinfo->Al; local [all...] |
H A D | fpdfapi_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 | fpdfapi_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 | fpdfapi_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 | jpeglib.h | 290 int Ah, Al; /* progressive JPEG successive approx. parms */ member in struct:__anon15329 492 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct 613 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ 710 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
|
H A D | fpdfapi_jcmarker.c | 344 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al);
|
H A D | fpdfapi_jdhuff.c | 95 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG. 100 cinfo->Ah != 0 || cinfo->Al != 0)
|
H A D | fpdfapi_jdmarker.c | 380 /* Collect the additional scan parameters Ss, Se, Ah/Al. */ 387 cinfo->Al = (c ) & 15; 390 cinfo->Ah, cinfo->Al);
|
/external/elfutils/tests/ |
H A D | run-readelf-z.sh | 27 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al 28 [Compression Size Al] 49 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al 50 [Compression Size Al] 72 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al 73 [Compression Size Al] 94 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al 95 [Compression Size Al] 117 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al 118 [Compression Size Al] [all...] |
/external/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 118 StackObject(uint64_t Sz, unsigned Al, int64_t SP, bool IM, argument 120 : SPOffset(SP), Size(Sz), Alignment(Al), isImmutable(IM),
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
H A D | stereo_pcmu.rtp | 6 �%I��X����~���������������~�����������~}�}�}��������������������������}�~�~�|����������������������~��|�}�}�~�����~�������}��������|�{�|~���������������}�{�{�~�~����������{��~~���������}~�{~����������|�~��~����������������|�{����}���}���~�{}�}��{�~�������������~���}�}����~���|�TL ��} ��I��X�~���������������������}���}�������������������������������}�������~����������������������������������������������������������������������������������������������������������������~������������������������������������������������������������������������~���������~�TL �} �eI��X��������������������~������~������}�~���~����~������~����}������������~��~��~~�~~����~�����������~��~�~�����~�}���������~��}�������������������~�����~������~�����~���������~���������}������������������~�~��~�|����}��}�����}�|��|��|�|���}TL �}
�I��X��~��}��~��~��|��|��}��z��z��{��y~��|~������s~������������������[x]y[yh|Suf{[y������}|s~}j}a{XxVwXxZx]yYx_{a{j}`{b{}�i}g|c{_z[yy����������h}}|������v~t~l}k|����{~��m}����q~��wu~j}��u~��Xw_z������f|��g|��h|������l}����n}g|^z��������~��������r~����o}������j|��������n~����������}l}������\ya{g|l}y��TL ,�} ��I��Xl}����t~��j}o}Xw������������Zy��o~_{l}������f|Yx[yq~������f|��o~y~c{b{y~v~����k}��n}������p~��v~��m}��k}����q~x~f}g|������������f|������e|��\y��l}`zs~^z������t~��zq~j}q~����]zd{��������������{Zxu~����g|c{\yz������������o~j}����x~|�\z]yj|t~}����m}�s~f|m}l}��k}~�l}����c{s~����������i|����]za{zm}{����k}��]yb{����TL @�} �EI��Xg|^z��������������j}~����`zk}������m~��o~x~����~�����]z`z{~����|k}}n}������������yx~sd{o}������k}xxh|������p}UwZy[yn}��������o~����y~w~��^{j}����d|n}��}�d|f|����������h|m}����o~g|k}u~�e|��z~����n~r~������������r}�}�x~��k}��}�xyi}i}_zt~v~o~k}h}l}����������we|i|������l}d|i}���������������|�g|g|[ya{q~��n}VwTL T�} ��I��XRuTvTvXw\zd|t~l}����������������������~�r~����_{[x^z_zp~g|ZyOtLrKqLqKqLqHoGoLrVw����������������VwLqIoIoLrNtOtPuUv[yRvLrIoJpKqHoFnAlBmGn^z����߮ޯ߶������yQuEn@kAlHo]z������������m~XxIp?k;h;h:g8f9g;hCmh|���ܫܯ߸�������g|Go=i9f:gCmUw���������������Kq;h6c4b6d8f8f9f9g=iIo����ݬݯ������UwDm=i<i?kJp]z��TL h�} ��I��X����������Yx?k8e4c2a4b3b5c6d:gCmm}��ߪ۩ڬܲ������QuAl9f8e;hDmUw������������Ww>j7e5c4c2a0_2a4b:gBle|���۩ڬܯ߹�����Ru@l9g9f<hCmQu�������߱��p~?l8e4b5d/^-].^7e9f8e@l��ܡԣթگߴ���Lq0_+\0_;hCmLq���߰ߵ�����Ns2a.^/^0_/_3a8fAl@l4c;g���۬ܫܪۮ���Ho;h;h:g7e:gRu������߹���[xCm:g0_/^3b8f9f6d8f7e6dTL |�} �%I��XOt��ި٩ڧجܺ���Al<i5c3b8fIo������������Dm8e.^2a5c6d8e5c>j8f3aUw���ܪۧحݸ���TvBm4c7d=i?k\y���������k}Gn<i6d3a3b6d5c8f:g8e8e}~���ޫ۩گߺ��xEn=j<h<i=jOt������������[yBm8f6d4c0_1`5c5c1`=j�����ܪ۪ۯ߳���a{Tv?k:g;h?lUwm}����������TvFn;h6d2`/_1`/_.^7eUw���ݫܫ۪ۮݷ�����Mr;h<i;h>kLrl}�����TL ��} ��I��X��������RuAl:h5c/_/_/^,\5cPu^z��ݭݫܨ٭ݵ����NsAl@l9f=iGoPt��������������_{Fn=j4b2a0_,\/^:gGo����ݫ۫ۯ����]zIo>j=j?kCmRu��������������ZxJp=j5c4b/^-]7e>kOs����ݫۮް߶�����e|Fn?k@l@lDmYxh|������������XwFn;h:g0_/_4b:gEn�����߯ޯޯߵ������\yJpIoBmFnMrRvf|����������_{OtAl=i7e2a4c;h=je{�������߶��������TL ��} �eI��XOtXxDmGoNsLqZyo}��������[yZyFn>k;h4c5c;g>jOt���������������_{_zJpIpMrMrSu]zt~y~����^z\yJpDm=i8f6d;h>jIo���������������o~h|QuLrOtKqTvTw`{sj}��]yXxJpDn?k7e8f<i>jLr����������������r~t~TvLrPuMrNsWw\yb{n}p~\y[yKqFn?k:g9f<iAlMr����������������v~��XwLrVwKpOtVwWwf|e|o~ZyWwMrCm?k9f:g=i?kXx��������TL ��} � I��X����������x~SvQuMrMrLrUvZx\yw~a{\zZxIpEn?k8e<i>jAlm}������������������r~Ot]yMrMrPuQuUw[yp~Yx[yVwFnFn>j:g>jCmHo��������������������^y[ySvNtOtPuRvXx_z]zWxZyLrHoCm<i;hCmDmZy��������������������\y_{QuMsRuRuTvXx_zZyVwWwJpGo@l=j?kDnIo��������������������vZy\yOtLrWwOtXx^z_zWwXxRvGnGn?k=iFnGoYx������TL ̀} � �I��X����������������b{x~UvSvYxOtVwYx\yWwWw[yIoJpJpCm>jNsTvNt����������������������k}|��VwQu[yOtMr[yXxPtUvTvKqLrJpIoHoQu_zu~��������������������������s~��_{UwSvRvRvRuVw]zXxVwMrOsMrNsHoQuf|Sv����������������������������s~^zPtYxYxOtUvUw[yTwZx\yUvXxVwWwNsh|������������������������������y~_zf|[y^zRu^zb{Su^zx~_{Nse{e{Fne|TL ��} �!EI��X��Xw}��������������������������l}��f|]yZyq}Ot]yi}a{Xxa{ZxQta{\yazq~��������������������������������f|����d{m}��p~]zf|`{[yh|Zyr~c{f|_zn}~�{��������������������������y������l}u|�q~k}r~k}j|\yj|j|j|^zo}Zx��p}��v~��z������s������g|��{����_{��f||����e|��g|��l}x\yvs~��]yw~��t~����������������������j|r~��n}r~l}��y~v~TL �} �!�I��X��yj|zn}��{~����m~��x~���v~����z~u~��������}��m}��{r~���m}n}������e|����t~��|���n~ym}��t~��j|��s~������w~��q}��k}��o~q}����k}����~v~��n}q~��l|��_z����e{��|~��}���l|������l}������i|��t~��v~��i}����n~l}����k}~����c{����z~����~��i}��o}|~����yl}����i|����|~j}~���f|��v~��m}��n}���m}u~uq~v~�����c{����n~����x��TL �} �"�I��X����m}��o}��u~l}��{q~������f{����`z��e{��_z����m}����f{}��g|������j|��s~xl|��g|�~p~��b{��m}��m}����f{����^z����}b{����~��b{��u~��k|��h|��d{��}���m}��zu~����{�yr~��������f{��h|��~��~�n}��l}������i|x~����z~��j}������p}����t~����p~��y~��n}����q~��w~��~�{��||��m}���������p}��{~��y~��v��o~��l}������s~����z����TL �} �#%I��X��o~��y~��q}��x~��~�����n}��n}��z��������~�����v~����z��{�|���}�}������������}|����������{��x~��~�~���{��~�����~}��|z}�|�����~����������~����~��~���}��{��}~|��|~�{��{��|~{�|��}�}��|~|��{�~��}���}}��|��|��~~�����~��}��~��~��~������|����������~��}��~TL 0�} �#�I��X������~�����}��~��~������|���}�������}��~�����~��~���}��~������~��}��}��~���}��}��~��~���������~�����}��{��|��|��}��|��~��|��~��~�}��}�}��|��}��}��}�����}��}���~��~��}�}��}��|��|����|��}��}���}��}��}��}��|��~��~��{��{��|��|��{��}��|��|��|��}��|TL D�} �$eI��X��}��|��|��|��|��{��z��{��z��{��{��}��~��{��|��|��|��|��|��z��|��{��{��{��|��|��z��z��{��z��|~��z��|��z��|��{~��z~��z~��z~��{~��z~��z~��y~��y~��x~��w~��y~��v~��v~��u~��v~��v~��s~��r~��r~��p~��o~��n}��l}��j|��h|��e{��az��������;hYxLre|_z~�������������m}��o}����o~��v~������l|��h|{�q~���TL X�} �%I��X����x~��k}��{��y~��m}|�e{��^z�������Io>j;hHoLq[y������������o}��Ptazh|^z��j}����g|��s~��m}}�zk}k|q~d{��b{ye|��q~����j}��������i|z~k|g|��l}��q~����������~�������n}��i}s~h|������j|��c{��g{}�^z��]ym}��j}��������z��p~����m}������������l}��o~n~a{a{��[yu~TvRuMrEnPtJp^z�������������������������f|\yVwQu[yVw\y^zZy]zNtHoGoTL l�} �%�I��X>j?kAl?lLr_z��������������xWwFnDmBlDmGoPt�����������������LrDm8f7e3a1_5c5c?k����߮ޯ߰߷�����f|Kp=j<i<i<iDmOti|�������������Jp>k6d5c4b1`7e9f8eBm�����ޭݮްߵ�����TwAl:h:g;h?kGod{��������������u~OtFn9f9f6d7e7e4b>k8fEn�����߬ܮ����a{Jp>j:g9f@lEnQu�����������������[yLr<i8f8e8e:g9f;hAl5cUv����TL ��} �&EI��X��߫ܰ߹����WwFn<h<i;hFnPu[y�������������������[yEn>j;h:g9g<i;h;g;h;hOt����ޭݰ�����PuAl<i;h=jIoQu|����������������xRvCm<h:g;h;h;h>j:g=j;hVw���߭ݭݲ����XwGn@l9g<h?kQul}����������������o~LqPt?k9f=i>j<i<i<i<i9f@l�����ߪ۰߸����IoCm=j:g<iLq_{~�����������������WwRuMr>j<i>j=i=i:g=i;h8eLq�����ۮް߷�TL ��} �&�I��X����FnEn;h:gGnKq[x����������������j|OtTv?k=i=i=j=j9f>j<i7eEnq~���߭ݯ����SvCm?k<i>jIoWw������������������Yx^zCm<i@l<i;h>j9f>j:g=i_z�����ݮޱ����d{Ho=i=j=jEnNsw~�����������������d|c{Fn>j>j:g:h<i6d>k9g<hf|�����ޮ����h|RuGn<h>jCmJoVw�����������������{r~Dn?k=j:g9f;h7d<i9f?lWx�����ޭݸ���s~b{Lq?k>jCmTL ��}! �'�I��XHoLqn~������������������a{KqBm=i9g:g8e5c=j8eBl������߲�����c{TvFnAlDmEnLqTvv����������������q~VvGo>j;h;h6d9f:g:gFnc|���������������_{VwLqGnIoJpNsZxf|����������������]zQtGo@lAl?kCmLqPup~������������������������uyt}��������������{�vp~p~to~o~{z�|������~��}�{�z�z�{�z�}��������������������������������TL ��}" �(%I��X����|�vo~n~k}k~i|j}j}k}l}n~p~u~z������������������������������������������������}�|�{�wwv~u~t~t~r~q~t~t~v~w{�z�|�}���������������������������������������|�z�z�{�z�{�xy�v~t~u~v~u~t~u~v~y�{�z�}}��������������������������������������}�||�|�{�|�{{�z�y�x�y�w�x�xxxx{�{{�{}�}�~�������������������������TL Ѐ}# �(�I��X����|�}{|�{{�zz�y�yzy�z{�z�zz�z�z�{�{�|�|�|�}���������������������������������}|�|�{�z�z�{�{{�vw~vv~v~z�}�}�{{|�|��������������y�u~r~wy�~�������������������~�}�{�{�zx�xz�z�|�|�~�{�~���������������������������������������������~�~}�}��}�}�|�}�}}�}{��}�}�~�~~�����������������������TL �}$ �)eI��X�����������~��������~�~�~�~�������������������������������������������}�z�v~s~t~wz�~���������vp~o~o~w|�����~�{�yy{�z��������������������������������~����������~�~�}�}�}�~���}������������������������}��������������w~|����������y~�xyx��|�����~�������z�|}�}����������~���}�{��~������TL �}% �*I��X{~������������}t~t~t~zv~{y{|zv}��������������������������~|w~�|x~~�r~q~ur~xy�vu~{�z~�{~�zx�����������������������������������~���|�x�s~n}l}i}f|f|b|`{^z^z^z^z_{`{f|~������������������������������w~j}d|_z[yWxTvPuNtMrLqLqKqKqMsPtTv^z����������������������������f|]zVwOtNrMrNtSuUwVwZx]z^z_z]zXwRuOtPtTL �}& |