/external/chromium/sdch/open-vcdiff/src/ |
D | encodetable.cc | 40 VCDiffCodeTableWriter::VCDiffCodeTableWriter(bool interleaved) in VCDiffCodeTableWriter() argument 50 InitSectionPointers(interleaved); in VCDiffCodeTableWriter() 54 bool interleaved, in VCDiffCodeTableWriter() argument 68 InitSectionPointers(interleaved); in VCDiffCodeTableWriter() 77 void VCDiffCodeTableWriter::InitSectionPointers(bool interleaved) { in InitSectionPointers() argument 78 if (interleaved) { in InitSectionPointers()
|
D | vcdiffengine_test.cc | 339 void EncodeNothing(bool interleaved, bool target_matching) { in EncodeNothing() argument 340 interleaved_ = interleaved; in EncodeNothing() 341 VCDiffCodeTableWriter coder(interleaved); in EncodeNothing() 349 void EncodeText(const char* text, bool interleaved, bool target_matching) { in EncodeText() argument 350 interleaved_ = interleaved; in EncodeText() 351 VCDiffCodeTableWriter coder(interleaved); in EncodeText() 361 void Encode(bool interleaved, bool target_matching) { in Encode() argument 362 EncodeText(target_, interleaved, target_matching); in Encode() 638 void EncodeText(const char* text, bool interleaved, bool target_matching) { in EncodeText() argument 639 interleaved_ = interleaved; in EncodeText() [all …]
|
D | encodetable.h | 58 explicit VCDiffCodeTableWriter(bool interleaved); 69 VCDiffCodeTableWriter(bool interleaved, 131 void InitSectionPointers(bool interleaved);
|
D | vcdiff_main.cc | 60 DEFINE_bool(interleaved, false, "Use interleaved format");
|
/external/webrtc/src/modules/audio_processing/ |
D | audio_buffer.cc | 211 int16_t* interleaved = frame->_payloadData; in DeinterleaveFrom() local 216 deinterleaved[j] = interleaved[interleaved_idx]; in DeinterleaveFrom() 244 int16_t* interleaved = frame->_payloadData; in InterleaveTo() local 249 interleaved[interleaved_idx] = deinterleaved[j]; in InterleaveTo()
|
/external/chromium/sdch/open-vcdiff/vsprojects/ |
D | vcdiff_test.bat | 33 rem the decoder will recognize the interleaved and checksum formats 36 set VCD_OPTIONS=-interleaved -checksum 351 rem Remove -interleaved and -checksum options 355 || ( echo Encode without -interleaved and -checksum options failed ^ 360 || ( echo Decode non-interleaved output failed ^ 363 || ( echo Decoded target does not match original with -interleaved ^
|
/external/aac/libAACdec/src/ |
D | aacdecoder_lib.cpp | 702 INT interleaved = self->outputInterleaved; in aacDecoder_DecodeFrame() local 778 interleaved); in aacDecoder_DecodeFrame() 836 interleaved, in aacDecoder_DecodeFrame() 876 interleaved, in aacDecoder_DecodeFrame()
|
D | aacdecoder.h | 302 const INT interleaved
|
D | aacdecoder.cpp | 1044 const INT interleaved in CAacDecoder_DecodeFrame() argument 1611 if (interleaved) { in CAacDecoder_DecodeFrame()
|
/external/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 1156 const int interleaved, in sbrDecoder_DecodeElement() argument 1269 if (interleaved) { in sbrDecoder_DecodeElement() 1332 if (interleaved) { in sbrDecoder_DecodeElement() 1360 const int interleaved, in sbrDecoder_Apply() argument 1391 if (self->synDownsampleFac == 1 && interleaved == 0) { in sbrDecoder_Apply() 1429 interleaved, in sbrDecoder_Apply()
|
/external/aac/libSBRdec/include/ |
D | sbrdecoder.h | 312 const int interleaved,
|
/external/webkit/PerformanceTests/SunSpider/ |
D | TODO | 44 same engine) interleaved.
|
/external/libvpx/vp8/decoder/arm/neon/ |
D | idct_dequant_dc_full_2x_neon.asm | 167 ; input is still packed. pre was read interleaved
|
D | idct_dequant_full_2x_neon.asm | 159 ; input is still packed. pre was read interleaved
|
/external/jpeg/ |
D | structure.doc | 24 An "MCU" (minimum coded unit) is an interleaved set of blocks of size 181 only to the next block (8-sample) boundary. In an interleaved-scan situation, 188 the file is actually interleaved or not.) Applications that wish to deal 345 JPEG color space; also changes the data from pixel-interleaved layout to 365 one fully interleaved MCU row of subsampled data is processed per call, 446 progressive JPEG.) The equivalent of one fully interleaved MCU row of 478 and change data layout from separate component planes to pixel-interleaved.
|
D | wizard.doc | 162 Here is an example of a scan script that generates a partially interleaved
|
D | change.log | 200 * The application image data is represented in a conventional interleaved-
|
D | libjpeg.doc | 2618 interleaved MCUs at the right or bottom edges of the image are discarded
|
/external/qemu/distrib/jpeg-6b/ |
D | structure.doc | 24 An "MCU" (minimum coded unit) is an interleaved set of blocks of size 181 only to the next block (8-sample) boundary. In an interleaved-scan situation, 188 the file is actually interleaved or not.) Applications that wish to deal 345 JPEG color space; also changes the data from pixel-interleaved layout to 365 one fully interleaved MCU row of subsampled data is processed per call, 446 progressive JPEG.) The equivalent of one fully interleaved MCU row of 478 and change data layout from separate component planes to pixel-interleaved.
|
D | change.log | 200 * The application image data is represented in a conventional interleaved-
|
D | wizard.doc | 162 Here is an example of a scan script that generates a partially interleaved
|
D | libjpeg.doc | 2618 interleaved MCUs at the right or bottom edges of the image are discarded
|
/external/webkit/LayoutTests/http/conf/ |
D | mime.types | 595 video/vnd.nokia.interleaved-multimedia
|
/external/mesa3d/docs/ |
D | VERSIONS | 564 - interleaved vertex array texture coordinates were broken
|
/external/bluetooth/bluez/ |
D | ChangeLog | 174 Add support for Add BR/EDR and LE interleaved discovery.
|