Searched refs:h261_decode_block (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 Dh261dec.c50 static int h261_decode_block(H261Context * h, DCTELEM * block, int n, int coded);
342 if (h261_decode_block(h, s->block[i], i, cbp&32) < 0){
361 static int h261_decode_block(H261Context * h, DCTELEM * block, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh261dec.c258 static int h261_decode_block(H261Context *h, int16_t *block, int n, int coded) function
448 if (h261_decode_block(h, s->block[i], i, cbp & 32) < 0)

Completed in 216 milliseconds