Lines Matching refs:uv_height_dec
133 int uv_height_dec; /* decimation in height for U/V planes */ member
283 .uv_height_dec = 1,
288 .uv_height_dec = 1,
294 .uv_height_dec = 2,
300 .uv_height_dec = 2,
307 .uv_height_dec = 2,
314 .uv_height_dec = 1,
320 .uv_height_dec = 1,
615 return fmt->uv_height_dec > 1 ? 2 : 1; in tile_top_align()
1005 uv_size = y_size / (fmt->uv_width_dec * fmt->uv_height_dec); in calc_tile_offsets_planar()
1010 uv_row_off = (top * uv_stride) / fmt->uv_height_dec; in calc_tile_offsets_planar()
1354 image->fmt->planar && image->fmt->uv_height_dec == 2) in init_idmac_channel()