You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: media_softlet/agnostic/common/vp/hal/features/vp_ocl_fc_filter.cpp
+18-5
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ enum class OclFcDiffReportShift
52
52
FormatRGB565Write = 8, //legacy FC will drop (16 - 5/6/5) of LSB
53
53
BT2020ColorFill = 9, //legacy didn't support color fill w/ BT2020 as target color space. It will use black or green as background in legacy
54
54
ChromaSitingOnPL3 = 10, //legacy didn't support 3 plane chromasiting CDS. So legacy FC will only do left top for PL3 output
55
+
FallBackTile64 = 11, //Fall back to common path as fast express not support tile64 output
55
56
FastExpress = 16, //walked into fastexpress path
56
57
OclFcEnabled = 31//actually walked into Ocl FC. Always set to 1 when Ocl FC Filter take effect. "OCL FC Enabled" may be 1 but not walked into OCL FC, cause it may fall back in wrapper class
//actually walked into OCL FC. Always set to 1 when OCL FC Filter take effect. "OCL FC Enabled" may be 1 but not walked into OCL FC, cause it may fall back in wrapper class
0 commit comments