Searched refs:p2CoeffL (Results 1 – 1 of 1) sorted by relevance
1023 FIXP_DBL *p2CoeffL = &( in CJointStereo_ApplyMS() local1054 left = ((*p2CoeffL) >> 2) + side; in CJointStereo_ApplyMS()1055 right = ((*p2CoeffL) >> 2) - side; in CJointStereo_ApplyMS()1058 *p2CoeffL++ = SATURATE_LEFT_SHIFT_ALT(left, 2, DFRACT_BITS); in CJointStereo_ApplyMS()