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

  /external/chromium_org/third_party/libwebp/enc/
backward_references.h 177 static WEBP_INLINE int VP8LRefsCursorOk(const VP8LRefsCursor* const c) {
182 // Move to next position, or NULL. Should not be called if !VP8LRefsCursorOk().
185 assert(VP8LRefsCursorOk(c));
backward_references.c 810 while (VP8LRefsCursorOk(&c)) {
900 while (VP8LRefsCursorOk(&c)) {
    [all...]
histogram.c 68 while (VP8LRefsCursorOk(&c)) {
433 while (VP8LRefsCursorOk(&c)) {
vp8l.c 440 while (VP8LRefsCursorOk(&c)) {
    [all...]
  /external/webp/src/enc/
backward_references.h 177 static WEBP_INLINE int VP8LRefsCursorOk(const VP8LRefsCursor* const c) {
182 // Move to next position, or NULL. Should not be called if !VP8LRefsCursorOk().
185 assert(VP8LRefsCursorOk(c));
backward_references.c 810 while (VP8LRefsCursorOk(&c)) {
900 while (VP8LRefsCursorOk(&c)) {
    [all...]
histogram.c 68 while (VP8LRefsCursorOk(&c)) {
433 while (VP8LRefsCursorOk(&c)) {
vp8l.c 440 while (VP8LRefsCursorOk(&c)) {
    [all...]

Completed in 1997 milliseconds