Searched refs:high_bit_depth (Results 26 - 50 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dh264chroma_init_aarch64.c47 const int high_bit_depth = bit_depth > 8; local
50 if (have_neon(cpu_flags) && !high_bit_depth) {
H A Dh264qpel_init_aarch64.c100 const int high_bit_depth = bit_depth > 8; local
103 if (have_neon(cpu_flags) && !high_bit_depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/alpha/
H A Dpixblockdsp_alpha.c72 unsigned high_bit_depth)
75 if (!high_bit_depth)
71 ff_pixblockdsp_init_alpha(PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ps2/
H A Ddsputil_mmi.c145 const int high_bit_depth = avctx->bits_per_raw_sample > 8; local
147 if (!high_bit_depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264chroma_init.c72 int high_bit_depth = bit_depth > 8; local
75 if (EXTERNAL_MMX(cpu_flags) && !high_bit_depth) {
80 if (EXTERNAL_AMD3DNOW(cpu_flags) && !high_bit_depth) {
85 if (EXTERNAL_MMXEXT(cpu_flags) && !high_bit_depth) {
104 if (EXTERNAL_SSSE3(cpu_flags) && !high_bit_depth) {
H A Dh264_qpel.c545 int high_bit_depth = bit_depth > 8; local
549 if (!high_bit_depth) {
569 if (!(cpu_flags & AV_CPU_FLAG_SSE2SLOW) && !high_bit_depth) {
574 if (!high_bit_depth) {
601 if (!high_bit_depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/sh4/
H A Ddsputil_sh4.c95 const int high_bit_depth = avctx->bits_per_raw_sample > 8; local
98 if (!high_bit_depth)
H A Ddsputil_align.c336 const int high_bit_depth = avctx->bits_per_raw_sample > 8; local
338 if (!high_bit_depth) {
408 if (!high_bit_depth) {
418 if (!high_bit_depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Ddsputil_init_armv6.c75 const int high_bit_depth = avctx->bits_per_raw_sample > 8; local
86 if (!high_bit_depth) {
109 if (!high_bit_depth)
H A Ddsputil_iwmmxt.c158 const int high_bit_depth = avctx->bits_per_raw_sample > 8; local
171 if (!high_bit_depth) {
H A Ddsputil_init_arm.c78 const int high_bit_depth = avctx->bits_per_raw_sample > 8; local
100 if (!high_bit_depth) {
H A Ddsputil_init_neon.c184 const int high_bit_depth = avctx->bits_per_raw_sample > 8; local
203 if (!high_bit_depth) {
248 if (CONFIG_H264_DECODER && !high_bit_depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Ddsputil_ppc.c148 const int high_bit_depth = avctx->bits_per_raw_sample > 8; local
152 if (!high_bit_depth) {
H A Ddsputil_altivec.c1376 const int high_bit_depth = avctx->bits_per_raw_sample > 8; local
1391 if (!high_bit_depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dpixblockdsp.c141 unsigned high_bit_depth)
149 if (!high_bit_depth) {
139 ff_pixblockdsp_init_ppc(PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) argument
H A Didctdsp.c247 unsigned high_bit_depth)
251 if (!high_bit_depth && avctx->lowres == 0) {
246 ff_idctdsp_init_ppc(IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) argument
H A Dh264qpel.c290 const int high_bit_depth = bit_depth > 8; local
295 if (!high_bit_depth) {
H A Dfdctdsp.c466 unsigned high_bit_depth)
472 if (!high_bit_depth) {
465 ff_fdctdsp_init_ppc(FDCTDSPContext *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 Didctdsp.c250 const unsigned high_bit_depth = avctx->bits_per_raw_sample > 8; local
303 ff_idctdsp_init_alpha(c, avctx, high_bit_depth);
305 ff_idctdsp_init_arm(c, avctx, high_bit_depth);
307 ff_idctdsp_init_ppc(c, avctx, high_bit_depth);
309 ff_idctdsp_init_x86(c, avctx, high_bit_depth);
H A Dh264_mb.c588 static av_always_inline int dctcoef_get(int16_t *mb, int high_bit_depth, argument
591 if (high_bit_depth) {
597 static av_always_inline void dctcoef_set(int16_t *mb, int high_bit_depth, argument
600 if (high_bit_depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/bfin/
H A Ddsputil_bfin.c200 const int high_bit_depth = avctx->bits_per_raw_sample > 8; local
206 if (!high_bit_depth)
234 if (!high_bit_depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dh264qpel_init_arm.c99 const int high_bit_depth = bit_depth > 8; local
102 if (have_neon(cpu_flags) && !high_bit_depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/alpha/
H A Ddsputil_alpha.c273 const int high_bit_depth = avctx->bits_per_raw_sample > 8; local
275 if (!high_bit_depth) {
324 if (!high_bit_depth)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/mlib/
H A Ddsputil_mlib.c424 const int high_bit_depth = avctx->bits_per_raw_sample > 8; local
429 if (!high_bit_depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputil_mmx.c2435 const int high_bit_depth = avctx->bits_per_raw_sample > 8; local
2518 if (!high_bit_depth) {
2535 if (!high_bit_depth) {
2550 if (!high_bit_depth)
2557 if (!high_bit_depth)
2566 if (!high_bit_depth && CONFIG_H264CHROMA) {
2577 if (!high_bit_depth) {
2594 if (!high_bit_depth) {
2643 if (!high_bit_depth) {
2670 if (!high_bit_depth
[all...]

Completed in 104 milliseconds

123