• Home
  • Raw
  • Download

Lines Matching refs:chroma_h_shift

320         const int chroma_width  = AV_CEIL_RSHIFT(width,  f->chroma_h_shift);  in decode_slice()
322 const int cx = x >> f->chroma_h_shift; in decode_slice()
445 f->chroma_h_shift = get_symbol(c, state, 0); in read_extra_header()
452 if (f->chroma_h_shift > 4U || f->chroma_v_shift > 4U) { in read_extra_header()
454 f->chroma_h_shift, f->chroma_v_shift); in read_extra_header()
516 f->chroma_planes, f->chroma_h_shift, f->chroma_v_shift, in read_extra_header()
536 … int chroma_planes, chroma_h_shift, chroma_v_shift, transparency, colorspace, bits_per_raw_sample; in read_header() local
559 chroma_h_shift = get_symbol(c, state, 0); in read_header()
569 chroma_h_shift != f->chroma_h_shift || in read_header()
577 if (chroma_h_shift > 4U || chroma_v_shift > 4U) { in read_header()
579 chroma_h_shift, chroma_v_shift); in read_header()
586 f->chroma_h_shift = chroma_h_shift; in read_header()
619 switch(16 * f->chroma_h_shift + f->chroma_v_shift) { in read_header()
628 switch(16*f->chroma_h_shift + f->chroma_v_shift) { in read_header()
635 switch(16 * f->chroma_h_shift + f->chroma_v_shift) { in read_header()
642 switch(16 * f->chroma_h_shift + f->chroma_v_shift) { in read_header()
649 switch(16 * f->chroma_h_shift + f->chroma_v_shift) { in read_header()
657 switch(16 * f->chroma_h_shift + f->chroma_v_shift) { in read_header()
664 switch(16 * f->chroma_h_shift + f->chroma_v_shift) { in read_header()
672 switch(16 * f->chroma_h_shift + f->chroma_v_shift) { in read_header()
679 switch(16 * f->chroma_h_shift + f->chroma_v_shift) { in read_header()
686 switch(16 * f->chroma_h_shift + f->chroma_v_shift) { in read_header()
693 if (f->chroma_h_shift || f->chroma_v_shift) { in read_header()
732 f->chroma_h_shift, f->chroma_v_shift, f->avctx->pix_fmt); in read_header()
947 int sh = (j == 1 || j == 2) ? f->chroma_h_shift : 0; in decode_frame()
987 fsdst->chroma_h_shift = fsrc->chroma_h_shift; in copy_fields()