HomeSort by relevance Sort by last modified time
    Searched defs:Encode (Results 126 - 145 of 145) sorted by null

1 2 3 4 56

  /external/tensorflow/tensorflow/core/kernels/data/
iterator_ops.cc 361 // Encode() sets the type_name of the VariantTensorData object to
382 // that it can be written on the next call to Encode().
393 void Encode(VariantTensorData* data) const { *data = *data_; }
    [all...]
  /external/v8/src/compiler/
instruction-selector-impl.h 447 InstructionCode Encode(InstructionCode opcode) {
448 opcode |= FlagsModeField::encode(mode_);
450 opcode |= FlagsConditionField::encode(condition_);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 546 // Actual pointer will be set in encode. Setting align to 1, as it
712 int VP8EncoderImpl::Encode(const VideoFrame& frame,
817 // Handle RPSI and SLI messages and set up the appropriate encode flags.
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 121 Encode (
321 Status = Encode();
853 Encode ()
TianoCompress.c 124 Encode (
330 Status = Encode ();
917 Encode (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c 131 Encode (
331 Status = Encode();
856 Encode ()
TianoCompress.c 143 Encode (
350 Status = Encode ();
930 Encode (
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 893 Encode a signed 32 bit number.
895 @param[in] LoopVar5 The number to encode.
906 Encode a unsigned 32 bit number.
908 @param[in] LoopVar7 The number to encode.
1237 Encode (
1357 Status = Encode ();
  /external/llvm/lib/MC/
MCDwarf.cpp 111 // Loop through each MCDwarfLineEntry and encode the dwarf line number table.
151 // At this point we want to emit/create the sequence to encode the delta in
411 MCDwarfLineAddr::Encode(Context, Params, LineDelta, AddrDelta, OS);
421 /// Utility function to encode a Dwarf pair of LineDelta and AddrDeltas.
422 void MCDwarfLineAddr::Encode(MCContext &Context, MCDwarfLineTableParams Params,
453 // If the line increment is out of range of a special opcode, we must encode
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 78 public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol)
84 m_Encoders[context].Encode(rangeEncoder, bit);
103 m_Encoders[state].Encode(rangeEncoder, bit);
196 public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, UInt32 posState)
200 _choice.Encode(rangeEncoder, 0);
201 _lowCoder[posState].Encode(rangeEncoder, symbol);
206 _choice.Encode(rangeEncoder, 1);
209 _choice2.Encode(rangeEncoder, 0);
210 _midCoder[posState].Encode(rangeEncoder, symbol);
214 _choice2.Encode(rangeEncoder, 1);
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_flate.cpp 813 bool CCodec_FlateModule::Encode(const uint8_t* src_buf,
834 bool ret = Encode(pSrcBuf, src_size, dest_buf, dest_size);
  /external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp 139 // Loop through each MCLineEntry and encode the dwarf line number table.
173 // At this point we want to emit/create the sequence to encode the delta in
330 MCDwarfLineAddr::Encode(LineDelta, AddrDelta, OS);
339 MCDwarfLineAddr::Encode(LineDelta, AddrDelta, OS);
343 /// Utility function to encode a Dwarf pair of LineDelta and AddrDeltas.
344 void MCDwarfLineAddr::Encode(int64_t LineDelta, uint64_t AddrDelta,
371 // If the line increment is out of range of a special opcode, we must encode
    [all...]
  /external/vboot_reference/utility/
eficompress.c 141 Encode (
341 Status = Encode();
866 Encode ()
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc 77 // HW-backed video encode. This C++ class is implemented as a very thin shim,
94 int32_t Encode(const webrtc::VideoFrame& input_image,
222 // and the next Encode() call being ignored.
383 int32_t MediaCodecVideoEncoder::Encode(
648 ALOGE << "Failed encode frame with timestamp: " << input_frame.timestamp();
683 "Reconfiguring to encode from byte buffer." :
684 "Reconfiguring to encode from texture.");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certenc.h 135 virtual HRESULT WINAPI Encode(BSTR *pstrBinary) = 0;
153 HRESULT (WINAPI *Encode)(ICertEncodeStringArray *This,BSTR *pstrBinary);
173 #define ICertEncodeStringArray_Encode(This,pstrBinary) (This)->lpVtbl->Encode(This,pstrBinary)
203 virtual HRESULT WINAPI Encode(BSTR *pstrBinary) = 0;
220 HRESULT (WINAPI *Encode)(ICertEncodeLongArray *This,BSTR *pstrBinary);
239 #define ICertEncodeLongArray_Encode(This,pstrBinary) (This)->lpVtbl->Encode(This,pstrBinary)
267 virtual HRESULT WINAPI Encode(BSTR *pstrBinary) = 0;
284 HRESULT (WINAPI *Encode)(ICertEncodeDateArray *This,BSTR *pstrBinary);
303 #define ICertEncodeDateArray_Encode(This,pstrBinary) (This)->lpVtbl->Encode(This,pstrBinary)
334 virtual HRESULT WINAPI Encode(BSTR *pstrBinary) = 0
    [all...]
  /art/runtime/
stack_map.h 418 // We do not encode kNone locations in the stack map.
721 // greater than any offset we might try to encode, we already implicitly have it.
726 // greater than the offset we might try to encode, we already implicitly have it.
727 // If inline_info_size is zero, we can encode only kNoInlineInfo (in zero bits).
764 // Encode the encoding into the vector.
766 void Encode(Vector* dest) const {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 66 STATIC BOOLEAN ENCODE = FALSE;
150 Status = Encode ();
742 Encode (
    [all...]
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp     [all...]
  /external/syslinux/gpxe/src/util/
nrv2b.c 63 #if defined(ENCODE) || defined(DECODE)
123 #ifdef ENCODE
1236 void Encode(void) /* compression */
1494 Encode();
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp 267 {"Encode", CFXJSE_FormCalcContext::Encode},
    [all...]

Completed in 1124 milliseconds

1 2 3 4 56