Searched refs:VP8LGetBackwardReferences (Results 1 - 6 of 6) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
H A Dbackward_references.h205 int VP8LGetBackwardReferences(int width, int height,
H A Dvp8l.c484 if (!VP8LGetBackwardReferences(width, height, argb, quality, 0, 1, &refs)) {
548 if (!VP8LGetBackwardReferences(width, height, argb, quality, cache_bits,
H A Dbackward_references.c740 int VP8LGetBackwardReferences(int width, int height, function
/external/webp/src/enc/
H A Dbackward_references.h188 // The input cache_bits to 'VP8LGetBackwardReferences' sets the maximum cache
193 VP8LBackwardRefs* VP8LGetBackwardReferences(
H A Dvp8l.c764 refs = VP8LGetBackwardReferences(width, height, argb, quality, 0, &cache_bits,
863 best_refs = VP8LGetBackwardReferences(width, height, argb, quality,
H A Dbackward_references.c1082 VP8LBackwardRefs* VP8LGetBackwardReferences( function

Completed in 656 milliseconds