OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8TBufferInit
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/3rdparty/libwebp/enc/
token.c
44
void
VP8TBufferInit
(VP8TBuffer* const b) {
60
VP8TBufferInit
(b);
245
void
VP8TBufferInit
(VP8TBuffer* const b) {
vp8enci.h
348
void
VP8TBufferInit
(VP8TBuffer* const b); // initialize an empty buffer
webpenc.c
283
VP8TBufferInit
(&enc->tokens_);
/external/webp/src/enc/
token.c
45
void
VP8TBufferInit
(VP8TBuffer* const b, int page_size) {
62
VP8TBufferInit
(b, b->page_size_);
277
void
VP8TBufferInit
(VP8TBuffer* const b) {
vp8enci.h
318
void
VP8TBufferInit
(VP8TBuffer* const b, int page_size);
webpenc.c
238
VP8TBufferInit
(&enc->tokens_, (int)(mb_w * mb_h * 4 * scale));
Completed in 539 milliseconds