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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddnxhddata.h35 int bit_depth; member in struct:__anon516
H A Dpngenc.c236 int bit_depth, color_type, y, len, row_size, ret, is_progressive; local
256 bit_depth = 8;
260 bit_depth = 8;
264 bit_depth = 8;
268 bit_depth = 1;
272 bit_depth = 8;
278 bits_per_pixel = ff_png_get_nb_channels(color_type) * bit_depth;
317 s->buf[8] = bit_depth;
H A Dpngdec.c44 int bit_depth; member in struct:PNGDecContext
435 s->bit_depth = *s->bytestream++;
444 s->width, s->height, s->bit_depth, s->color_type,
457 s->bits_per_pixel = s->bit_depth * s->channels;
461 if (s->bit_depth == 8 &&
464 } else if (s->bit_depth == 8 &&
467 } else if (s->bit_depth == 8 &&
470 } else if (s->bit_depth == 16 &&
473 } else if (s->bit_depth == 1 &&
H A Ddnxhddec.c74 init_vlc(&ctx->dc_vlc, DNXHD_DC_VLC_BITS, ctx->cid_table->bit_depth+4,
200 if (ctx->cid_table->bit_depth == 10) {
269 ctx->last_dc[2] = 1<<(ctx->cid_table->bit_depth+2); // for levels +2^(bitdepth-1)
H A Ddnxhddata.c420 cid->bit_depth == 8) { // until 10 bit is supported
H A Ddnxhdenc.c56 int max_level = 1<<(ctx->cid_table->bit_depth+2);
774 int max_level = 1<<(ctx->cid_table->bit_depth+2);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmatroskaenc.c522 int bit_depth = av_get_bits_per_sample(codec->codec_id); local
527 if (!bit_depth)
528 bit_depth = av_get_bits_per_sample_format(codec->sample_fmt);
598 if (bit_depth)
599 put_ebml_uint(pb, MATROSKA_ID_AUDIOBITDEPTH, bit_depth);

Completed in 106 milliseconds