Skip to content

Commit

Permalink
[VP] Correction Colorspace to seperate RGB/YUV
Browse files Browse the repository at this point in the history
Correction Colorspace to seperate RGB/YUV
ULT changed.
Rebased on latest codebase(03/11/2019)

Change-Id: Ia66eb56fb25fe393cdaf2f596811c4db0fe06f7f
  • Loading branch information
Wang_JohnZ authored and intel-mediadev committed Mar 25, 2019
1 parent a47f25d commit 8773ef5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion media_driver/agnostic/common/vp/hal/vphal.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@
// YUV input ranges
#define YUV_RANGE_16_235 1
#define YUV_RANGE_0_255 2
#define YUV_RANGE_FROM_DDI 4
#define YUV_RANGE_FROM_DDI 3

// RGB input ranges
#define RGB_RANGE_16_235 1
#define RGB_RANGE_0_255 0

// Media Features height
#define VPHAL_RNDR_2K_HEIGHT 1080
Expand Down

0 comments on commit 8773ef5

Please sign in to comment.