Lines Matching defs:uv_width_dec
132 int uv_width_dec; /* decimation in width for U/V planes */
282 .uv_width_dec = 2,
287 .uv_width_dec = 2,
293 .uv_width_dec = 2,
299 .uv_width_dec = 2,
306 .uv_width_dec = 2,
313 .uv_width_dec = 2,
319 .uv_width_dec = 2,
605 return fmt->uv_packed ? 8 : 8 * fmt->uv_width_dec;
641 8 * fmt->uv_width_dec : 8;
657 return (fmt->planar && !fmt->uv_packed) ? 8 * fmt->uv_width_dec : 8;
1000 uv_stride = y_stride / fmt->uv_width_dec;
1005 uv_size = y_size / (fmt->uv_width_dec * fmt->uv_height_dec);
1014 uv_col_off = y_col_off / fmt->uv_width_dec;