Home
last modified time | relevance | path

Searched refs:Decode (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/
A Dctc_decoder.h56 virtual bool Decode(const SequenceLength& seq_len,
77 bool Decode(const CTCDecoder::SequenceLength& seq_len, in Decode() function
A Dctc_beam_search.h100 bool Decode(const CTCDecoder::SequenceLength& seq_len,
157 bool CTCBeamSearchDecoder<CTCBeamState, CTCBeamComparer>::Decode( in Decode() function
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dwebp_dec.c604 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* const data, in Decode() function
635 return Decode(MODE_RGB, data, data_size, width, height, NULL); in WebPDecodeRGB()
640 return Decode(MODE_RGBA, data, data_size, width, height, NULL); in WebPDecodeRGBA()
645 return Decode(MODE_ARGB, data, data_size, width, height, NULL); in WebPDecodeARGB()
650 return Decode(MODE_BGR, data, data_size, width, height, NULL); in WebPDecodeBGR()
655 return Decode(MODE_BGRA, data, data_size, width, height, NULL); in WebPDecodeBGRA()
662 uint8_t* const out = Decode(MODE_YUV, data, data_size, in WebPDecodeYUV()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dvwebp.c166 static int Decode(void) { // Fills kParams.curr_frame in Decode() function
216 if (!Decode()) { in decode_callback()
256 Decode(); in HandleKey()
586 if (!Decode()) goto Error; in main()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Dutils_ut.cc57 TEST(UtilsTest, Decode) { in TEST() argument
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME170 Decode:
746 // E) Decode the WebP image. There are two variants w.r.t decoding image.
751 // E.1) Decode full image.
754 // E.2) Decode image incrementally.
A DNEWS199 * Decode function signatures have changed to consistently use size_t over
A DREADME.mux166 // ... (Consume 'iter'; e.g. Decode 'iter.fragment' with WebPDecode(),
A DChangeLog2329 cb221552 Decode a full row of bitstream before reconstructing
2691 302efcdb Decode: return more meaningful error for animation
3306 eaee9e79 Bug-Fix: Decode small (less than 32 bytes) images.
3687 16612ddd Merge "Add Alpha Decode support from WebPDecode."
3688 d117a940 Add Alpha Decode support from WebPDecode.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp.swig293 // Changes the return type of WebPEncode* to more closely match Decode*.

Completed in 22 milliseconds