OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8SetSkip
(Results
1 - 8
of
8
) sorted by null
/external/opencv3/3rdparty/libwebp/enc/
vp8enci.h
330
void
VP8SetSkip
(const VP8EncIterator* const it, int skip);
analysis.c
337
VP8SetSkip
(it, 0); // not skipped
iterator.c
317
void
VP8SetSkip
(const VP8EncIterator* const it, int skip) {
quant.c
[
all
...]
/external/webp/src/enc/
vp8enci.h
298
void
VP8SetSkip
(const VP8EncIterator* const it, int skip);
analysis.c
339
VP8SetSkip
(it, 0); // not skipped
iterator.c
352
void
VP8SetSkip
(const VP8EncIterator* const it, int skip) {
quant.c
[
all
...]
Completed in 5344 milliseconds