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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dapedec.c146 int32_t decoded1[BLOCKS_PER_LOOP]; ///< decoded data for the second channel member in struct:APEContext
429 int32_t *decoded1 = ctx->decoded1; local
436 memset(decoded1, 0, blockstodecode * sizeof(int32_t));
441 *decoded1++ = ape_decode_value(ctx, &ctx->riceX);
568 int32_t *decoded1 = ctx->decoded1; local
573 predictionB = predictor_update_filter(p, *decoded1, 1, XDELAYA, XDELAYB, XADAPTCOEFFSA, XADAPTCOEFFSB);
575 *(decoded1++) = predictionB;
727 int32_t * decoded1, in
726 ape_apply_filters(APEContext * ctx, int32_t * decoded0, int32_t * decoded1, int count) argument
755 int32_t *decoded1 = ctx->decoded1; local
783 int32_t *decoded1 = ctx->decoded1; local
[all...]

Completed in 95 milliseconds