Lines Matching refs:chroma_v_shift
39 int block_h = plane_index ? block_size>>s->chroma_v_shift : block_size;
326 s->chroma_v_shift= get_symbol(&s->c, s->header_state, 0);
328 if(s->chroma_h_shift == 1 && s->chroma_v_shift==1){
330 }else if(s->chroma_h_shift == 0 && s->chroma_v_shift==0){
332 }else if(s->chroma_h_shift == 2 && s->chroma_v_shift==2){
335 av_log(s, AV_LOG_ERROR, "unsupported color subsample mode %d %d\n", s->chroma_h_shift, s->chroma_v_shift);
336 s->chroma_h_shift = s->chroma_v_shift = 1;
343 s->chroma_h_shift = s->chroma_v_shift = 1;
393 s->avctx->height>>s->chroma_v_shift) >> (s->spatial_decomposition_count-1) <= 1){
538 const int block_h = plane_index ? block_size>>s->chroma_v_shift : block_size;