Searched refs:decode_blocks (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | imm4.c | 172 static int decode_blocks(AVCodecContext *avctx, GetBitContext *gb, in decode_blocks() function 231 ret = decode_blocks(avctx, gb, cbplo | (cbphi << 2), 0, offset, flag); in decode_intra() 304 ret = decode_blocks(avctx, gb, cbplo | (cbphi << 2), 0, offset, flag2); in decode_inter() 323 ret = decode_blocks(avctx, gb, cbplo | (cbphi << 2), 1, offset, flag2); in decode_inter()
|
H A D | notchlc.c | 150 static int decode_blocks(AVCodecContext *avctx, AVFrame *p, in decode_blocks() function 514 ret = decode_blocks(avctx, p, uncompressed_size); in decode_frame()
|
H A D | snowdec.c | 422 static int decode_blocks(SnowContext *s){ in decode_blocks() function 506 if ((res = decode_blocks(s)) < 0) in decode_frame()
|
H A D | alsdec.c | 1144 static int decode_blocks(ALSDecContext *ctx, unsigned int ra_frame, in decode_blocks() function 1687 ret = decode_blocks(ctx, ra_frame, c, div_blocks, js_blocks); in read_frame_data()
|
Completed in 7 milliseconds