| /third_party/ffmpeg/tests/fate/ |
| D | aac.mak | 151 FATE_AAC_ENCODE += fate-aac-aref-encode 152 fate-aac-aref-encode: ./tests/data/asynth-44100-2.wav 153 fate-aac-aref-encode: CMD = enc_dec_pcm adts wav s16le $(REF) -c:a aac -aac_coder fast -aac_is 0 -a… 154 fate-aac-aref-encode: CMP = stddev 155 fate-aac-aref-encode: REF = ./tests/data/asynth-44100-2.wav 156 fate-aac-aref-encode: CMP_SHIFT = -4096 157 fate-aac-aref-encode: CMP_TARGET = 596 158 fate-aac-aref-encode: SIZE_TOLERANCE = 2464 159 fate-aac-aref-encode: FUZZ = 89 161 FATE_AAC_ENCODE += fate-aac-ln-encode [all …]
|
| D | ac3.mak | 71 FATE_AC3-$(call ENCDEC, AC3, AC3) += fate-ac3-encode 72 fate-ac3-encode: CMD = enc_dec_pcm ac3 wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c:a … 73 fate-ac3-encode: CMP_SHIFT = -1024 74 fate-ac3-encode: CMP_TARGET = 404.53 75 fate-ac3-encode: SIZE_TOLERANCE = 488 78 FATE_EAC3-$(call ENCDEC, EAC3, EAC3) += fate-eac3-encode 79 fate-eac3-encode: CMD = enc_dec_pcm eac3 wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c:… 80 fate-eac3-encode: CMP_SHIFT = -1024 81 fate-eac3-encode: CMP_TARGET = 516.94 82 fate-eac3-encode: SIZE_TOLERANCE = 488 [all …]
|
| D | wma.mak | 41 FATE_WMA_ENCODE-$(call ENCDEC, WMAV1, ASF) += fate-wmav1-encode 42 fate-wmav1-encode: CMD = enc_dec_pcm asf wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c:… 43 fate-wmav1-encode: CMP_SHIFT = 8192 44 fate-wmav1-encode: CMP_TARGET = 299.99 45 fate-wmav1-encode: SIZE_TOLERANCE = 4632 47 FATE_WMA_ENCODE-$(call ENCDEC, WMAV2, ASF) += fate-wmav2-encode 48 fate-wmav2-encode: CMD = enc_dec_pcm asf wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c:… 49 fate-wmav2-encode: CMP_SHIFT = 8192 50 fate-wmav2-encode: CMP_TARGET = 267.92 51 fate-wmav2-encode: SIZE_TOLERANCE = 4632 [all …]
|
| D | voice.mak | 4 FATE_G722-$(call ENCMUX, ADPCM_G722, WAV) += fate-g722-encode 5 fate-g722-encode: tests/data/asynth-16000-1.wav 6 fate-g722-encode: SRC = tests/data/asynth-16000-1.wav 7 fate-g722-encode: CMD = enc_dec_pcm wav framemd5 s16le $(SRC) -c:a g722 39 FATE_G726 += fate-g726-encode-2bit 40 fate-g726-encode-2bit: CMD = enc_dec_pcm wav framemd5 s16le $(SRC) -c:a g726 -b:a 16k 42 FATE_G726 += fate-g726-encode-3bit 43 fate-g726-encode-3bit: CMD = enc_dec_pcm wav framemd5 s16le $(SRC) -c:a g726 -b:a 24k 45 FATE_G726 += fate-g726-encode-4bit 46 fate-g726-encode-4bit: CMD = enc_dec_pcm wav framemd5 s16le $(SRC) -c:a g726 -b:a 32k [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/video/ |
| D | h264_encode.adoc | 5 [[encode-h264]] 6 == H.264 Encode Operations 8 Video encode operations using an <<encode-h264-profile,H.264 encode 9 profile>> can: be used to encode elementary video stream sequences compliant 20 This process is performed according to the <<encode-operation-steps,video 21 encode operation steps>> with the codec-specific semantics defined in 27 the <<encode-h264-active-sps,active SPS>> specifying the 28 <<encode-h264-sps, H.264 sequence parameter set>>. 30 <<encode-h264-active-pps,active PPS>> specifying the <<encode-h264-pps, 33 <<encode-h264-picture-info,H.264 picture information>>. [all …]
|
| D | h265_encode.adoc | 5 [[encode-h265]] 6 == H.265 Encode Operations 8 Video encode operations using an <<encode-h265-profile,H.265 encode 9 profile>> can: be used to encode elementary video stream sequences compliant 20 This process is performed according to the <<encode-operation-steps,video 21 encode operation steps>> with the codec-specific semantics defined in 27 <<encode-h265-active-vps,active VPS>> specifying the <<encode-h265-vps, 30 the <<encode-h265-active-sps,active SPS>> specifying the 31 <<encode-h265-sps, H.265 sequence parameter set>>. 33 <<encode-h265-active-pps,active PPS>> specifying the <<encode-h265-pps, [all …]
|
| D | encode.adoc | 5 [[video-encode-operations]] 6 == Video Encode Operations 8 [[encode-input-picture]] 9 Video encode operations consume an _encode input picture_ and zero or more 16 Such encode input pictures can be used 27 Video encode operations may: access the following resources in the 31 <<encode-input-picture-info,encode input picture>> and 32 <<encode-active-reference-picture-info,active reference pictures>> with 35 <<encode-reconstructed-picture-info,reconstructed picture>> with access 39 resource>> accessed by the video encode operation is specified using a [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
| D | VK_KHR_video_encode_queue.adoc | 10 This document outlines a proposal to enable performing video encode operations in Vulkan. 14 Integrating video encode operations into Vulkan applications enables a wide set of new usage scenar… 28 1. Rely on external sharing capabilities to interact with existing video encode APIs 39 === Video Encode Queues 43 …encode capable queue families in general, if needed, before querying more details about the indivi… 49 * The new video encode command introduced by this extension 51 For the full list of individual commands supported by video encode queues, and whether any command … 54 === Video Encode Profiles 56 …encode profiles are defined using a `VkVideoProfileInfoKHR` structure that specifies a `videoCodec… 88 …encode profiles that only differ in terms of video encode usage hints, and it also affects video p… [all …]
|
| /third_party/python/Lib/test/ |
| D | test_multibytecodec.py | 39 self.assertEqual(''.encode(enc), b'') 43 self.assertEqual('abcd'.encode(enc), b'abcd') 57 self.assertEqual(data.encode(enc, "test.ignore"), b'') 84 self.assertEqual(encoder.encode('\ud30c\uc774\uc36c \ub9c8\uc744'), 87 self.assertEqual(encoder.encode('\u2606\u223c\u2606', True), 90 self.assertEqual(encoder.encode('', True), b'') 91 self.assertEqual(encoder.encode('', False), b'') 101 self.assertEqual(encoder.encode('\u00e6\u0300'), b'\xab\xc4') 102 self.assertEqual(encoder.encode('\u00e6'), b'') 103 self.assertEqual(encoder.encode('\u0300'), b'\xab\xc4') [all …]
|
| D | multibytecodec_support.py | 29 self.encode = self.codec.encode 48 self.assertEqual(native, self.encode(u)[0]) 55 func = self.encode 67 '%a.encode(%r, %r)=%a != %a' 79 self.encode(s, "xmlcharrefreplace")[0], 107 self.assertEqual(self.encode(sin, 114 enc = self.encode("abc" + self.unmappedunicode + "def", "test.cjktest")[0] 123 self.assertRaises(TypeError, self.encode, self.unmappedunicode, 130 self.assertEqual(self.encode('abcd' + self.unmappedunicode + 'efgh', 136 self.assertRaises(IndexError, self.encode, self.unmappedunicode, [all …]
|
| D | test_codecs.py | 104 part1 = d.encode(u[:i]) 108 part2 = d.encode(u[i:], True) 121 for (c, partialresult) in zip(input.encode(self.encoding), partialresults, strict=True): 132 for (c, partialresult) in zip(input.encode(self.encoding), partialresults, strict=True): 142 for (c, partialresult) in zip(input.encode(self.encoding), partialresults, strict=True): 150 encoded = input.encode(self.encoding) 158 stream = io.BytesIO(input.encode(self.encoding)) 222 stream = io.BytesIO(data.encode(self.encoding)) 327 stream = io.BytesIO("".join(s).encode(self.encoding)) 364 s = (s1+s2+s3).encode(self.encoding) [all …]
|
| /third_party/alsa-lib/test/lsb/ |
| D | midi_event.c | 184 #define ENCODE(str) snd_midi_event_encode(midi_event, \ in test_encode() macro 187 TEST_CHECK(ENCODE("\x81\x02\x03") == 3); in test_encode() 194 TEST_CHECK(ENCODE("\x94\x05\x06") == 3); in test_encode() 200 TEST_CHECK(ENCODE("\xa7\x08\x09") == 3); in test_encode() 206 TEST_CHECK(ENCODE("\xba\x0b\x0c") == 3); in test_encode() 212 TEST_CHECK(ENCODE("\xcd\x0e") == 2); in test_encode() 217 TEST_CHECK(ENCODE("\xdf\x10") == 2); in test_encode() 222 TEST_CHECK(ENCODE("\xe1\x22\x33") == 3); in test_encode() 227 TEST_CHECK(ENCODE("\xf0\x7f\x7f\x04\x01\x7f\x7f\xf7") == 8); in test_encode() 233 TEST_CHECK(ENCODE("\xf1\x04") == 2); in test_encode() [all …]
|
| /third_party/libcoap/include/coap3/ |
| D | coap_encode.h | 2 * encode.h -- encoding and decoding of CoAP data types 44 * @defgroup encode Encode / Decode API 74 * to encode. 75 * Returns the number of bytes used to encode @p value or 0 on error. 77 * @param buf The output buffer to encode into 78 * @param length The output buffer size to encode into (must be sufficient) 79 * @param value The value to encode into the buffer 81 * @return The number of bytes used to encode @p value (which can be 0 91 * to encode. 92 * Returns the number of bytes used to encode @p value or 0 on error. [all …]
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | CodedOutputStream.ComputeSize.cs | 50 /// Computes the number of bytes that would be needed to encode a 59 /// Computes the number of bytes that would be needed to encode a 68 /// Computes the number of bytes that would be needed to encode a 77 /// Computes the number of bytes that would be needed to encode an 86 /// Computes the number of bytes that would be needed to encode an 103 /// Computes the number of bytes that would be needed to encode a 112 /// Computes the number of bytes that would be needed to encode a 121 /// Computes the number of bytes that would be needed to encode a 130 /// Computes the number of bytes that would be needed to encode a 140 /// Computes the number of bytes that would be needed to encode a [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceRegistersARM32.h | 28 /// to binary encode register operands in instructions. 30 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ argument 42 /// binary encode register operands in instructions. 44 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ argument 46 Encoded_##val = encode, 53 /// to binary encode register operands in instructions. 55 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ argument 57 Encoded_##val = encode, 64 /// to binary encode register operands in instructions. 66 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ argument [all …]
|
| D | IceRegistersX8632.h | 33 /// to binary encode register operands in instructions. 35 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument 45 /// binary encode register operands in instructions. 47 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument 50 Encoded_##val = encode, 57 /// binary encode register operands in instructions. 59 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument 62 Encoded_##val = encode, 69 /// binary encode register operands in instructions. 71 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument [all …]
|
| D | IceRegistersX8664.h | 33 /// to binary encode register operands in instructions. 35 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument 45 /// binary encode register operands in instructions. 47 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument 50 Encoded_##val = encode, 57 /// binary encode register operands in instructions. 59 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument 62 Encoded_##val = encode, 69 /// binary encode register operands in instructions. 71 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument [all …]
|
| /third_party/vixl/src/aarch32/ |
| D | assembler-aarch32.cc | 92 return op.Encode(instr, GetCursorOffset(), location); in Link() 2559 virtual uint32_t Encode(uint32_t instr, in adr() function in vixl::aarch32::Assembler::adr::EmitOp 2590 virtual uint32_t Encode(uint32_t instr, in adr() function in vixl::aarch32::Assembler::adr::EmitOp 2625 virtual uint32_t Encode(uint32_t instr, in adr() function in vixl::aarch32::Assembler::adr::EmitOp 3028 virtual uint32_t Encode(uint32_t instr, in b() function in vixl::aarch32::Assembler::b::EmitOp 3054 virtual uint32_t Encode(uint32_t instr, in b() function in vixl::aarch32::Assembler::b::EmitOp 3077 virtual uint32_t Encode(uint32_t instr, in b() function in vixl::aarch32::Assembler::b::EmitOp 3106 virtual uint32_t Encode(uint32_t instr, in b() function in vixl::aarch32::Assembler::b::EmitOp 3134 virtual uint32_t Encode(uint32_t instr, in b() function in vixl::aarch32::Assembler::b::EmitOp 3464 virtual uint32_t Encode(uint32_t instr, in bl() function in vixl::aarch32::Assembler::bl::EmitOp [all …]
|
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| D | writer_test.js | 59 it('encode tag', () => { 130 it('encode singular boolean value', () => { 137 it('encode length delimited', () => { 146 it('encode BufferDecoder containing a varint value', () => { 156 it('encode BufferDecoder containing a fixed64 value', () => { 167 it('encode BufferDecoder containing a length delimited value', () => { 178 it('encode BufferDecoder containing a group', () => { 189 it('encode BufferDecoder containing a fixed32 value', () => { 253 it(`encode ${pair.name}`, () => { 269 it('encode NaN', () => { [all …]
|
| /third_party/lame/ACM/ |
| D | AEncodeProperties.h | 3 * Lame ACM wrapper, encode/decode MP3 based RIFF/AVI files in MS Windows 82 \brief Check wether the Encode process should use the Copyright bit 86 \brief Check wether the Encode process should use the CRC bit 90 \brief Check wether the Encode process should use the Original bit 94 \brief Check wether the Encode process should use the Private bit 98 \brief Check wether the Encode process should use the Smart Bitrate output 102 \brief Check wether the Encode process should allow Average Bitrate output 107 \brief Check wether the Encode process shouldn't use the Bit Reservoir 112 \brief Check wether the Encode process should force the channel mode (stereo or mono resampling) 117 \brief Check wether the Encode process should use the VBR mode [all …]
|
| /third_party/lzma/CPP/7zip/Common/ |
| D | CreateCoder.cpp | 163 bool encode, in FindMethod_Index() argument 172 if ((encode ? codec.CreateEncoder : codec.CreateDecoder) in FindMethod_Index() 190 if ((encode ? codec.EncoderIsAssigned : codec.DecoderIsAssigned) in FindMethod_Index() 208 CMethodId methodId, bool encode) in FindMethod_Index() argument 214 if (codec.Id == methodId && (encode ? codec.CreateEncoder : codec.CreateDecoder)) in FindMethod_Index() 226 if (codec.Id == methodId && (encode ? codec.EncoderIsAssigned : codec.DecoderIsAssigned)) in FindMethod_Index() 334 unsigned i, bool encode, in CreateCoder_Index() argument 347 if (encode) in CreateCoder_Index() 383 if (encode) in CreateCoder_Index() 426 unsigned index, bool encode, in CreateCoder_Index() argument [all …]
|
| /third_party/protobuf/ruby/tests/ |
| D | encode_decode_test.rb | 17 from = A::B::C::TestUnknown.encode(unknown_msg) 20 to = A::B::C::TestMessage.encode(m) 27 from = A::B::C::TestUnknown.encode(unknown_msg) 30 to = A::B::C::TestMessage.encode(m.optional_msg) 37 from = A::B::C::TestUnknown.encode(unknown_msg) 40 to = A::B::C::TestMessage.encode(m.repeated_msg[0]) 47 from = A::B::C::TestUnknown.encode(unknown_msg) 50 to = A::B::C::TestMessage.encode(m.map_string_msg['']) 57 from = A::B::C::TestUnknown.encode(unknown_msg) 60 to = A::B::C::TestMessage.encode(m.oneof_msg) [all …]
|
| /third_party/skia/src/utils/ |
| D | SkBase64.cpp | 109 size_t SkBase64::Encode(const void* srcv, size_t length, void* dstv, const char* encodeMap) { in Encode() function in SkBase64 113 const char* encode; in Encode() local 115 encode = default_encode; in Encode() 117 encode = encodeMap; in Encode() 130 *dst++ = encode[a]; in Encode() 131 *dst++ = encode[b]; in Encode() 132 *dst++ = encode[c]; in Encode() 133 *dst++ = encode[d]; in Encode() 145 *dst++ = encode[a >> 2]; in Encode() 146 *dst++ = encode[(k1 | a << 4) & 0x3F]; in Encode() [all …]
|
| /third_party/libsnd/src/G72x/ |
| D | README.original | 64 encode.c CCITT ADPCM encoder 75 encode [-3|4|5] [-a|u|l] <infile >outfile 78 -3 encode to (decode from) G.723 24kbps (3-bit) data 79 -4 encode to (decode from) G.721 32kbps (4-bit) data [the default] 80 -5 encode to (decode from) G.723 40kbps (5-bit) data 81 -a encode from (decode to) A-law data 82 -u encode from (decode to) u-law data [the default] 83 -l encode from (decode to) 16-bit linear data 87 encode -4 -l <pcmfile >g721file 93 encode -3 <ulawin | deoced -3 >ulawout
|
| /third_party/skia/src/images/ |
| D | SkImageEncoder.cpp | 9 #include "include/encode/SkJpegEncoder.h" 10 #include "include/encode/SkPngEncoder.h" 11 #include "include/encode/SkWebpEncoder.h" 15 bool SkJpegEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; } in Encode() function in SkJpegEncoder 22 bool SkPngEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; } in Encode() function in SkPngEncoder 29 bool SkWebpEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; } in Encode() function in SkWebpEncoder 51 return SkJpegEncoder::Encode(dst, src, opts); in SkEncodeImage() 55 return SkPngEncoder::Encode(dst, src, opts); in SkEncodeImage() 69 // be specified by using SkWebpEncoder::Encode) so we have to in SkEncodeImage() 78 return SkWebpEncoder::Encode(dst, src, opts); in SkEncodeImage()
|