OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8IteratorNext
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
tree.c
348
} while (
VP8IteratorNext
(&it, 0));
vp8enci.h
311
int
VP8IteratorNext
(VP8EncIterator* const it,
frame.c
734
} while (
VP8IteratorNext
(&it, it.yuv_out_) && --nb_mbs > 0);
897
} while (ok &&
VP8IteratorNext
(&it, it.yuv_out_));
953
} while (ok &&
VP8IteratorNext
(&it, it.yuv_out_));
analysis.c
409
} while (ok &&
VP8IteratorNext
(&it, it.yuv_in_));
iterator.c
247
int
VP8IteratorNext
(VP8EncIterator* const it,
/external/webp/src/enc/
tree.c
348
} while (
VP8IteratorNext
(&it, 0));
vp8enci.h
311
int
VP8IteratorNext
(VP8EncIterator* const it,
frame.c
734
} while (
VP8IteratorNext
(&it, it.yuv_out_) && --nb_mbs > 0);
897
} while (ok &&
VP8IteratorNext
(&it, it.yuv_out_));
953
} while (ok &&
VP8IteratorNext
(&it, it.yuv_out_));
analysis.c
409
} while (ok &&
VP8IteratorNext
(&it, it.yuv_in_));
iterator.c
247
int
VP8IteratorNext
(VP8EncIterator* const it,
Completed in 113 milliseconds