Searched refs:coded (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_interface.c69 unsigned char* coded = encoded; local
76 res = opus_encode(inst->encoder, audio, samples, coded,
228 unsigned char* coded = (unsigned char*) encoded; local
231 int res = opus_decode(inst, coded, encoded_bytes, audio, frame_size, 0);
245 unsigned char* coded = (unsigned char*) encoded; local
248 int res = opus_decode(inst, coded, encoded_bytes, audio, frame_size, 1);
262 int16_t* coded = (int16_t*)encoded; local
265 decoded_samples = DecodeNative(inst->decoder_left, coded, encoded_bytes,
442 int16_t* coded = (int16_t*)encoded; local
452 decoded_samples = DecodeFec(inst->decoder_left, coded, encoded_byte
[all...]
H A Dopus_unittest.cc134 int16_t* coded = reinterpret_cast<int16_t*>(bitstream_); local
143 WebRtcOpus_Decode(opus_mono_decoder_, coded,
178 int16_t* coded = reinterpret_cast<int16_t*>(bitstream_); local
187 WebRtcOpus_Decode(opus_stereo_decoder_, coded,
191 WebRtcOpus_DecodeSlave(opus_stereo_decoder_, coded,
262 int16_t* coded = reinterpret_cast<int16_t*>(bitstream_); local
271 WebRtcOpus_Decode(opus_stereo_decoder_, coded,
275 WebRtcOpus_DecodeSlave(opus_stereo_decoder_, coded,
296 WebRtcOpus_Decode(opus_stereo_decoder_, coded,
300 WebRtcOpus_DecodeSlave(opus_stereo_decoder_, coded,
402 int16_t* coded = reinterpret_cast<int16_t*>(bitstream_); local
454 int16_t* coded = reinterpret_cast<int16_t*>(bitstream_); local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac_unittest.cc84 uint16_t* coded = reinterpret_cast<uint16_t*>(bitstream_); local
105 EXPECT_EQ(0, WebRtcIsac_UpdateBwEstimate(isac_codec_, coded, encoded_bytes, 1,
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dsymshift.pl25 # Note: shifting/unshifting in the running system uses hard-coded
26 # constants (e.g. the plane for each set). Also, some hard-coded
99 A hard-coded universal set of accents and
/external/libvorbis/doc/
H A D02-bitpacking.tex10 bitstream in which bits are coded one-by-one by the encoder and then
63 Logically, bytes are always coded and decoded in order from byte zero
78 coded. When packing the bits into bytes, the encoder begins by
H A D05-comment.tex209 coded into the least significant available bit of the current
217 Vendor string ([vendor string length] octets coded from beginning of string to end of string, not null terminated)
226 Comment field 0 ([Comment field 0 length] octets coded from beginning of string to end of string, not null terminated)
H A D08-residue.tex33 A set of coded residue vectors are all of the same length. High level
42 coded is \emph{n}/\emph{residue_partition_size}*\emph{ch}. It is
50 illustration below. Just as the residue vectors are coded in grouped
65 is coded only in the first pass.
168 each vector that is actually coded; it implements akin to a bandpass
H A D01-introduction.tex154 Each Vorbis frame is coded according to a master 'mode'. A bitstream
222 The values coded/decoded by a floor are both compactly formatted and
233 is coded in the bitstream using cascaded (multi-pass) vector
406 which are coded using a configuration provided by submap number, but
407 are coded individually in channel order.
H A D04-codec.tex49 identification header is coded as follows:
417 coded in the stream, save for one complication. If some vectors are
/external/chromium_org/third_party/icu/source/data/mappings/
H A Ducmlocal.mk59 # they're removed by modifying the file. It's also hard-coded in makedata.mak for
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Darray.pxd57 cdef extern from *: # Hard-coded utility code hack.
/external/bison/data/
H A Dglr.c167 # or open coded in the parser body.
H A Dyacc.c317 # or open coded in the parser body.
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m42711 [Is shlibpath searched before the hard-coded library search path?])
2717 [[The coded name of the library, if different from the real name]])
/external/chromium_org/third_party/icu/source/data/
H A Dmakedata.mak1012 # This data is now hard coded as a part of the library.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/data/
H A Dmakedata.mak1007 # This data is now hard coded as a part of the library.
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/bison/build-aux/
H A Dtexinfo.tex5117 % as it did when we hard-coded it.

Completed in 1062 milliseconds