Home
last modified time | relevance | path

Searched refs:VP8LoadFinalBytes (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/utils/
Dbit_reader.h72 void VP8LoadFinalBytes(VP8BitReader* const br); // special case for the tail
103 VP8LoadFinalBytes(br); // no need to be inlined in VP8LoadNewBytes()
Dbit_reader.c70 void VP8LoadFinalBytes(VP8BitReader* const br) { in VP8LoadFinalBytes() function