HomeSort by relevance Sort by last modified time
    Searched refs:VP8LBackwardRefsAlloc (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libwebp/enc/
backward_references.h 198 int VP8LBackwardRefsAlloc(VP8LBackwardRefs* const refs, int max_size);
backward_references.c 96 int VP8LBackwardRefsAlloc(VP8LBackwardRefs* const refs, int max_size) {
417 if (!VP8LBackwardRefsAlloc(&refs, xsize * ysize)) goto Error;
749 VP8LBackwardRefsAlloc(&refs_rle, num_pix);
750 VP8LBackwardRefsAlloc(&refs_lz77, num_pix);
792 if (!VP8LBackwardRefsAlloc(&refs_trace, num_pix)) {
874 if (!VP8LBackwardRefsAlloc(&refs, xsize * ysize) ||

Completed in 63 milliseconds