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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dapedec.c717 static void apply_filter(APEContext * ctx, APEFilter *f, function
734 apply_filter(ctx, ctx->filters[i], decoded0, decoded1, count, ape_filter_orders[ctx->fset][i], ape_filter_fracbits[ctx->fset][i]);
H A Dvc1.c2987 uint8_t *dst, int linesize, int skip_block, int apply_filter, int cbp_top, int cbp_left)
3038 if(apply_filter && cbp_top & 0xC)
3040 if(apply_filter && cbp_left & 0xA)
3062 if(apply_filter && (j&2 ? pat & (1<<(j-2)) : (cbp_top & (1 << (j + 2)))))
3064 if(apply_filter && (j&1 ? pat & (1<<(j-1)) : (cbp_left & (1 << (j + 1)))))
3087 if(apply_filter && j ? pat & 0x3 : (cbp_top & 0xC))
3089 if(apply_filter && cbp_left & (2 << j))
3112 if(apply_filter && cbp_top & (2 << j))
3114 if(apply_filter && j ? pat & 0x5 : (cbp_left & 0xA))
2986 vc1_decode_p_block(VC1Context *v, DCTELEM block[64], int n, int mquant, int ttmb, int first_block, uint8_t *dst, int linesize, int skip_block, int apply_filter, int cbp_top, int cbp_left) argument

Completed in 101 milliseconds