Searched refs:decode_blocks (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | imm4.c | 171 static int decode_blocks(AVCodecContext *avctx, GetBitContext *gb, in decode_blocks() function 230 ret = decode_blocks(avctx, gb, cbplo | (cbphi << 2), 0, offset, flag); in decode_intra() 303 ret = decode_blocks(avctx, gb, cbplo | (cbphi << 2), 0, offset, flag2); in decode_inter() 322 ret = decode_blocks(avctx, gb, cbplo | (cbphi << 2), 1, offset, flag2); in decode_inter()
|
D | notchlc.c | 149 static int decode_blocks(AVCodecContext *avctx, AVFrame *p, ThreadFrame *frame, in decode_blocks() function 516 ret = decode_blocks(avctx, p, &frame, uncompressed_size); in decode_frame()
|
D | snowdec.c | 425 static int decode_blocks(SnowContext *s){ in decode_blocks() function 510 if ((res = decode_blocks(s)) < 0) in decode_frame()
|
D | alsdec.c | 1134 static int decode_blocks(ALSDecContext *ctx, unsigned int ra_frame, in decode_blocks() function 1675 ret = decode_blocks(ctx, ra_frame, c, div_blocks, js_blocks); in read_frame_data()
|
/third_party/flutter/skia/third_party/externals/wuffs/std/deflate/ |
D | decode_deflate.wuffs | 150 status =? this.decode_blocks?(dst:args.dst, src:args.src) 199 pri func decoder.decode_blocks?(dst base.io_writer, src base.io_reader) {
|