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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dblockdsp.h34 typedef struct BlockDSPContext { struct
39 } BlockDSPContext; typedef in typeref:struct:BlockDSPContext
41 void ff_blockdsp_init(BlockDSPContext *c, AVCodecContext *avctx);
43 void ff_blockdsp_init_alpha(BlockDSPContext *c, unsigned high_bit_depth);
44 void ff_blockdsp_init_arm(BlockDSPContext *c, unsigned high_bit_depth);
45 void ff_blockdsp_init_ppc(BlockDSPContext *c, unsigned high_bit_depth);
47 void ff_blockdsp_init_x86(BlockDSPContext *c, unsigned high_bit_depth,
50 void ff_blockdsp_init_x86(BlockDSPContext *c, unsigned high_bit_depth);
H A Dproresdec.h40 BlockDSPContext bdsp;
H A Dasv.h44 BlockDSPContext bdsp;
H A Ddnxhdenc.h44 BlockDSPContext bdsp;
H A Dblockdsp.c58 av_cold void ff_blockdsp_init(BlockDSPContext *c, AVCodecContext *avctx)
H A Dmjpegdec.h108 BlockDSPContext bdsp;
H A Djvdec.c36 BlockDSPContext bdsp;
116 BlockDSPContext *bdsp)
H A Dcavs.h165 BlockDSPContext bdsp;
H A Dmdec.c40 BlockDSPContext bdsp;
H A Deamad.c49 BlockDSPContext bdsp;
H A Dmimic.c57 BlockDSPContext bdsp;
H A Ddnxhddec.c38 BlockDSPContext bdsp;
H A Dmpegvideo.h367 BlockDSPContext bdsp;
H A D4xm.c137 BlockDSPContext bdsp;
H A Dg2meet.c76 BlockDSPContext bdsp;
H A Dbink.c116 BlockDSPContext bdsp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dblockdsp_arm.h24 void ff_blockdsp_init_neon(BlockDSPContext *c, unsigned high_bit_depth);
H A Dblockdsp_init_arm.c27 av_cold void ff_blockdsp_init_arm(BlockDSPContext *c, unsigned high_bit_depth)
H A Dblockdsp_init_neon.c31 av_cold void ff_blockdsp_init_neon(BlockDSPContext *c, unsigned high_bit_depth)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dblockdsp_init.c35 av_cold void ff_blockdsp_init_x86(BlockDSPContext *c, unsigned high_bit_depth,
38 av_cold void ff_blockdsp_init_x86(BlockDSPContext *c, unsigned high_bit_depth)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/alpha/
H A Dblockdsp_alpha.c46 av_cold void ff_blockdsp_init_alpha(BlockDSPContext *c, unsigned high_bit_depth)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dblockdsp.c146 av_cold void ff_blockdsp_init_ppc(BlockDSPContext *c, unsigned high_bit_depth)

Completed in 213 milliseconds