Lines Matching refs:chroma_y_shift
147 int chroma_y_shift; member
294 int max_yblen = MAX_BLOCKSIZE >> (i ? s->chroma_y_shift : 0); in alloc_sequence_buffers()
296 h = s->seq.height >> (i ? s->chroma_y_shift : 0); in alloc_sequence_buffers()
1057 p->height = s->seq.height >> (i ? s->chroma_y_shift : 0); in init_planes()
1088 p->yblen = s->plane[0].yblen >> s->chroma_y_shift; in init_planes()
1090 p->ybsep = s->plane[0].ybsep >> s->chroma_y_shift; in init_planes()
1136 s->plane[0].yblen % (1 << s->chroma_y_shift) != 0 || in dirac_unpack_prediction_parameters()
1140 s->plane[0].xblen, s->plane[0].yblen, s->chroma_x_shift, s->chroma_y_shift); in dirac_unpack_prediction_parameters()
1657 motion_y >>= s->chroma_y_shift; in mc_subpel()
1970 int chroma_x_shift, chroma_y_shift; in get_buffer_with_edge() local
1972 &chroma_y_shift); in get_buffer_with_edge()
1983 int offset = (EDGE_WIDTH >> (i && i<3 ? chroma_y_shift : 0)) * in get_buffer_with_edge()
2175 &s->chroma_y_shift); in dirac_decode_data_unit()