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 D | ctc_decoder.h | 56 virtual bool Decode(const SequenceLength& seq_len, 77 bool Decode(const CTCDecoder::SequenceLength& seq_len, in Decode() function
|
A D | ctc_beam_search.h | 100 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 D | webp_dec.c | 604 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 D | vwebp.c | 166 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 D | utils_ut.cc | 57 TEST(UtilsTest, Decode) { in TEST() argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README | 170 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 D | NEWS | 199 * Decode function signatures have changed to consistently use size_t over
|
A D | README.mux | 166 // ... (Consume 'iter'; e.g. Decode 'iter.fragment' with WebPDecode(),
|
A D | ChangeLog | 2329 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 D | libwebp.swig | 293 // Changes the return type of WebPEncode* to more closely match Decode*.
|
Completed in 23 milliseconds