Home
last modified time | relevance | path

Searched refs:coding (Results 1 – 25 of 111) sorted by relevance

12345

/external/qemu/telephony/
Dsms.c834 SmsCodingScheme coding, in sms_get_text_utf8() argument
860 if (coding == SMS_CODING_SCHEME_GSM7) in sms_get_text_utf8()
870 if (coding == SMS_CODING_SCHEME_GSM7) in sms_get_text_utf8()
882 else if (coding == SMS_CODING_SCHEME_UCS2) in sms_get_text_utf8()
917 SmsCodingScheme coding; in smspdu_get_text_message() local
925 coding = sms_get_coding_scheme( &data, end ); in smspdu_get_text_message()
926 if (coding == SMS_CODING_SCHEME_UNKNOWN) in smspdu_get_text_message()
932 if ( sms_get_text_utf8( &data, end, (mtiByte & 0x40), coding, rope ) < 0 ) in smspdu_get_text_message()
949 SmsCodingScheme coding; in smspdu_get_text_message() local
959 coding = sms_get_coding_scheme( &data, end ); in smspdu_get_text_message()
[all …]
/external/libvorbis/doc/
D02-bitpacking.tex68 \subsubsection{coding bits into byte sequences}
101 \subsubsection{coding example}
121 Continue by coding the 3 bit integer value '-1' [b111]:
137 Continue by coding the 7 bit integer value '17' [b0010001]:
154 Continue by coding the 13 bit integer value '6969' [b110 11001110 01]:
219 the coding process. Thus, should this unused space be read, it will
D06-floor0.tex13 coding; LSP representation may be converted to LPC representation and
21 VQ codebooks for use in coding/decoding the LSP filter coefficient
D01-introduction.tex223 make use of entropy coding to save space. For this reason, a floor
225 component list. Entropy coding is thus provided as an abstraction,
227 codebooks when coding/decoding.
234 quantization according to one of three specific packing/coding
248 The entropy coding in a Vorbis I codebook is provided by a standard
404 Vorbis codes residue vectors in groups by submap; the coding is done
DVorbis_I_spec.tex126 The use of multirate filter banks for coding of high quality digital audio,
D08-residue.tex34 coding structure, ignoring for the moment exactly how a partition is
107 residue coding setup is restricted to a power of two.
169 where, for coding purposes, the vector effectively begins at element
/external/llvm/docs/
Dprogramming.rst28 Details the LLVM coding standards and provides useful information on writing
/external/chromium/chrome/browser/ui/cocoa/
Dnew_tab_button.mm11 // TODO(pinkerton): use a click mask image instead of hard-coding points.
/external/libogg/
DCHANGES48 * basic Ogg bitstream sync and coding support
/external/libgsm/
DREADME13 excitation/long term prediction) coding at 13 kbit/s.
/external/libpcap/
DTODO14 design guideline for what is done where. There should be a common coding
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
DREADME40 using flex (or, I suspect, hand-coding)
/external/icu4c/test/hdrtst/
Dcxxfiles.txt5 # violate many ICU coding guidelines. These were added with ticket #5996.
/external/jpeg/
Dcoderules.doc9 to establish a common coding style. The goal of using similar coding styles
DREADME80 For legal reasons, we are not distributing code for the arithmetic-coding
90 considerable functionality beyond the bare JPEG coding/decoding capability;
176 It appears that the arithmetic coding option of the JPEG spec is covered by
177 patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot
179 support for arithmetic coding has been removed from the free JPEG software.
180 (Since arithmetic coding provides only a marginal gain over the unpatented
Dfilelist.doc75 jchuff.c Huffman entropy coding for sequential JPEG.
76 jcphuff.c Huffman entropy coding for progressive JPEG.
/external/qemu/distrib/jpeg-6b/
Dcoderules.doc9 to establish a common coding style. The goal of using similar coding styles
DREADME80 For legal reasons, we are not distributing code for the arithmetic-coding
90 considerable functionality beyond the bare JPEG coding/decoding capability;
176 It appears that the arithmetic coding option of the JPEG spec is covered by
177 patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot
179 support for arithmetic coding has been removed from the free JPEG software.
180 (Since arithmetic coding provides only a marginal gain over the unpatented
Dfilelist.doc75 jchuff.c Huffman entropy coding for sequential JPEG.
76 jcphuff.c Huffman entropy coding for progressive JPEG.
/external/zlib/src/doc/
Drfc1951.txt44 coding, with efficiency comparable to the best currently available
77 3.2.1. Synopsis of prefix and Huffman coding ............... 6
78 3.2.2. Use of Huffman coding in the "deflate" format ....... 7
146 representations. Familiarity with the technique of Huffman coding
194 and Huffman coding. The Huffman trees for each block are independent
313 3.2.1. Synopsis of prefix and Huffman coding
315 Prefix coding represents symbols from an a priori known
372 3.2.2. Use of Huffman coding in the "deflate" format
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
DIJG_README80 For legal reasons, we are not distributing code for the arithmetic-coding
90 considerable functionality beyond the bare JPEG coding/decoding capability;
176 It appears that the arithmetic coding option of the JPEG spec is covered by
177 patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot
179 support for arithmetic coding has been removed from the free JPEG software.
180 (Since arithmetic coding provides only a marginal gain over the unpatented
/external/llvm/utils/vim/
Dvimrc1 " LLVM coding guidelines conformance for VIM
68 " Useful macros for cleaning up code to conform to LLVM coding guidelines
/external/dnsmasq/contrib/webmin/
DREADME50 please e-mail me - I won't be upset at all if you fix my poor coding!
/external/zlib/src/as400/
Dreadme.txt81 trees.c TREES C ZLIB - Output deflated data using Huffman coding
/external/libvorbis/
DREADME41 documentation on the Ogg Vorbis audio coding format.

12345