/external/libvorbis/doc/ |
01-introduction.tex | 46 to which they are pre-decoded into a cache is the dominant factor in 117 encoder that produces packets that are correctly decoded by the 222 The values coded/decoded by a floor are both compactly formatted and 244 decoding and, optionally, use the entropy-decoded integer value as an 265 bitstream headers matching the stream to be decoded. Vorbis uses 300 \item generate floor curve from decoded floor data 377 to be fully decoded to the point of lapping entirely independently of 390 Each floor is encoded/decoded in channel order, however each floor 392 use. All floors are decoded before residue decode begins. 436 data is decoded from the raw packet, or it can be generated afte [all...] |
04-codec.tex | 384 Floor curves are decoded one-by-one in channel order. 399 \item save the needed decoded floor information for channel for later synthesis 400 \item if the decoded floor returned 'unused', set vector \varname{[no_residue]} element 429 floor has no decoded floor information; it is important that this is 438 Unlike floors, which are decoded in channel order, the residue vectors 439 are decoded in submap order. 464 \item decode \varname{[ch]} vectors using residue \varname{[residue_number]}, according to type \varname{[residue_type]}, also passing vector \varname{[do_not_decode_flag]} to indicate which vectors in the bundle should not be decoded. Correct per-vector decode length is \varname{[n]}/2. 470 \item residue vector for channel \varname{[j]} is set to decoded residue vector \varname{[ch]} 531 For each channel, synthesize the floor curve from the decoded floor
|
06-floor0.tex | 53 curve, which is defined as the frequency response of the decoded LSP 92 for the floor currently being decoded has a
|
03-codebook.tex | 15 decoded Huffman value is applied as an offset, generating the final 16 decoded output corresponding to a given compressed codeword. 136 After all codeword lengths have been decoded, the decoder reads the
|
08-residue.tex | 250 flags indicating if any of the vectors are not to be decoded. If the 423 However, if at least one vector is to be decoded, all the vectors are 424 decoded. We then request normal format 1 to decode a single vector
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_leveldb_coding_unittest.cc | 697 IndexedDBKeyPath decoded; local 698 EXPECT_TRUE(DecodeIDBKeyPath(&slice, &decoded)); 699 EXPECT_EQ(key_path, decoded); 730 IndexedDBKeyPath decoded; local 731 EXPECT_TRUE(DecodeIDBKeyPath(&slice, &decoded)); 732 EXPECT_EQ(key_path, decoded); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
csdetest.cpp | 177 UChar *decoded = NULL; local 205 decoded = NEW_ARRAY(UChar, testLength); 206 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status); 208 if (testString.compare(decoded, dLength) != 0) { 213 if(testString[i] != decoded[i]) { 222 DELETE_ARRAY(decoded);
|
/external/icu4c/test/intltest/ |
csdetest.cpp | 189 UChar *decoded = NULL; local 217 decoded = NEW_ARRAY(UChar, testLength); 218 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status); 220 if (testString.compare(decoded, dLength) != 0) { 225 if(testString[i] != decoded[i]) { 234 DELETE_ARRAY(decoded);
|
/external/chromium/chrome/browser/policy/ |
user_policy_cache_unittest.cc | 187 scoped_ptr<ListValue> decoded(DecodeStringList(string_list)); 191 EXPECT_TRUE(decoded->Equals(&expected));
|
/external/oprofile/events/i386/nehalem/ |
unit_masks | 75 0x01 dec0 Counts number of instructions that require decoder 0 to be decoded 309 0x01 decoded Counts the number of instructions decoded, (but not necessarily executed or retired) 311 0x02 ms Counts the number of Uops decoded by the Microcode Sequencer, MS 312 0x04 esp_folding Counts number of stack pointer (ESP) instructions decoded: push , pop , call , ret, etc
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_storage.c | 152 * -> overwrite and re-activate when next IDR picture decoded 155 * otherwise free memeries allocated for just decoded sps and 276 decoded picture buffer. If this is not the first activation the old 457 pStorage->mb[i].decoded = 0; 471 have been successfully decoded for the current access unit. 545 tmp += pStorage->mb[i].decoded ? 1 : 0;
|
h264bsd_macroblock_layer.c | 948 dpb pointer to decoded picture buffer 956 currImage decoded macroblock is written into output image 987 pMb->decoded++; 1003 /* if decoded flag > 1 -> mb has already been successfully decoded and 1005 if (pMb->decoded > 1) 1107 /* if decoded flag > 1 -> mb has already been successfully decoded an [all...] |
/external/oprofile/events/i386/atom/ |
events | 64 event:0xAA counters:0,1 um:macro_insts minimum:6000 name:MACRO_INSTS : instructions decoded 78 event:0xE0 counters:0,1 um:zero minimum:6000 name:BR_INST_DECODED : Branch instructions decoded
|
unit_masks | 49 0x02 cisc_decoded CISC macro instructions decoded 50 0x03 all_decoded All Instructions decoded
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_audio.h | 272 size_t decoded; member in struct:snd_compr_tstamp
|
/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/ |
PhotoManager.java | 356 afterLoaderThreadFinished ? "DECODED IMG READ" 357 : "DECODED IMG CACHE HIT", 380 afterLoaderThreadFinished ? "DECODED IMG READ" 381 : "DECODED IMG CACHE HIT", 410 * Takes care of retrieving the Bitmap from both the decoded and holder caches. 784 final Bitmap decoded = BitmapUtil.decodeByteArrayWithCenterCrop(src, w, h); local 787 "worker thread completed decode bmpKey=%s decoded=%s holder=%s", 788 r.bitmapKey, decoded, holder); 791 if (decoded != null) { 792 cacheBitmap(r.bitmapKey, decoded); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_audioop.py | 232 decoded = audioop.alaw2lin(encoded, w) 233 self.assertEqual(audioop.lin2alaw(decoded, w), encoded) 255 decoded = audioop.ulaw2lin(encoded, w) 256 self.assertEqual(audioop.lin2ulaw(decoded, w), encoded)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_audioop.py | 232 decoded = audioop.alaw2lin(encoded, w) 233 self.assertEqual(audioop.lin2alaw(decoded, w), encoded) 255 decoded = audioop.ulaw2lin(encoded, w) 256 self.assertEqual(audioop.lin2ulaw(decoded, w), encoded)
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauth.js | 305 * @return {Object} An object representing the decoded key/value pairs found 310 var decoded = {}; 316 decoded[key] = val; 319 return decoded; 323 * Returns the current window's querystring decoded into key/value pairs.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauth.js | 305 * @return {Object} An object representing the decoded key/value pairs found 310 var decoded = {}; 316 decoded[key] = val; 319 return decoded; 323 * Returns the current window's querystring decoded into key/value pairs.
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapFactoryTest.java | 335 Bitmap decoded = BitmapFactory.decodeResource(mRes, RES_IDS[i], options); local 336 assertSame(reuseBuffer, decoded);
|
/external/chromium/chrome/common/extensions/ |
extension.cc | [all...] |
/packages/apps/Email/tests/src/com/android/emailcommon/mail/ |
AddressUnitTests.java | 89 String decoded = DecoderUtil.decodeEncodedWords(encoded); local 91 assertEquals(""+i, prefix, decoded);
|
/external/chromium/chrome/browser/extensions/ |
extension_updater_unittest.cc | 419 std::string decoded = UnescapeURLComponent(parts[1], local 422 ExtractParameters(decoded, ¶ms); 471 std::string decoded = UnescapeURLComponent(parts[1], local 474 ExtractParameters(decoded, ¶ms); [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
VCSUtils.pm | [all...] |