Home
last modified time | relevance | path

Searched refs:decode_blocks (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dimm4.c172 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 Dnotchlc.c150 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 Dsnowdec.c422 static int decode_blocks(SnowContext *s){ in decode_blocks() function
506 if ((res = decode_blocks(s)) < 0) in decode_frame()
H A Dalsdec.c1144 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