Searched refs:high_bit_depth (Results 1 - 25 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Didctdsp_arm.h28 unsigned high_bit_depth);
30 unsigned high_bit_depth);
32 unsigned high_bit_depth);
H A Dblockdsp_init_arm.c27 av_cold void ff_blockdsp_init_arm(BlockDSPContext *c, unsigned high_bit_depth) argument
32 ff_blockdsp_init_neon(c, high_bit_depth);
H A Dblockdsp_arm.h24 void ff_blockdsp_init_neon(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) argument
33 if (!high_bit_depth) {
H A Dpixblockdsp_init_arm.c33 unsigned high_bit_depth)
38 if (!high_bit_depth)
31 ff_pixblockdsp_init_arm(PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) argument
H A Dh264chroma_init_arm.c39 const int high_bit_depth = bit_depth > 8; local
42 if (have_neon(cpu_flags) && !high_bit_depth) {
H A Didctdsp_init_armv5te.c33 unsigned high_bit_depth)
35 if (!avctx->lowres && !high_bit_depth &&
32 ff_idctdsp_init_armv5te(IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) argument
H A Didctdsp_init_armv6.c36 unsigned high_bit_depth)
38 if (!avctx->lowres && !high_bit_depth) {
35 ff_idctdsp_init_armv6(IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) argument
H A Didctdsp_init_arm.c68 unsigned high_bit_depth)
75 if (!avctx->lowres && !high_bit_depth) {
93 ff_idctdsp_init_armv5te(c, avctx, high_bit_depth);
95 ff_idctdsp_init_armv6(c, avctx, high_bit_depth);
97 ff_idctdsp_init_neon(c, avctx, high_bit_depth);
67 ff_idctdsp_init_arm(IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) argument
H A Didctdsp_init_neon.c38 unsigned high_bit_depth)
40 if (!avctx->lowres && !high_bit_depth) {
37 ff_idctdsp_init_neon(IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dblockdsp.h43 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 Dpixblockdsp.h38 unsigned high_bit_depth);
40 unsigned high_bit_depth);
42 unsigned high_bit_depth);
44 unsigned high_bit_depth);
H A Dfdctdsp.h33 unsigned high_bit_depth);
35 unsigned high_bit_depth);
H A Dfdctdsp.c28 const unsigned high_bit_depth = avctx->bits_per_raw_sample > 8; local
47 ff_fdctdsp_init_ppc(c, avctx, high_bit_depth);
49 ff_fdctdsp_init_x86(c, avctx, high_bit_depth);
H A Dblockdsp.c60 const unsigned high_bit_depth = avctx->bits_per_raw_sample > 8; local
69 ff_blockdsp_init_alpha(c, high_bit_depth);
71 ff_blockdsp_init_arm(c, high_bit_depth);
73 ff_blockdsp_init_ppc(c, high_bit_depth);
76 ff_blockdsp_init_x86(c, high_bit_depth, avctx);
78 ff_blockdsp_init_x86(c, high_bit_depth);
H A Dpixblockdsp.c56 const unsigned high_bit_depth = avctx->bits_per_raw_sample > 8; local
75 ff_pixblockdsp_init_alpha(c, avctx, high_bit_depth);
77 ff_pixblockdsp_init_arm(c, avctx, high_bit_depth);
79 ff_pixblockdsp_init_ppc(c, avctx, high_bit_depth);
81 ff_pixblockdsp_init_x86(c, avctx, high_bit_depth);
H A Didctdsp.h98 unsigned high_bit_depth);
100 unsigned high_bit_depth);
102 unsigned high_bit_depth);
104 unsigned high_bit_depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dfdctdsp_init.c27 unsigned high_bit_depth)
32 if (!high_bit_depth) {
26 ff_fdctdsp_init_x86(FDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) argument
H A Dblockdsp_init.c35 av_cold void ff_blockdsp_init_x86(BlockDSPContext *c, unsigned high_bit_depth, argument
38 av_cold void ff_blockdsp_init_x86(BlockDSPContext *c, unsigned high_bit_depth)
44 if (!high_bit_depth) {
H A Dpixblockdsp_init.c35 unsigned high_bit_depth)
40 if (!high_bit_depth)
46 if (!high_bit_depth)
33 ff_pixblockdsp_init_x86(PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) argument
H A Didctdsp_init.c63 unsigned high_bit_depth)
71 if (avctx->lowres == 0 && !high_bit_depth) {
94 if (!high_bit_depth && avctx->idct_algo == FF_IDCT_XVIDMMX && avctx->lowres == 0) {
102 if (!high_bit_depth && avctx->idct_algo == FF_IDCT_XVIDMMX && avctx->lowres == 0) {
62 ff_idctdsp_init_x86(IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) argument
/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) argument
48 if (!high_bit_depth) {
H A Didctdsp_alpha.c37 unsigned high_bit_depth)
48 if (!high_bit_depth && !avctx->lowres &&
36 ff_idctdsp_init_alpha(IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dh264chroma_init.c54 const int high_bit_depth = bit_depth > 8; local
59 if (!high_bit_depth) {
H A Dblockdsp.c146 av_cold void ff_blockdsp_init_ppc(BlockDSPContext *c, unsigned high_bit_depth) argument
149 if (!high_bit_depth) {
166 if (!high_bit_depth)

Completed in 231 milliseconds

123