| /external/tensorflow/tensorflow/compiler/tf2xla/ |
| cpu_function_runtime.h | 30 // Creates a BufferInfo from a serialized encoding generated by `Encode`. 70 std::pair<uint64, uint64> Encode() const {
|
| /external/tensorflow/tensorflow/core/framework/ |
| variant_op_copy_test.cc | 63 void Encode(VariantTensorData* data) const { data->tensors_ = {stored}; } 173 from.Encode(&data); 207 from.Encode(&data); 250 from.Encode(&data);
|
| /external/v8/src/ |
| turbo-assembler.cc | 75 // Encode as an index into the external reference table stored on the 78 ExternalReferenceEncoder::Value v = encoder.Encode(reference.address());
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
| isac_fix_type.h | 53 static inline int Encode(instance_type* inst,
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
| isac_float_type.h | 52 static inline int Encode(instance_type* inst,
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/red/ |
| audio_encoder_copy_red.cc | 61 speech_encoder_->Encode(rtp_timestamp, audio, max_encoded_bytes, encoded);
|
| /external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
| vp8_impl.h | 49 virtual int Encode(const VideoFrame& input_image,
|
| simulcast_encoder_adapter.cc | 231 int SimulcastEncoderAdapter::Encode( 264 // Don't encode frames in resolutions that we don't intend to send. 285 streaminfos_[stream_idx].encoder->Encode(input_image, codec_specific_info, 303 streaminfos_[stream_idx].encoder->Encode(dst_frame, codec_specific_info,
|
| /external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
| vp9_impl.h | 40 int Encode(const VideoFrame& input_image,
|
| /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
| cvei.h | 31 by PV and encode it to an MPEG4 bitstream. It will also return a reconstructed 117 /** Targeted profile and level to encode. */ 249 /** Specifies the profile and level used to encode the bitstream. When present, 356 virtual TCVEI_RETVAL Encode(TPVVideoInputData *aVidIn) = 0;
|
| /external/grpc-grpc/src/cpp/ext/filters/census/ |
| rpc_encoding.h | 104 static size_t Encode(const GrpcTraceContext& tc, char* buf, size_t buf_size) { 241 static size_t Encode(uint64_t time, char* buf, size_t buf_size) {
|
| /external/lzma/C/Util/Lzma/ |
| LzmaUtil.c | 28 " e: encode file\n"
136 static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UInt64 fileSize, char *rs)
225 res = Encode(&outStream.vt, &inStream.vt, fileSize, rs);
|
| /external/pdfium/xfa/fwl/ |
| cfx_barcode.cpp | 297 bool CFX_Barcode::Encode(const WideStringView& contents) { 298 return m_pBCEngine && m_pBCEngine->Encode(contents);
|
| /external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
| grpc_response_cache.cc | 40 void RPCResponse::Encode(::grpc::ByteBuffer* tgt) const { 112 response.Encode(&req->response_buf);
|
| /external/v8/src/snapshot/ |
| serializer-common.h | 28 static uint32_t Encode(uint32_t index, bool is_from_api) { 29 return Index::encode(index) | IsFromAPI::encode(is_from_api); 44 Value Encode(Address key); 227 // Used to encode external referenced provided through the API. 289 : reservation_(ChunkSizeBits::encode(size)) {} 294 void mark_as_last() { reservation_ |= IsLastChunkBits::encode(true); }
|
| /external/pdfium/testing/image_diff/ |
| image_diff_png.cpp | 655 bool Encode(const unsigned char* input, 677 // Encode a BGR pixel array into a PNG. 683 return Encode(input, FORMAT_BGR, width, height, row_byte_width, false, 687 // Encode an RGBA pixel array into a PNG. 693 return Encode(input, FORMAT_RGBA, width, height, row_byte_width, false, 697 // Encode an BGRA pixel array into a PNG. 704 return Encode(input, FORMAT_BGRA, width, height, row_byte_width, 708 // Encode a grayscale pixel array into a PNG. 714 return Encode(input, FORMAT_GRAY, width, height, row_byte_width, false,
|
| /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
| transport_feedback.cc | 176 // symbol list = 7 entries of two bits each, see (Encode|Decode)Symbol 244 // S = symbol, see (Encode|Decode)Symbol 368 if (!Encode(StatusSymbol::kNotReceived)) 373 if (!Encode(symbol)) 383 bool TransportFeedback::Encode(StatusSymbol symbol) { 428 // there is only one kind of symbol - we can potentially RLE encode it. 432 // if first_symbol_cardinality_ > capacity, then we cannot encode the 455 return Encode(symbol); 468 // symbol_vec contains more symbols than we can encode in a single 474 // account for chunk size (otherwise handled by Encode method) [all...] |
| /external/protobuf/js/binary/ |
| decoder_test.js | 63 // Encode zero and limits. 68 // Encode positive values. 105 // Encode zero and limits. 114 // Encode negative values. 121 // Encode positive values.
|
| /art/compiler/optimizing/ |
| stack_map_test.cc | 65 ScopedArenaVector<uint8_t> memory = stream.Encode(); 151 ScopedArenaVector<uint8_t> memory = stream.Encode(); 321 ScopedArenaVector<uint8_t> memory = stream.Encode(); 376 ScopedArenaVector<uint8_t> memory = stream.Encode(); 435 ScopedArenaVector<uint8_t> memory = stream.Encode(); 483 ScopedArenaVector<uint8_t> memory = stream.Encode(); 582 ScopedArenaVector<uint8_t> memory = stream.Encode(); 726 ScopedArenaVector<uint8_t> memory = stream.Encode(); 750 ScopedArenaVector<uint8_t> memory = stream.Encode();
|
| locations.h | 359 return Location(kUnallocated, PolicyField::Encode(policy)); 401 // Number of bits required to encode Kind value. 409 : value_(KindField::Encode(kind) | PayloadField::Encode(payload)) {}
|
| /art/runtime/verifier/ |
| verifier_deps.cc | 589 template<typename T> inline uint32_t Encode(T in); 591 template<> inline uint32_t Encode<uint16_t>(uint16_t in) { 594 template<> inline uint32_t Encode<uint32_t>(uint32_t in) { 597 template<> inline uint32_t Encode<dex::TypeIndex>(dex::TypeIndex in) { 600 template<> inline uint32_t Encode<dex::StringIndex>(dex::StringIndex in) { 621 EncodeUnsignedLeb128(out, Encode(std::get<0>(t))); 622 EncodeUnsignedLeb128(out, Encode(std::get<1>(t))); 634 EncodeUnsignedLeb128(out, Encode(std::get<0>(t))); 635 EncodeUnsignedLeb128(out, Encode(std::get<1>(t))); 636 EncodeUnsignedLeb128(out, Encode(std::get<2>(t))) [all...] |
| /external/dng_sdk/source/ |
| dng_fingerprint.cpp | 331 Encode (bits, count, 8); 347 Encode (result.data, state, 16); 364 void dng_md5_printer::Encode (uint8 *output,
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| PPCMCCodeEmitter.cpp | 225 // Encode (imm, reg) as a memri, which has the low 16-bits as the 243 // Encode (imm, reg) as a memrix, which has the low 14-bits as the 261 // Encode (imm, reg) as a memrix16, which has the low 12-bits as the 277 // Encode (imm, reg) as a spe8dis, which has the low 5-bits of (imm / 8) 292 // Encode (imm, reg) as a spe4dis, which has the low 5-bits of (imm / 4) 307 // Encode (imm, reg) as a spe2dis, which has the low 5-bits of (imm / 2) 368 unsigned Encode = CTX.getRegisterInfo()->getEncodingValue(Reg); 372 Encode += 32; 374 return Encode; 378 "Relocation required in an instruction that we cannot encode!"); [all...] |
| /external/tensorflow/tensorflow/core/kernels/ |
| unicode_ops.cc | 54 void Encode(const UnicodeEncoding encoding, const icu::UnicodeString& in, 342 Encode(output_encoding_, source, s); 549 // Encode our string and save in the output. 551 Encode(encoding_, unicode_string, &result);
|
| /art/compiler/ |
| compiled_method.cc | 29 packed_fields_(InstructionSetField::Encode(instruction_set)) {
|