Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh261dec.c257 static int h261_decode_block(H261Context *h, int16_t *block, int n, int coded) in h261_decode_block() function
455 if (h261_decode_block(h, s->block[i], i, cbp & 32) < 0) in h261_decode_mb()