Home
last modified time | relevance | path

Searched refs:BITS (Results 1 – 25 of 67) sorted by relevance

123

/external/opencore/codecs_v2/audio/aac/dec/src/
Dhuffman.h122 BITS *pInputStream);
125 BITS *pInputStream);
128 BITS *pInputStream);
131 BITS *pInputStream);
134 BITS *pInputStream);
137 BITS *pInputStream);
140 BITS *pInputStream);
143 BITS *pInputStream);
146 BITS *pInputStream);
149 BITS *pInputStream);
[all …]
Ddecode_huff_cw_binary.cpp212 BITS *pInputStream) in decode_huff_cw_tab1()
250 BITS *pInputStream) in decode_huff_cw_tab2()
288 BITS *pInputStream) in decode_huff_cw_tab3()
330 BITS *pInputStream) in decode_huff_cw_tab4()
365 BITS *pInputStream) in decode_huff_cw_tab5()
409 BITS *pInputStream) in decode_huff_cw_tab6()
444 BITS *pInputStream) in decode_huff_cw_tab7()
484 BITS *pInputStream) in decode_huff_cw_tab8()
518 BITS *pInputStream) in decode_huff_cw_tab9()
568 BITS *pInputStream) in decode_huff_cw_tab10()
[all …]
Dunpack_idx.h91 BITS *pInputStream,
97 BITS *pInputStream,
103 BITS *pInputStream,
Dgetbits.h100 BITS *pInputStream) in getbits()
172 BITS *pInputStream) in get1bits()
206 BITS *pInputStream) in get9_n_lessbits()
271 BITS *pInputStream) in get17_n_lessbits()
Dhuffspec_fxp.cpp300 BITS *pInputStream, in huffspec_fxp()
343 BITS *pInputStream, in huffspec_fxp()
346 Int(*pDec_huff_tab)(BITS *) = NULL; in huffspec_fxp()
Dunpack_idx.cpp334 BITS *pInputStream, in unpack_idx()
424 BITS *pInputStream, in unpack_idx_sgn()
552 BITS *pInputStream, in unpack_idx_esc()
Dgetfill.h81 void getfill(BITS *pInputStream);
Dget_dse.h82 BITS *pInputStream);
Dget_ele_list.h82 BITS *pInputStream,
Dget_sbr_bitstream.h115 BITS *pInputStream);
Dget_sign_bits.h90 BITS *pInputStream,
Dget_pulse_data.h89 BITS *pInputStream);
Dlt_decode.h87 BITS *pInputStream,
Dget_ga_specific_config.h84 BITS *pInputStream,
/external/apache-http/src/org/apache/commons/codec/binary/
DBinaryCodec.java70 private static final int[] BITS = {BIT_0, BIT_1, BIT_2, BIT_3, BIT_4, BIT_5, BIT_6, BIT_7}; field in BinaryCodec
177 for (int bits = 0; bits < BITS.length; ++bits) { in fromAscii()
179 l_raw[ii] |= BITS[bits]; in fromAscii()
204 for (int bits = 0; bits < BITS.length; ++bits) { in fromAscii()
206 l_raw[ii] |= BITS[bits]; in fromAscii()
233 for (int bits = 0; bits < BITS.length; ++bits) { in toAsciiBytes()
234 if ((raw[ii] & BITS[bits]) == 0) { in toAsciiBytes()
263 for (int bits = 0; bits < BITS.length; ++bits) { in toAsciiChars()
264 if ((raw[ii] & BITS[bits]) == 0) { in toAsciiChars()
/external/webkit/JavaScriptCore/wtf/
DTCPageMap.h60 template <int BITS>
69 array_ = reinterpret_cast<void**>((*allocator)(sizeof(void*) << BITS)); in init()
70 memset(array_, 0, sizeof(void*) << BITS); in init()
101 template <int BITS>
108 static const int LEAF_BITS = BITS - ROOT_BITS;
128 ASSERT(k >> BITS == 0); in get()
135 ASSERT(k >> BITS == 0); in set()
161 Ensure(0, 1 << BITS); in PreallocateMoreMemory()
189 template <int BITS>
193 static const int INTERIOR_BITS = (BITS + 2) / 3; // Round-up
[all …]
/external/openssl/crypto/bn/asm/
Dppc.pl106 $BITS= 32;
107 $BNSZ= $BITS/8;
129 $BITS= 64;
130 $BNSZ= $BITS/8;
184 if ($BITS==64) {
1715 li r8,$BITS
1734 $SHRI r9,r5,`$BITS/2` # r9 = dh
1740 $SHRI r8,r3,`$BITS/2` #r8 = (h>>BN_BITS4)
1741 $SHRI r11,r4,`$BITS/2` #r11= (l&BN_MASK2h)>>BN_BITS4
1747 $CLRU r8,r8,`$BITS/2` #q = BN_MASK2l
[all …]
/external/openssl/crypto/sha/asm/
Dsha512-ia64.pl69 $BITS=8*$SZ;
83 $BITS=8*$SZ;
169 $code.=<<___ if ($BITS==64);
197 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
224 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
507 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
524 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
595 if ($BITS==64) {
605 print<<___ if ($BITS==32);
627 print<<___ if ($BITS==64);
/external/zlib/contrib/infback9/
Dinfback9.c157 #define BITS(n) \ macro
285 lastblock = BITS(1);
287 switch (BITS(2)) {
349 state->nlen = BITS(5) + 257;
351 state->ndist = BITS(5) + 1;
353 state->ncode = BITS(4) + 4;
366 state->lens[order[state->have++]] = (unsigned short)BITS(3);
387 this = lencode[BITS(lenbits)];
406 copy = 3 + BITS(2);
413 copy = 3 + BITS(3);
[all …]
/external/zlib/
Dinfback.c181 #define BITS(n) \ macro
291 state->last = BITS(1);
293 switch (BITS(2)) {
352 state->nlen = BITS(5) + 257;
354 state->ndist = BITS(5) + 1;
356 state->ncode = BITS(4) + 4;
371 state->lens[order[state->have++]] = (unsigned short)BITS(3);
392 this = state->lencode[BITS(state->lenbits)];
411 copy = 3 + BITS(2);
418 copy = 3 + BITS(3);
[all …]
Dinflate.c450 #define BITS(n) \ macro
610 ((BITS(8) << 8) + (hold >> 8)) % 31) {
615 if (BITS(4) != Z_DEFLATED) {
621 len = BITS(4) + 8;
782 state->last = BITS(1);
784 switch (BITS(2)) {
839 state->nlen = BITS(5) + 257;
841 state->ndist = BITS(5) + 1;
843 state->ncode = BITS(4) + 4;
858 state->lens[order[state->have++]] = (unsigned short)BITS(3);
[all …]
/external/webkit/WebCore/platform/image-decoders/zlib/
Dinfback.c181 #define BITS(n) \ macro
291 state->last = BITS(1);
293 switch (BITS(2)) {
352 state->nlen = BITS(5) + 257;
354 state->ndist = BITS(5) + 1;
356 state->ncode = BITS(4) + 4;
371 state->lens[order[state->have++]] = (unsigned short)BITS(3);
392 this = state->lencode[BITS(state->lenbits)];
411 copy = 3 + BITS(2);
418 copy = 3 + BITS(3);
[all …]
Dinflate.c450 #define BITS(n) \ macro
610 ((BITS(8) << 8) + (hold >> 8)) % 31) {
615 if (BITS(4) != Z_DEFLATED) {
621 len = BITS(4) + 8;
782 state->last = BITS(1);
784 switch (BITS(2)) {
839 state->nlen = BITS(5) + 257;
841 state->ndist = BITS(5) + 1;
843 state->ncode = BITS(4) + 4;
858 state->lens[order[state->have++]] = (unsigned short)BITS(3);
[all …]
/external/qemu/distrib/zlib-1.2.3/
Dinfback.c181 #define BITS(n) \ macro
291 state->last = BITS(1);
293 switch (BITS(2)) {
352 state->nlen = BITS(5) + 257;
354 state->ndist = BITS(5) + 1;
356 state->ncode = BITS(4) + 4;
371 state->lens[order[state->have++]] = (unsigned short)BITS(3);
392 this = state->lencode[BITS(state->lenbits)];
411 copy = 3 + BITS(2);
418 copy = 3 + BITS(3);
[all …]
Dinflate.c450 #define BITS(n) \ macro
610 ((BITS(8) << 8) + (hold >> 8)) % 31) {
615 if (BITS(4) != Z_DEFLATED) {
621 len = BITS(4) + 8;
782 state->last = BITS(1);
784 switch (BITS(2)) {
839 state->nlen = BITS(5) + 257;
841 state->ndist = BITS(5) + 1;
843 state->ncode = BITS(4) + 4;
858 state->lens[order[state->have++]] = (unsigned short)BITS(3);
[all …]

123