Searched refs:decode_block (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dxfacedec.c69 static void decode_block(BigInt *b, char *bitmap, int w, int h, int level) function
81 decode_block(b, bitmap, w, h, level);
82 decode_block(b, bitmap + w, w, h, level);
83 decode_block(b, bitmap + h * XFACE_WIDTH, w, h, level);
84 decode_block(b, bitmap + w + h * XFACE_WIDTH, w, h, level);
145 decode_block(&b, buf, 16, 16, 0);
146 decode_block(&b, buf + 16, 16, 16, 0);
147 decode_block(&b, buf + 32, 16, 16, 0);
148 decode_block(&b, buf + XFACE_WIDTH * 16, 16, 16, 0);
149 decode_block(
[all...]
H A Dbinkaudio.c164 static int decode_block(BinkAudioContext *s, float **out, int use_dct) function
325 if (decode_block(s, (float **)frame->extended_data,
H A Dralf.c338 static int decode_block(AVCodecContext *avctx, GetBitContext *gb, function
500 if (decode_block(avctx, &gb, samples0 + ctx->sample_offset,
H A Dalsdec.c1003 static int decode_block(ALSDecContext *ctx, ALSBlockData *bd) function
1036 return decode_block(ctx, bd);
1446 if ((ret = decode_block(ctx, &bd)) < 0)
H A Dexr.c828 static int decode_block(AVCodecContext *avctx, void *tdata, function
894 av_log(avctx, AV_LOG_ERROR, "decode_block() failed.\n");
1320 // save pointer we are going to use in decode_block
1332 avctx->execute2(avctx, decode_block, s->thread_data, NULL, scan_line_blocks);
H A Dmjpegdec.c614 static int decode_block(MJpegDecodeContext *s, int16_t *block, int component, function
1233 if (decode_block(s, s->block, i,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-dec23.c599 static void decode_block(struct pwc_dec23_private *pdec, function
719 decode_block(pdec, ptable0004, ptable8004);
733 decode_block(pdec, ptable0004, ptable8004);
736 decode_block(pdec, ptable0004, ptable8004);
784 decode_block(pdec, ptable0004, ptable8004);
798 decode_block(pdec, ptable0004, ptable8004);
801 decode_block(pdec, ptable0004, ptable8004);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbinkaudio.c181 static int decode_block(BinkAudioContext *s, int16_t *out, int use_dct) function
349 if (decode_block(s, samples, avctx->codec->id == CODEC_ID_BINKAUDIO_DCT)) {
H A Dalsdec.c983 static int decode_block(ALSDecContext *ctx, ALSBlockData *bd) function
1014 ret = decode_block(ctx, bd);
1410 decode_block(ctx, &bd);
H A Dmjpegdec.c420 static int decode_block(MJpegDecodeContext *s, DCTELEM *block, int component, function
894 if (decode_block(s, s->block, i,

Completed in 230 milliseconds