PQ_Default_8506.h 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768
  1. /*picture mode*/
  2. #define PICTURE_MODE_TYPE_ATV APP_VIDEO_PQ_MODE2_STANDARD
  3. #define PICTURE_MODE_TYPE_DTV APP_VIDEO_PQ_MODE2_STANDARD
  4. #define PICTURE_MODE_TYPE_RADIO APP_VIDEO_PQ_MODE2_VIVID
  5. #define PICTURE_MODE_TYPE_SCART APP_VIDEO_PQ_MODE2_VIVID
  6. #define PICTURE_MODE_TYPE_SCART1 APP_VIDEO_PQ_MODE2_VIVID
  7. #define PICTURE_MODE_TYPE_AV APP_VIDEO_PQ_MODE2_VIVID
  8. #define PICTURE_MODE_TYPE_AV1 APP_VIDEO_PQ_MODE2_VIVID
  9. #define PICTURE_MODE_TYPE_AV2 APP_VIDEO_PQ_MODE2_VIVID
  10. #define PICTURE_MODE_TYPE_SVIDEO APP_VIDEO_PQ_MODE2_VIVID
  11. #define PICTURE_MODE_TYPE_SVIDEO1 APP_VIDEO_PQ_MODE2_VIVID
  12. #define PICTURE_MODE_TYPE_YPBPR APP_VIDEO_PQ_MODE2_VIVID
  13. #define PICTURE_MODE_TYPE_YPBPR1 APP_VIDEO_PQ_MODE2_VIVID
  14. #define PICTURE_MODE_TYPE_HDMI APP_VIDEO_PQ_MODE2_VIVID
  15. #define PICTURE_MODE_TYPE_HDMI1 APP_VIDEO_PQ_MODE2_VIVID
  16. #define PICTURE_MODE_TYPE_HDMI2 APP_VIDEO_PQ_MODE2_VIVID
  17. #define PICTURE_MODE_TYPE_PC APP_VIDEO_PQ_MODE2_STANDARD
  18. #define PICTURE_MODE_TYPE_MEDIA APP_VIDEO_PQ_MODE2_VIVID
  19. #define PICTURE_MODE_TYPE_NET APP_VIDEO_PQ_MODE2_VIVID
  20. #define PICTURE_MODE_TYPE_DVD APP_VIDEO_PQ_MODE2_VIVID
  21. #define PICTURE_MODE_TYPE_BLUETOOTH APP_VIDEO_PQ_MODE2_VIVID
  22. /*************************Con, Sat, Hue, YBri, Sharpness,colortemp, NR , backlight, DCC, DCR*/
  23. #define ATV_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1 }
  24. #define ATV_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  25. #define ATV_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  26. #define ATV_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  27. #define ATV_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  28. #define DTV_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  29. #define DTV_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  30. #define DTV_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  31. #define DTV_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  32. #define DTV_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  33. #define RADIO_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  34. #define RADIO_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  35. #define RADIO_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  36. #define RADIO_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  37. #define RADIO_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  38. #define SCART_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  39. #define SCART_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  40. #define SCART_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  41. #define SCART_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  42. #define SCART_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  43. #define SCART1_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  44. #define SCART1_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  45. #define SCART1_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  46. #define SCART1_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  47. #define SCART1_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  48. #define AV_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  49. #define AV_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  50. #define AV_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  51. #define AV_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  52. #define AV_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  53. #define AV1_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  54. #define AV1_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  55. #define AV1_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  56. #define AV1_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  57. #define AV1_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  58. #define AV2_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  59. #define AV2_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  60. #define AV2_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  61. #define AV2_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  62. #define AV2_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  63. #define SVIDEO_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  64. #define SVIDEO_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  65. #define SVIDEO_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  66. #define SVIDEO_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  67. #define SVIDEO_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  68. #define SVIDEO1_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  69. #define SVIDEO1_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  70. #define SVIDEO1_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  71. #define SVIDEO1_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  72. #define SVIDEO1_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  73. #define SVIDEO2_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  74. #define SVIDEO2_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  75. #define SVIDEO2_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  76. #define SVIDEO2_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  77. #define SVIDEO2_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  78. #define YPBPR_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  79. #define YPBPR_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  80. #define YPBPR_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  81. #define YPBPR_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  82. #define YPBPR_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  83. #define YPBPR1_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  84. #define YPBPR1_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  85. #define YPBPR1_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  86. #define YPBPR1_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  87. #define YPBPR1_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  88. #define YPBPR2_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  89. #define YPBPR2_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  90. #define YPBPR2_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  91. #define YPBPR2_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  92. #define YPBPR2_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  93. #define HDMI_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  94. #define HDMI_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  95. #define HDMI_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  96. #define HDMI_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  97. #define HDMI_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  98. #define HDMI1_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  99. #define HDMI1_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  100. #define HDMI1_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  101. #define HDMI1_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  102. #define HDMI1_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  103. #define HDMI2_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  104. #define HDMI2_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  105. #define HDMI2_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  106. #define HDMI2_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  107. #define HDMI2_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  108. #define PC_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  109. #define PC_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  110. #define PC_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  111. #define PC_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  112. #define PC_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  113. #define MEDIA_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  114. #define MEDIA_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  115. #define MEDIA_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  116. #define MEDIA_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  117. #define MEDIA_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  118. #define MEDIA1_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  119. #define MEDIA1_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  120. #define MEDIA1_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  121. #define MEDIA1_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  122. #define MEDIA1_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  123. #define KARAOKE_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  124. #define KARAOKE_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  125. #define KARAOKE_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  126. #define KARAOKE_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  127. #define KARAOKE_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  128. #define NET_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  129. #define NET_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  130. #define NET_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  131. #define NET_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  132. #define NET_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  133. #define DVD_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  134. #define DVD_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  135. #define DVD_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  136. #define DVD_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  137. #define DVD_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  138. #define ANDRO_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  139. #define ANDRO_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  140. #define ANDRO_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  141. #define ANDRO_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  142. #define ANDRO_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  143. #define GAME_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  144. #define GAME_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  145. #define GAME_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  146. #define GAME_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  147. #define GAME_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  148. #define BT_Picmode_standard { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  149. #define BT_Picmode_eco { 40, 40, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  150. #define BT_Picmode_vivid { 60, 60, 50, 40, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  151. #define BT_Picmode_movie { 45, 45, 50, 45, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  152. #define BT_Picmode_user { 50, 50, 50, 50, 50, MID_COLORTEMP_STD, MID_NR_MIDDLE, DEFAULT_LCD_BACKLIGHT_VALUE, 1, 1}
  153. /* Color Temperature */
  154. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  155. #ifdef PQ_SETTING_BY_SOURCE_TYPE
  156. #define COLOR_TEMP_TYPE_ATV \
  157. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  158. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  159. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  160. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  161. #define COLOR_TEMP_TYPE_DTV \
  162. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  163. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  164. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  165. #define COLOR_TEMP_TYPE_RADIO \
  166. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  167. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  168. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  169. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  170. #define COLOR_TEMP_TYPE_SCART \
  171. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  172. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  173. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  174. #define COLOR_TEMP_TYPE_CVBS \
  175. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  176. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  177. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  178. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  179. #define COLOR_TEMP_TYPE_YC \
  180. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  181. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  182. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  183. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  184. #define COLOR_TEMP_TYPE_YPBPR \
  185. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  186. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  187. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  188. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  189. #define COLOR_TEMP_TYPE_HDMI \
  190. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  191. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  192. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  193. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  194. #define COLOR_TEMP_TYPE_PC \
  195. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  196. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  197. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  198. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  199. #define COLOR_TEMP_TYPE_MULTIMEDIS \
  200. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  201. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  202. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  203. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  204. #define COLOR_TEMP_TYPE_KARAOKE \
  205. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  206. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  207. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  208. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  209. #define COLOR_TEMP_TYPE_NET \
  210. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  211. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  212. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  213. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  214. #define COLOR_TEMP_TYPE_DVD \
  215. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  216. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  217. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  218. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  219. #define COLOR_TEMP_TYPE_ANDROID \
  220. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  221. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  222. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  223. #if defined(CONFIG_SUPPORT_NES_GAME) || defined(CONFIG_OSD_GAME_SUPPORT)
  224. #define COLOR_TEMP_TYPE_GAME \
  225. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  226. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  227. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  228. #endif
  229. #ifdef CONFIG_BLUETOOTH_SUPPORT
  230. #define COLOR_TEMP_TYPE_BLUETOOTH \
  231. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  232. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  233. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  234. #endif
  235. /* Curve Setting */
  236. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  237. #define CURVE_TYPE_ATV \
  238. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  239. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  240. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  241. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  242. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  243. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  244. #define CURVE_TYPE_DTV \
  245. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  246. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  247. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  248. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  249. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  250. #define CURVE_TYPE_RADIO \
  251. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  252. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  253. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  254. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  255. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  256. #define CURVE_TYPE_SCART \
  257. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  258. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  259. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  260. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  261. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  262. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  263. #define CURVE_TYPE_CVBS \
  264. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  265. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  266. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  267. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  268. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  269. #define CURVE_TYPE_YC \
  270. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  271. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  272. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  273. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  274. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  275. #define CURVE_TYPE_YPBPR \
  276. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  277. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  278. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  279. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  280. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  281. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  282. #define CURVE_TYPE_HDMI \
  283. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  284. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  285. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  286. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  287. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  288. #define CURVE_TYPE_PC \
  289. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  290. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  291. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  292. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  293. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  294. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  295. #define CURVE_TYPE_MULTIMEDIS \
  296. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  297. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  298. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  299. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  300. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  301. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  302. #define CURVE_TYPE_KARAOKE \
  303. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  304. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  305. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  306. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  307. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  308. #define CURVE_TYPE_NET \
  309. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  310. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  311. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  312. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  313. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  314. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  315. #define CURVE_TYPE_DVD \
  316. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  317. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  318. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  319. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  320. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  321. #define CURVE_TYPE_ANDROID \
  322. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  323. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  324. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  325. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  326. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  327. #if defined(CONFIG_SUPPORT_NES_GAME) || defined(CONFIG_OSD_GAME_SUPPORT)
  328. #define CURVE_TYPE_GAME \
  329. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  330. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  331. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  332. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  333. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  334. #endif
  335. #ifdef CONFIG_BLUETOOTH_SUPPORT
  336. #define CURVE_TYPE_BLUETOOTH \
  337. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  338. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  339. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  340. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  341. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  342. #endif
  343. #else
  344. #define COLOR_TEMP_ATV_NTSC \
  345. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  346. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  347. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  348. #define COLOR_TEMP_ATV_PAL \
  349. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  350. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  351. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  352. #define COLOR_TEMP_ATV_SECAM \
  353. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  354. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  355. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  356. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  357. #define COLOR_TEMP_CVBS_NTSC \
  358. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  359. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  360. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  361. #define COLOR_TEMP_CVBS_PAL \
  362. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  363. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  364. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  365. #define COLOR_TEMP_CVBS_SECAM \
  366. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  367. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  368. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  369. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  370. #define COLOR_TEMP_YC_NTSC \
  371. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  372. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  373. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  374. #define COLOR_TEMP_YC_PAL \
  375. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  376. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  377. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  378. #define COLOR_TEMP_YC_SECAM \
  379. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  380. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  381. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  382. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  383. #define COLOR_TEMP_YPBPR_SD \
  384. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  385. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  386. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  387. #define COLOR_TEMP_YPBPR_HD \
  388. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  389. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  390. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  391. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  392. #define COLOR_TEMP_PC \
  393. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  394. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  395. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  396. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  397. #define COLOR_TEMP_HDMI_SD_016_235 \
  398. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  399. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  400. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  401. #define COLOR_TEMP_HDMI_SD_000_255 \
  402. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  403. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  404. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  405. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  406. #define COLOR_TEMP_HDMI_HD_016_235 \
  407. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  408. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  409. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  410. #define COLOR_TEMP_HDMI_HD_000_255 \
  411. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  412. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  413. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  414. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  415. #define COLOR_TEMP_DVI_HDMI_016_235 \
  416. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  417. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  418. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  419. #define COLOR_TEMP_DVI_HDMI_000_255 \
  420. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  421. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  422. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  423. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  424. #define COLOR_TEMP_DTV_SD \
  425. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  426. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  427. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  428. #define COLOR_TEMP_DTV_HD \
  429. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  430. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  431. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  432. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  433. #define COLOR_TEMP_MULTIMEDIS_SD \
  434. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  435. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  436. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  437. #define COLOR_TEMP_MULTIMEDIS_HD \
  438. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  439. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  440. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  441. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  442. #define COLOR_TEMP_SCART_AV_NTSC \
  443. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  444. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  445. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  446. #define COLOR_TEMP_SCART_AV_PAL \
  447. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  448. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  449. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  450. #define COLOR_TEMP_SCART_AV_SECAM \
  451. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  452. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  453. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  454. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  455. #define COLOR_TEMP_SCART_SV_NTSC \
  456. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  457. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  458. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  459. #define COLOR_TEMP_SCART_SV_PAL \
  460. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  461. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  462. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  463. #define COLOR_TEMP_SCART_SV_SECAM \
  464. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  465. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  466. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  467. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  468. #define COLOR_TEMP_SCART_RGB \
  469. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  470. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  471. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  472. /* R-Gain, G-Gain, B-Gain, R-Offset, G-Offset, B-Offset */
  473. #define COLOR_TEMP_DVD_SD \
  474. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  475. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  476. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  477. #define COLOR_TEMP_DVD_HD \
  478. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  479. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  480. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  481. #ifdef CONFIG_BLUETOOTH_SUPPORT
  482. #define COLOR_TEMP_BLUETOOTH \
  483. { 1024, 1024, 1024, 0, 0, 0, }, /* Standard */\
  484. { 1065, 1024, 1000, 5, 0, -5, }, /* Warm */\
  485. { 1010, 1024, 1094, -4, 0, 5, }, /* Cool */
  486. #endif
  487. /* Curve Setting */
  488. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  489. #define CURVE_ATV_NTSC \
  490. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  491. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  492. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  493. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  494. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  495. #define CURVE_ATV_PAL \
  496. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  497. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  498. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  499. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  500. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  501. #define CURVE_ATV_SECAM \
  502. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  503. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  504. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  505. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  506. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  507. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  508. #define CURVE_CVBS_NTSC \
  509. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  510. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  511. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  512. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  513. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  514. #define CURVE_CVBS_PAL \
  515. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  516. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  517. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  518. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  519. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  520. #define CURVE_CVBS_SECAM \
  521. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  522. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  523. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  524. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  525. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  526. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  527. #define CURVE_YC_NTSC \
  528. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  529. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  530. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  531. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  532. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  533. #define CURVE_YC_PAL \
  534. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  535. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  536. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  537. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  538. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  539. #define CURVE_YC_SECAM \
  540. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  541. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  542. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  543. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  544. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  545. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  546. #define CURVE_YPBPR_SD \
  547. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  548. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  549. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  550. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  551. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  552. #define CURVE_YPBPR_HD \
  553. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  554. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  555. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  556. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  557. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  558. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  559. #define CURVE_PC \
  560. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  561. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  562. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  563. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  564. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  565. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  566. #define CURVE_HDMI_SD_016_235 \
  567. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  568. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  569. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  570. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  571. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  572. #define CURVE_HDMI_SD_000_255 \
  573. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  574. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  575. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  576. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  577. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  578. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  579. #define CURVE_HDMI_HD_016_235 \
  580. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  581. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  582. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  583. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  584. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  585. #define CURVE_HDMI_HD_000_255 \
  586. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  587. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  588. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  589. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  590. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  591. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  592. #define CURVE_DVI_HDMI_016_235 \
  593. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  594. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  595. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  596. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  597. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  598. #define CURVE_DVI_HDMI_000_255 \
  599. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  600. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  601. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  602. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  603. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  604. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  605. #define CURVE_DTV_SD \
  606. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  607. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  608. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  609. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  610. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  611. #define CURVE_DTV_HD \
  612. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  613. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  614. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  615. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  616. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  617. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  618. #define CURVE_MULTIMEDIS_SD \
  619. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  620. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  621. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  622. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  623. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  624. #define CURVE_MULTIMEDIS_HD \
  625. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  626. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  627. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  628. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  629. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  630. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  631. #define CURVE_SCART_AV_NTSC \
  632. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  633. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  634. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  635. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  636. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  637. #define CURVE_SCART_AV_PAL \
  638. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  639. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  640. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  641. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  642. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  643. #define CURVE_SCART_AV_SECAM \
  644. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  645. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  646. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  647. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  648. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  649. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  650. #define CURVE_SCART_SV_NTSC \
  651. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  652. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  653. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  654. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  655. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  656. #define CURVE_SCART_SV_PAL \
  657. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  658. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  659. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  660. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  661. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  662. #define CURVE_SCART_SV_SECAM \
  663. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  664. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  665. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  666. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  667. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  668. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  669. #define CURVE_SCART_RGB \
  670. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  671. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  672. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  673. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  674. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  675. /* Pt_000, Pt_025, Pt_050, Pt_075, Pt_100 */
  676. #define CURVE_DVD_SD \
  677. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  678. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  679. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  680. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  681. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  682. #define CURVE_DVD_HD \
  683. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  684. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  685. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  686. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  687. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  688. #ifdef CONFIG_BLUETOOTH_SUPPORT
  689. #define CURVE_BLUETOOTH \
  690. { 512, 768, 1024, 1280, 1536 }, /* Contrast */\
  691. { 0, 512, 1024, 1536, 2047 }, /* Brightness */\
  692. { 0, 512, 1024, 1536, 2047 }, /* Saturation */\
  693. { 0, 32, 64, 96, 127 }, /* Sharpness */\
  694. { 0, 32, 50, 75, 100 }, /* Hue (Tint) */
  695. #endif
  696. #endif