Searched refs:shiftCommon (Results 1 – 1 of 1) sorted by relevance
246 INT shiftCommon; in FDKsbrEnc_LSI_divide_scale_fract() local259 shiftCommon = fixMin((shiftNum-shiftDenom+shiftScale-1),(DFRACT_BITS-1)); in FDKsbrEnc_LSI_divide_scale_fract()260 if (shiftCommon < 0) in FDKsbrEnc_LSI_divide_scale_fract()261 tmp <<= -shiftCommon; in FDKsbrEnc_LSI_divide_scale_fract()263 tmp >>= shiftCommon; in FDKsbrEnc_LSI_divide_scale_fract()