Lines Matching refs:uv_width_dec
129 int uv_width_dec; /* decimation in width for U/V planes */ member
279 .uv_width_dec = 2,
284 .uv_width_dec = 2,
290 .uv_width_dec = 2,
296 .uv_width_dec = 2,
303 .uv_width_dec = 2,
310 .uv_width_dec = 2,
316 .uv_width_dec = 2,
606 return fmt->uv_packed ? 8 : 8 * fmt->uv_width_dec; in tile_left_align()
642 8 * fmt->uv_width_dec : 8; in tile_width_align()
658 return (fmt->planar && !fmt->uv_packed) ? 8 * fmt->uv_width_dec : 8; in tile_height_align()
1001 uv_stride = y_stride / fmt->uv_width_dec; in calc_tile_offsets_planar()
1006 uv_size = y_size / (fmt->uv_width_dec * fmt->uv_height_dec); in calc_tile_offsets_planar()
1015 uv_col_off = y_col_off / fmt->uv_width_dec; in calc_tile_offsets_planar()