Searched refs:coding (Results 1 – 25 of 111) sorted by relevance
12345
/external/qemu/telephony/ |
D | sms.c | 834 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/ |
D | 02-bitpacking.tex | 68 \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
|
D | 06-floor0.tex | 13 coding; LSP representation may be converted to LPC representation and 21 VQ codebooks for use in coding/decoding the LSP filter coefficient
|
D | 01-introduction.tex | 223 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
|
D | Vorbis_I_spec.tex | 126 The use of multirate filter banks for coding of high quality digital audio,
|
D | 08-residue.tex | 34 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/ |
D | programming.rst | 28 Details the LLVM coding standards and provides useful information on writing
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | new_tab_button.mm | 11 // TODO(pinkerton): use a click mask image instead of hard-coding points.
|
/external/libogg/ |
D | CHANGES | 48 * basic Ogg bitstream sync and coding support
|
/external/libgsm/ |
D | README | 13 excitation/long term prediction) coding at 13 kbit/s.
|
/external/libpcap/ |
D | TODO | 14 design guideline for what is done where. There should be a common coding
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/ |
D | README | 40 using flex (or, I suspect, hand-coding)
|
/external/icu4c/test/hdrtst/ |
D | cxxfiles.txt | 5 # violate many ICU coding guidelines. These were added with ticket #5996.
|
/external/jpeg/ |
D | coderules.doc | 9 to establish a common coding style. The goal of using similar coding styles
|
D | README | 80 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
|
D | filelist.doc | 75 jchuff.c Huffman entropy coding for sequential JPEG. 76 jcphuff.c Huffman entropy coding for progressive JPEG.
|
/external/qemu/distrib/jpeg-6b/ |
D | coderules.doc | 9 to establish a common coding style. The goal of using similar coding styles
|
D | README | 80 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
|
D | filelist.doc | 75 jchuff.c Huffman entropy coding for sequential JPEG. 76 jcphuff.c Huffman entropy coding for progressive JPEG.
|
/external/zlib/src/doc/ |
D | rfc1951.txt | 44 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/ |
D | IJG_README | 80 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/ |
D | vimrc | 1 " LLVM coding guidelines conformance for VIM 68 " Useful macros for cleaning up code to conform to LLVM coding guidelines
|
/external/dnsmasq/contrib/webmin/ |
D | README | 50 please e-mail me - I won't be upset at all if you fix my poor coding!
|
/external/zlib/src/as400/ |
D | readme.txt | 81 trees.c TREES C ZLIB - Output deflated data using Huffman coding
|
/external/libvorbis/ |
D | README | 41 documentation on the Ogg Vorbis audio coding format.
|
12345