Lines Matching refs:chroma_h_shift
41 int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; in predict_slice_buffered()
43 …const uint8_t *obmc = plane_index ? ff_obmc_tab[s->block_max_depth+s->chroma_h_shift] : ff_obmc_t… in predict_slice_buffered()
44 int obmc_stride= plane_index ? (2*block_size)>>s->chroma_h_shift : 2*block_size; in predict_slice_buffered()
328 s->chroma_h_shift= get_symbol(&s->c, s->header_state, 0); in decode_header()
331 if(s->chroma_h_shift == 1 && s->chroma_v_shift==1){ in decode_header()
333 }else if(s->chroma_h_shift == 0 && s->chroma_v_shift==0){ in decode_header()
335 }else if(s->chroma_h_shift == 2 && s->chroma_v_shift==2){ in decode_header()
338 …_log(s, AV_LOG_ERROR, "unsupported color subsample mode %d %d\n", s->chroma_h_shift, s->chroma_v_s… in decode_header()
339 s->chroma_h_shift = s->chroma_v_shift = 1; in decode_header()
346 s->chroma_h_shift = s->chroma_v_shift = 1; in decode_header()
395 if(FFMIN(s->avctx-> width>>s->chroma_h_shift, in decode_header()