Searched refs:best_refs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8l.c576 VP8LBackwardRefs* best_refs; local
590 // 'best_refs' is the reference to the best backward refs and points to one
593 best_refs = VP8LGetBackwardReferences(width, height, argb, quality,
596 if (best_refs == NULL || !VP8LBackwardRefsCopy(best_refs, &refs)) {
/external/webp/src/enc/
H A Dvp8l.c576 VP8LBackwardRefs* best_refs; local
590 // 'best_refs' is the reference to the best backward refs and points to one
593 best_refs = VP8LGetBackwardReferences(width, height, argb, quality,
596 if (best_refs == NULL || !VP8LBackwardRefsCopy(best_refs, &refs)) {

Completed in 178 milliseconds