fn fill_row_fancy_with_1_uv_row<const BPP: usize>( row_buffer: &mut [u8], y_row: &[u8], u_row: &[u8], v_row: &[u8], )