Searched refs:svq3_decode_mb (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsvq3.c436 static int svq3_decode_mb(SVQ3Context *svq3, unsigned int mb_type) function
1057 if ((unsigned)mb_type > 33 || svq3_decode_mb(svq3, mb_type)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsvq3.c488 static int svq3_decode_mb(SVQ3Context *s, unsigned int mb_type) function
1295 if (mb_type > 33 || svq3_decode_mb(s, mb_type)) {

Completed in 61 milliseconds