Searched refs:MaxDSCBPP (Results 1 – 4 of 4) sorted by relevance
1594 double MaxDSCBPP; in dml32_TruncToValidBPP() local1605 MaxDSCBPP = 1.5 * DSCInputBitPerComponent - 1 / 16; in dml32_TruncToValidBPP()1612 MaxDSCBPP = 3 * DSCInputBitPerComponent - 1.0 / 16; in dml32_TruncToValidBPP()1625 MaxDSCBPP = 2 * DSCInputBitPerComponent - 1.0 / 16.0; in dml32_TruncToValidBPP()1628 MaxDSCBPP = 3 * DSCInputBitPerComponent - 1.0 / 16.0; in dml32_TruncToValidBPP()1659 else if (MaxLinkBPP >= MaxDSCBPP) in dml32_TruncToValidBPP()1660 return MaxDSCBPP; in dml32_TruncToValidBPP()1678 (DSCEnable && DesiredBPP >= MinDSCBPP && DesiredBPP <= MaxDSCBPP))) in dml32_TruncToValidBPP()
3466 double MaxDSCBPP = 0; in TruncToValidBPP() local3476 MaxDSCBPP = 1.5 * DSCInputBitPerComponent - 1.0 / 16; in TruncToValidBPP()3482 MaxDSCBPP = 3 * DSCInputBitPerComponent - 1.0 / 16; in TruncToValidBPP()3490 MaxDSCBPP = 2 * DSCInputBitPerComponent - 1.0 / 16.0; in TruncToValidBPP()3494 MaxDSCBPP = 3 * DSCInputBitPerComponent - 1.0 / 16.0; in TruncToValidBPP()3515 } else if (MaxLinkBPP >= MaxDSCBPP) { in TruncToValidBPP()3516 return MaxDSCBPP; in TruncToValidBPP()3533 (DSCEnable && DesiredBPP >= MinDSCBPP && DesiredBPP <= MaxDSCBPP))) { in TruncToValidBPP()
3606 double MaxDSCBPP; local3616 MaxDSCBPP = 1.5 * DSCInputBitPerComponent - 1 / 16;3622 MaxDSCBPP = 3 * DSCInputBitPerComponent - 1.0 / 16;3631 MaxDSCBPP = 2 * DSCInputBitPerComponent - 1.0 / 16.0;3634 MaxDSCBPP = 3 * DSCInputBitPerComponent - 1.0 / 16.0;3654 } else if (MaxLinkBPP >= MaxDSCBPP) {3655 return MaxDSCBPP;3672 || (DSCEnable && DesiredBPP >= MinDSCBPP && DesiredBPP <= MaxDSCBPP))) {
3716 double MaxDSCBPP; local3726 MaxDSCBPP = 1.5 * DSCInputBitPerComponent - 1 / 16;3732 MaxDSCBPP = 3 * DSCInputBitPerComponent - 1.0 / 16;3741 MaxDSCBPP = 2 * DSCInputBitPerComponent - 1.0 / 16.0;3744 MaxDSCBPP = 3 * DSCInputBitPerComponent - 1.0 / 16.0;3764 } else if (MaxLinkBPP >= MaxDSCBPP) {3765 return MaxDSCBPP;3782 || (DSCEnable && DesiredBPP >= MinDSCBPP && DesiredBPP <= MaxDSCBPP))) {