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

  /external/webp/src/dec/
vp8i.h 318 int VP8DecodeMB(VP8Decoder* const dec, VP8BitReader* const token_br);
vp8.c 633 int VP8DecodeMB(VP8Decoder* const dec, VP8BitReader* const token_br) {
689 if (!VP8DecodeMB(dec, token_br)) {
idec.c 76 // MB context to restore in case VP8DecodeMB() fails
420 if (!VP8DecodeMB(dec, token_br)) {

Completed in 617 milliseconds