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

/external/webp/src/enc/
H A Dbackward_references_enc.h192 } VP8LRefsCursor; typedef in typeref:struct:__anon30423
195 VP8LRefsCursor VP8LRefsCursorInit(const VP8LBackwardRefs* const refs);
197 static WEBP_INLINE int VP8LRefsCursorOk(const VP8LRefsCursor* const c) {
201 void VP8LRefsCursorNextBlock(VP8LRefsCursor* const c);
203 static WEBP_INLINE void VP8LRefsCursorNext(VP8LRefsCursor* const c) {

Completed in 259 milliseconds