Searched refs:MaxDSCBPP (Results 1 – 2 of 2) sorted by relevance
3561 double MaxDSCBPP = 0; in TruncToValidBPP() local3571 MaxDSCBPP = 1.5 * DSCInputBitPerComponent - 1.0 / 16; in TruncToValidBPP()3577 MaxDSCBPP = 3 * DSCInputBitPerComponent - 1.0 / 16; in TruncToValidBPP()3592 MaxDSCBPP = 2 * DSCInputBitPerComponent - 1.0 / 16.0; in TruncToValidBPP()3596 MaxDSCBPP = 3 * DSCInputBitPerComponent - 1.0 / 16.0; in TruncToValidBPP()3617 } else if (MaxLinkBPP >= MaxDSCBPP) { in TruncToValidBPP()3618 return MaxDSCBPP; in TruncToValidBPP()3635 (DSCEnable && DesiredBPP >= MinDSCBPP && DesiredBPP <= MaxDSCBPP))) { in TruncToValidBPP()
3877 double MaxDSCBPP; local3887 MaxDSCBPP = 1.5 * DSCInputBitPerComponent - 1 / 16;3893 MaxDSCBPP = 3 * DSCInputBitPerComponent - 1.0 / 16;3906 MaxDSCBPP = 2 * DSCInputBitPerComponent - 1.0 / 16.0;3909 MaxDSCBPP = 3 * DSCInputBitPerComponent - 1.0 / 16.0;3929 } else if (MaxLinkBPP >= MaxDSCBPP) {3930 return MaxDSCBPP;3947 || (DSCEnable && DesiredBPP >= MinDSCBPP && DesiredBPP <= MaxDSCBPP))) {