Lines Matching refs:uv_height_dec
130 int uv_height_dec; /* decimation in height for U/V planes */ member
280 .uv_height_dec = 1,
285 .uv_height_dec = 1,
291 .uv_height_dec = 2,
297 .uv_height_dec = 2,
304 .uv_height_dec = 2,
311 .uv_height_dec = 1,
317 .uv_height_dec = 1,
616 return fmt->uv_height_dec > 1 ? 2 : 1; in tile_top_align()
1006 uv_size = y_size / (fmt->uv_width_dec * fmt->uv_height_dec); in calc_tile_offsets_planar()
1011 uv_row_off = (top * uv_stride) / fmt->uv_height_dec; in calc_tile_offsets_planar()
1355 image->fmt->planar && image->fmt->uv_height_dec == 2) in init_idmac_channel()