Searched defs:VP8LBackwardRefsAlloc (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/enc/
H A Dbackward_references.c94 int VP8LBackwardRefsAlloc(VP8LBackwardRefs* const refs, int max_size) { function
417 if (!VP8LBackwardRefsAlloc(&refs, xsize * ysize)) goto Error;
749 VP8LBackwardRefsAlloc(&refs_rle, num_pix);
750 VP8LBackwardRefsAlloc(&refs_lz77, num_pix);
790 if (!VP8LBackwardRefsAlloc(&refs_trace, num_pix)) {
872 if (!VP8LBackwardRefsAlloc(&refs, xsize * ysize) ||

Completed in 237 milliseconds