Lines Matching refs:uv_width_dec
117 int uv_width_dec; /* decimation in width for U/V planes */ member
238 .uv_width_dec = 2,
243 .uv_width_dec = 2,
249 .uv_width_dec = 2,
255 .uv_width_dec = 2,
262 .uv_width_dec = 2,
269 .uv_width_dec = 2,
275 .uv_width_dec = 2,
478 uv_stride = y_stride / fmt->uv_width_dec; in calc_tile_offsets_planar()
483 uv_size = y_size / (fmt->uv_width_dec * fmt->uv_height_dec); in calc_tile_offsets_planar()
493 uv_col_off = y_col_off / fmt->uv_width_dec; in calc_tile_offsets_planar()
1234 return fmt->planar ? 8 * fmt->uv_width_dec : 8; in tile_width_align()