h261_decode_block 49 libavcodec/h261dec.c static int h261_decode_block(H261Context * h, DCTELEM * block, int n, int coded); h261_decode_block 341 libavcodec/h261dec.c if (h261_decode_block(h, s->block[i], i, cbp&32) < 0){