Lines Matching defs:chroma_v_shift
336 const int chroma_height = AV_CEIL_RSHIFT(height, f->chroma_v_shift);
338 const int cy = y >> f->chroma_v_shift;
461 f->chroma_v_shift = get_symbol(c, state, 0);
467 if (f->chroma_h_shift > 4U || f->chroma_v_shift > 4U) {
469 f->chroma_h_shift, f->chroma_v_shift);
536 f->chroma_planes, f->chroma_h_shift, f->chroma_v_shift,
556 int chroma_planes, chroma_h_shift, chroma_v_shift, transparency, colorspace, bits_per_raw_sample;
580 chroma_v_shift = get_symbol(c, state, 0);
590 chroma_v_shift != f->chroma_v_shift ||
597 if (chroma_h_shift > 4U || chroma_v_shift > 4U) {
599 chroma_h_shift, chroma_v_shift);
607 f->chroma_v_shift = chroma_v_shift;
639 switch(16 * f->chroma_h_shift + f->chroma_v_shift) {
648 switch(16*f->chroma_h_shift + f->chroma_v_shift) {
655 switch(16 * f->chroma_h_shift + f->chroma_v_shift) {
662 switch(16 * f->chroma_h_shift + f->chroma_v_shift) {
669 switch(16 * f->chroma_h_shift + f->chroma_v_shift) {
677 switch(16 * f->chroma_h_shift + f->chroma_v_shift) {
684 switch(16 * f->chroma_h_shift + f->chroma_v_shift) {
692 switch(16 * f->chroma_h_shift + f->chroma_v_shift) {
699 switch(16 * f->chroma_h_shift + f->chroma_v_shift) {
706 switch(16 * f->chroma_h_shift + f->chroma_v_shift) {
713 if (f->chroma_h_shift || f->chroma_v_shift) {
752 f->chroma_h_shift, f->chroma_v_shift, f->avctx->pix_fmt);
988 int sv = (j == 1 || j == 2) ? f->chroma_v_shift : 0;
1025 fsdst->chroma_v_shift = fsrc->chroma_v_shift;