| /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 …]
|
| /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/node/deps/v8/src/ic/ |
| D | handler-configuration-inl.h | 37 int config = KindBits::encode(Kind::kNormal); in LoadNormal() 42 int config = KindBits::encode(Kind::kGlobal); in LoadGlobal() 47 int config = KindBits::encode(Kind::kInterceptor); in LoadInterceptor() 52 int config = KindBits::encode(Kind::kSlow); in LoadSlow() 57 int config = KindBits::encode(Kind::kField) | in LoadField() 58 IsInobjectBits::encode(field_index.is_inobject()) | in LoadField() 59 IsDoubleBits::encode(field_index.is_double()) | in LoadField() 60 FieldIndexBits::encode(field_index.index()); in LoadField() 66 int config = KindBits::encode(Kind::kField) | IsWasmStructBits::encode(true) | in LoadWasmStructField() 67 WasmFieldTypeBits::encode(type) | in LoadWasmStructField() [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/node/test/fixtures/x509-escaping/ |
| D | create-certs.js | 47 const null_ = Null_.encode('der'); 53 const subjectCommonName = PrintableString.encode('evil.example.com', 'der'); 85 value: PrintableString.encode('DE', 'der') 91 value: UTF8String.encode('Hannover', 'der') 105 value: PrintableString.encode('DE', 'der') 111 value: UTF8String.encode('München', 'der') 125 value: PrintableString.encode('DE', 'der') 131 value: UTF8String.encode('Berlin, DNS:good.example.com', 'der') 145 value: PrintableString.encode('DE', 'der') 151 value: UTF8String.encode('Berlin, DNS:good.example.com\0evil.example.com', 'der') [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 …]
|
| /third_party/node/test/fixtures/wpt/encoding/legacy-mb-schinese/gbk/ |
| D | gbk-encoder.html | 6 function encode(input, output, desc) { 14 encode("s", "s", "very basic"); 15 encode("\u20AC", "%80", "Euro"); 16 encode("\u4E02", "%81@", "character"); 17 encode("\uE4C6", "%A1@", "PUA"); 18 encode("\uE4C5", "%FE%FE", "PUA #2"); 19 encode("\ud83d\udca9", "%26%23128169%3B", "poo"); 20 encode("\uE7C8", "%26%2359336%3B", "legacy ICU special case 1"); 21 encode("\u2026", "%A1%AD", "legacy ICU special case 2"); 22 encode("\uFF5E", "%A1%AB", "legacy ICU special case 3"); [all …]
|
| /third_party/node/test/fixtures/wpt/encoding/ |
| D | big5-encoder.html | 7 function encode(input, output, desc) { 16 encode("ab", "ab", "very basic") 18 encode("\u9EA6", "%26%2340614%3B", "Highest-pointer BMP character excluded from encoder"); 19 encode("\uD858\uDE6B", "%26%23156267%3B", "Highest-pointer character excluded from encoder"); 20 encode("\u3000", "%A1@", "Lowest-pointer character included in encoder"); 21 …encode("\u20AC", "%A3%E1", "Euro; the highest-pointer character before a range of 30 unmapped poin… 22 encode("\u4E00", "%A4@", "The lowest-pointer character after the range of 30 unmapped pointers"); 23 …encode("\uD85D\uDE07", "%C8%A4", "The highest-pointer character before a range of 41 unmapped poin… 24 encode("\uFFE2", "%C8%CD", "The lowest-pointer character after the range of 41 unmapped pointers"); 25 encode("\u79D4", "%FE%FE", "The last character in the index"); [all …]
|
| D | iso-2022-jp-encoder.html | 7 function encode(input, output, desc) { 15 encode("s", "s", "very basic"); 16 encode("\u00A5\u203Es\\\uFF90\u4F69", "%1B(J\\~s%1B(B\\%1B$B%_PP%1B(B", "basics"); 17 encode("\uFF61", "%1B$B!%23%1B(B", "Katakana"); 18 encode("\u0393", "%1B$B&%23%1B(B", "jis0208"); 19 encode("\x0E\x0F\x1Bx", "%26%2365533%3B%26%2365533%3B%26%2365533%3Bx", "SO/SI ESC"); 20 …encode("\u203E\x0E\x0F\x1Bx", "%1B(J~%26%2365533%3B%26%2365533%3B%26%2365533%3Bx%1B(B", "Roman SO/… 21 …encode("\uFF61\x0E\x0F\x1Bx", "%1B$B!%23%1B(B%26%2365533%3B%26%2365533%3B%26%2365533%3Bx", "Kataka… 22 …encode("\u0393\x0E\x0F\x1Bx", "%1B$B&%23%1B(B%26%2365533%3B%26%2365533%3B%26%2365533%3Bx", "jis020… 23 encode("\uFFFD", "%26%2365533%3B", "U+FFFD"); [all …]
|
| /third_party/node/test/fixtures/wpt/encoding/legacy-mb-schinese/gb18030/ |
| D | gb18030-encoder.html | 7 const encode = (input, output, desc) => { 15 encode("s", "s", "very basic"); 16 encode("\u20AC", "%A2%E3", "Euro"); 17 encode("\u4E02", "%81@", "character"); 18 encode("\uE4C6", "%A1@", "PUA"); 19 encode("\uE4C5", "%FE%FE", "PUA #2"); 20 encode("\uE5E5", "%26%2358853%3B", "PUA #3"); 21 encode("\ud83d\udca9", "%949%DA3", "poo"); 22 encode("\uE7C7", "%815%F47", "Ranges pointer special case"); 23 encode("\uE7C8", "%836%C80", "legacy ICU special case 1"); [all …]
|
| /third_party/node/deps/v8/src/objects/ |
| D | scope-info.cc | 217 // Encode the flags. in Create() 219 ScopeTypeBits::encode(scope->scope_type()) | in Create() 220 SloppyEvalCanExtendVarsBit::encode(sloppy_eval_can_extend_vars) | in Create() 221 LanguageModeBit::encode(scope->language_mode()) | in Create() 222 DeclarationScopeBit::encode(scope->is_declaration_scope()) | in Create() 223 ReceiverVariableBits::encode(receiver_info) | in Create() 224 ClassScopeHasPrivateBrandBit::encode(has_brand) | in Create() 225 HasSavedClassVariableBit::encode(should_save_class_variable_index) | in Create() 226 HasNewTargetBit::encode(has_new_target) | in Create() 227 FunctionVariableBits::encode(function_name_info) | in Create() [all …]
|
| /third_party/node/deps/v8/src/interpreter/ |
| D | bytecode-flags.cc | 17 uint8_t CreateArrayLiteralFlags::Encode(bool use_fast_shallow_clone, in Encode() function in v8::internal::interpreter::CreateArrayLiteralFlags 19 uint8_t result = FlagsBits::encode(runtime_flags); in Encode() 20 result |= FastCloneSupportedBit::encode(use_fast_shallow_clone); in Encode() 25 uint8_t CreateObjectLiteralFlags::Encode(int runtime_flags, in Encode() function in v8::internal::interpreter::CreateObjectLiteralFlags 27 uint8_t result = FlagsBits::encode(runtime_flags); in Encode() 28 result |= FastCloneSupportedBit::encode(fast_clone_supported); in Encode() 33 uint8_t CreateClosureFlags::Encode(bool pretenure, bool is_function_scope, in Encode() function in v8::internal::interpreter::CreateClosureFlags 35 uint8_t result = PretenuredBit::encode(pretenure); in Encode() 37 result |= FastNewClosureBit::encode(true); in Encode() 68 uint8_t TestTypeOfFlags::Encode(LiteralFlag literal_flag) { in Encode() function in v8::internal::interpreter::TestTypeOfFlags [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/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/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 …]
|
| /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/node/test/parallel/ |
| D | test-webcrypto-sign-verify.js | 27 }, privateKey, ec.encode(data)); 31 }, publicKey, signature, ec.encode(data))); 51 }, privateKey, ec.encode(data)); 56 }, publicKey, signature, ec.encode(data))); 74 }, privateKey, ec.encode(data)); 79 }, publicKey, signature, ec.encode(data))); 98 }, key, ec.encode(data)); 102 }, key, signature, ec.encode(data))); 118 }, privateKey, ec.encode(data)); 122 }, publicKey, signature, ec.encode(data))); [all …]
|