Searched refs:bit_depth (Results 1 - 25 of 97) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264qpel.h32 void ff_h264qpel_init(H264QpelContext *c, int bit_depth);
34 void ff_h264qpel_init_aarch64(H264QpelContext *c, int bit_depth);
35 void ff_h264qpel_init_arm(H264QpelContext *c, int bit_depth);
36 void ff_h264qpel_init_ppc(H264QpelContext *c, int bit_depth);
37 void ff_h264qpel_init_x86(H264QpelContext *c, int bit_depth);
H A Dh264chroma.h31 void ff_h264chroma_init(H264ChromaContext *c, int bit_depth);
33 void ff_h264chroma_init_aarch64(H264ChromaContext *c, int bit_depth);
34 void ff_h264chroma_init_arm(H264ChromaContext *c, int bit_depth);
35 void ff_h264chroma_init_ppc(H264ChromaContext *c, int bit_depth);
36 void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth);
H A Dh264chroma.c41 av_cold void ff_h264chroma_init(H264ChromaContext *c, int bit_depth) argument
43 if (bit_depth > 8 && bit_depth <= 16) {
50 ff_h264chroma_init_aarch64(c, bit_depth);
52 ff_h264chroma_init_arm(c, bit_depth);
54 ff_h264chroma_init_ppc(c, bit_depth);
56 ff_h264chroma_init_x86(c, bit_depth);
H A Ddnxhddata.h36 int bit_depth; member in struct:CIDEntry
52 int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth);
H A Dh264dsp.c67 av_cold void ff_h264dsp_init(H264DSPContext *c, const int bit_depth, argument
77 if (bit_depth > 8 && bit_depth <= 16) {
136 switch (bit_depth) {
150 av_assert0(bit_depth<=8);
156 if (ARCH_AARCH64) ff_h264dsp_init_aarch64(c, bit_depth, chroma_format_idc);
157 if (ARCH_ARM) ff_h264dsp_init_arm(c, bit_depth, chroma_format_idc);
158 if (ARCH_PPC) ff_h264dsp_init_ppc(c, bit_depth, chroma_format_idc);
159 if (ARCH_X86) ff_h264dsp_init_x86(c, bit_depth, chroma_format_idc);
H A Dh264pred.h115 const int bit_depth, const int chroma_format_idc);
117 const int bit_depth, const int chroma_format_idc);
119 const int bit_depth, const int chroma_format_idc);
H A Dh264qpel.c49 av_cold void ff_h264qpel_init(H264QpelContext *c, int bit_depth) argument
81 switch (bit_depth) {
100 ff_h264qpel_init_aarch64(c, bit_depth);
102 ff_h264qpel_init_arm(c, bit_depth);
104 ff_h264qpel_init_ppc(c, bit_depth);
106 ff_h264qpel_init_x86(c, bit_depth);
H A Dhevcpred.h43 void ff_hevc_pred_init(HEVCPredContext *hpc, int bit_depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddnxhdenc_init.c35 if (ctx->cid_table->bit_depth == 8)
H A Dh264chroma_init.c70 av_cold void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth) argument
72 int high_bit_depth = bit_depth > 8;
92 if (EXTERNAL_MMXEXT(cpu_flags) && bit_depth > 8 && bit_depth <= 10) {
99 if (EXTERNAL_SSE2(cpu_flags) && bit_depth > 8 && bit_depth <= 10) {
111 if (EXTERNAL_AVX(cpu_flags) && bit_depth > 8 && bit_depth <= 10) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddnxhddata.h35 int bit_depth; member in struct:__anon1902
49 int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth);
H A Dh264pred.h104 void ff_h264_pred_init(H264PredContext *h, int codec_id, const int bit_depth, const int chroma_format_idc);
105 void ff_h264_pred_init_arm(H264PredContext *h, int codec_id, const int bit_depth, const int chroma_format_idc);
106 void ff_h264_pred_init_x86(H264PredContext *h, int codec_id, const int bit_depth, const int chroma_format_idc);
H A Dh264dsp.h79 void ff_h264dsp_init(H264DSPContext *c, const int bit_depth, const int chroma_format_idc);
80 void ff_h264dsp_init_arm(H264DSPContext *c, const int bit_depth, const int chroma_format_idc);
81 void ff_h264dsp_init_ppc(H264DSPContext *c, const int bit_depth, const int chroma_format_idc);
82 void ff_h264dsp_init_x86(H264DSPContext *c, const int bit_depth, const int chroma_format_idc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngwtran.c40 /* png_byte bit_depth; bit depth of samples */
57 (png_uint_32)png_ptr->bit_depth);
87 /* Pack pixels into bytes. Pass the true bit depth in bit_depth. The
92 png_do_pack(png_row_infop row_info, png_bytep row, png_uint_32 bit_depth) argument
96 if (row_info->bit_depth == 8 &&
102 switch ((int)bit_depth)
202 row_info->bit_depth = (png_byte)bit_depth;
203 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
212 * true number of bits in bit_depth
219 png_do_shift(png_row_infop row_info, png_bytep row, png_color_8p bit_depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngwtran.c35 /* png_byte bit_depth; bit depth of samples */
52 (png_uint_32)png_ptr->bit_depth);
82 /* Pack pixels into bytes. Pass the true bit depth in bit_depth. The
87 png_do_pack(png_row_infop row_info, png_bytep row, png_uint_32 bit_depth) argument
90 if (row_info->bit_depth == 8 &&
96 switch ((int)bit_depth)
196 row_info->bit_depth = (png_byte)bit_depth;
197 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
206 * true number of bits in bit_depth
213 png_do_shift(png_row_infop row_info, png_bytep row, png_color_8p bit_depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dh264chroma_init_arm.c37 av_cold void ff_h264chroma_init_arm(H264ChromaContext *c, int bit_depth) argument
39 const int high_bit_depth = bit_depth > 8;
H A Dh264pred_init_arm.c49 const int bit_depth,
53 const int high_depth = bit_depth > 8;
88 int bit_depth, const int chroma_format_idc)
93 h264_pred_init_neon(h, codec_id, bit_depth, chroma_format_idc);
48 h264_pred_init_neon(H264PredContext *h, int codec_id, const int bit_depth, const int chroma_format_idc) argument
87 ff_h264_pred_init_arm(H264PredContext *h, int codec_id, int bit_depth, const int chroma_format_idc) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dh264chroma_init.c51 av_cold void ff_h264chroma_init_ppc(H264ChromaContext *c, int bit_depth) argument
54 const int high_bit_depth = bit_depth > 8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/pngminus/
H A Dpnm2png.c203 int bit_depth = 0; local
223 bit_depth = 1;
236 bit_depth = 1;
238 bit_depth = 2;
240 bit_depth = 4;
242 bit_depth = 8;
244 bit_depth = 16;
257 bit_depth = 1;
259 bit_depth = 2;
261 bit_depth
[all...]
H A Dpng2pnm.c200 int bit_depth; local
247 &width, &height, &bit_depth, &color_type,
256 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
264 if (bit_depth == 16)
281 png_get_IHDR (png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
285 if (bit_depth == 16)
350 fprintf (pnm_file, "%ld\n", ((1L << (int) bit_depth) - 1L));
357 fprintf (pnm_file, "%ld\n", ((1L << (int) bit_depth) - 1L));
368 fprintf (alpha_file, "%ld\n", ((1L << (int) bit_depth) - 1L));
383 if (bit_depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddnxhd_mmx.c56 if (ctx->cid_table->bit_depth == 8)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Dreadpng.c72 int bit_depth, color_type; variable
134 * etc., but want bit_depth and color_type for later [don't care about
137 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
181 if (bit_depth == 16) {
185 } else if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
186 if (bit_depth == 1)
188 else if (bit_depth == 2)
190 else /* bit_depth == 4 */
228 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
232 if (bit_depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/x86/
H A Dvf_yadif_init.c64 int bit_depth = (!yadif->csp) ? 8 local
67 if (bit_depth >= 15) {
78 } else if ( bit_depth >= 9 && bit_depth <= 14) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dh264dsp_init_arm.c70 static void ff_h264dsp_init_neon(H264DSPContext *c, const int bit_depth, const int chroma_format_idc) argument
72 if (bit_depth == 8) {
98 void ff_h264dsp_init_arm(H264DSPContext *c, const int bit_depth, const int chroma_format_idc) argument
100 if (HAVE_NEON) ff_h264dsp_init_neon(c, bit_depth, chroma_format_idc);
H A Dh264pred_init_arm.c45 static void ff_h264_pred_init_neon(H264PredContext *h, int codec_id, const int bit_depth, const int chroma_format_idc) argument
47 const int high_depth = bit_depth > 8;
77 void ff_h264_pred_init_arm(H264PredContext *h, int codec_id, int bit_depth, const int chroma_format_idc) argument
79 if (HAVE_NEON) ff_h264_pred_init_neon(h, codec_id, bit_depth, chroma_format_idc);

Completed in 304 milliseconds

1234