HomeSort by: relevance | last modified time | path
    Searched refs:DSCInputBitPerComponent (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 1804 mode_lib->vba.DSCInputBitPerComponent[k],
1818 mode_lib->vba.DSCInputBitPerComponent[k],
3273 unsigned int DSCInputBitPerComponent)
3312 else if (DecimalBPP >= 1.5 * DSCInputBitPerComponent - 1.0 / 16.0)
3313 return 1.5 * DSCInputBitPerComponent - 1.0 / 16.0;
3319 || DesiredBPP > 1.5 * DSCInputBitPerComponent - 1.0 / 16.0
3330 else if (DecimalBPP >= 2 * DSCInputBitPerComponent - 1.0 / 16.0)
3331 return 2 * DSCInputBitPerComponent - 1.0 / 16.0;
3337 || DesiredBPP > 2 * DSCInputBitPerComponent - 1.0 / 16.0
3348 else if (DecimalBPP >= 3 * DSCInputBitPerComponent - 1.0 / 16.0
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 1817 mode_lib->vba.DSCInputBitPerComponent[k],
1831 mode_lib->vba.DSCInputBitPerComponent[k],
3201 unsigned int DSCInputBitPerComponent)
3239 else if (DecimalBPP >= 1.5 * DSCInputBitPerComponent - 1 / 16)
3240 return 1.5 * DSCInputBitPerComponent - 1 / 16;
3246 else if (DecimalBPP >= 2 * DSCInputBitPerComponent - 1 / 16)
3247 return 2 * DSCInputBitPerComponent - 1 / 16;
3253 else if (DecimalBPP >= 3 * DSCInputBitPerComponent - 1 / 16)
3254 return 3 * DSCInputBitPerComponent - 1 / 16;
4049 if (!(mode_lib->vba.DSCInputBitPerComponent[k] == 12.
    [all...]
amdgpu_display_mode_vba_20v2.c 1853 mode_lib->vba.DSCInputBitPerComponent[k],
1867 mode_lib->vba.DSCInputBitPerComponent[k],
3238 unsigned int DSCInputBitPerComponent)
3276 else if (DecimalBPP >= 1.5 * DSCInputBitPerComponent - 1 / 16)
3277 return 1.5 * DSCInputBitPerComponent - 1 / 16;
3283 else if (DecimalBPP >= 2 * DSCInputBitPerComponent - 1 / 16)
3284 return 2 * DSCInputBitPerComponent - 1 / 16;
3290 else if (DecimalBPP >= 3 * DSCInputBitPerComponent - 1 / 16)
3291 return 3 * DSCInputBitPerComponent - 1 / 16;
4093 if (!(mode_lib->vba.DSCInputBitPerComponent[k] == 12.
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
display_mode_vba.h 327 unsigned int DSCInputBitPerComponent[DC__NUM_DPP__MAX];
amdgpu_display_mode_vba.c 468 mode_lib->vba.DSCInputBitPerComponent[mode_lib->vba.NumberOfActivePlanes] =

Completed in 23 milliseconds