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

/external/webp/src/enc/
H A Dvp8i_enc.h313 } VP8TBuffer; typedef in typeref:struct:__anon24238
316 void VP8TBufferInit(VP8TBuffer* const b, int page_size);
317 void VP8TBufferClear(VP8TBuffer* const b); // de-allocate pages memory
323 int VP8EmitTokens(VP8TBuffer* const b, VP8BitWriter* const bw,
328 VP8TBuffer* const tokens);
331 size_t VP8EstimateTokenSize(VP8TBuffer* const b, const uint8_t* const probas);
334 void VP8TokenToStats(const VP8TBuffer* const b, proba_t* const stats);
361 VP8TBuffer tokens_; // token buffer

Completed in 82 milliseconds