• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching defs:bits_per_raw_sample

203         if (s->avctx->bits_per_raw_sample <= 8) {
208 decode_line(s, w, sample, plane_index, s->avctx->bits_per_raw_sample);
215 ((uint16_t*)(src + stride*y))[x] = sample[1][x] << (16 - s->avctx->bits_per_raw_sample);
227 int lbd = s->avctx->bits_per_raw_sample <= 8;
228 int bits = s->avctx->bits_per_raw_sample > 0 ? s->avctx->bits_per_raw_sample : 8;
540 f->avctx->bits_per_raw_sample = get_symbol(c, state, 0);
602 f->avctx->bits_per_raw_sample,
622 int chroma_planes, chroma_h_shift, chroma_v_shift, transparency, colorspace, bits_per_raw_sample;
636 bits_per_raw_sample = f->version > 0 ? get_symbol(c, state, 0) : f->avctx->bits_per_raw_sample;
644 || bits_per_raw_sample != f->avctx->bits_per_raw_sample
655 f->avctx->bits_per_raw_sample = bits_per_raw_sample;
667 if (f->avctx->bits_per_raw_sample <= 8)
671 } else if (f->avctx->bits_per_raw_sample<=8 && !f->transparency) {
680 } else if (f->avctx->bits_per_raw_sample <= 8 && f->transparency) {
686 } else if (f->avctx->bits_per_raw_sample == 9 && !f->transparency) {
693 } else if (f->avctx->bits_per_raw_sample == 9 && f->transparency) {
700 } else if (f->avctx->bits_per_raw_sample == 10 && !f->transparency) {
707 } else if (f->avctx->bits_per_raw_sample == 10 && f->transparency) {
714 } else if (f->avctx->bits_per_raw_sample == 16 && !f->transparency){
720 } else if (f->avctx->bits_per_raw_sample == 16 && f->transparency){
733 if ( f->avctx->bits_per_raw_sample == 9)
735 else if (f->avctx->bits_per_raw_sample == 10)
737 else if (f->avctx->bits_per_raw_sample == 12)
739 else if (f->avctx->bits_per_raw_sample == 14)
904 f->version, p->key_frame, f->ac, f->ec, f->slice_count, f->avctx->bits_per_raw_sample);
1033 fsdst->bits_per_raw_sample = fsrc->bits_per_raw_sample;