Home
last modified time | relevance | path

Searched refs:initial_size (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dvp8l_enc.c1827 int initial_size; in VP8LEncodeImage() local
1843 initial_size = (config->image_hint == WEBP_HINT_GRAPH) ? in VP8LEncodeImage()
1845 if (!VP8LBitWriterInit(&bw, initial_size)) { in VP8LEncodeImage()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dflatbuffers.h808 explicit vector_downward(size_t initial_size, Allocator *allocator,
812 initial_size_(initial_size),
1090 size_t initial_size = 1024, Allocator *allocator = nullptr,
1093 : buf_(initial_size, allocator, own_allocator, buffer_minalign),
A Dflexbuffers.h909 Builder(size_t initial_size = 256,
911 : buf_(initial_size), in buf_() argument

Completed in 14 milliseconds