Home | History | Annotate | Download | only in downmix

Lines Matching refs:clamp16

332                   pDst[0] = clamp16(pDst[0] + pSrc[0]);
333 pDst[1] = clamp16(pDst[1] + pSrc[1]);
829 pDst[0] = clamp16(pDst[0] + ((pSrc[0] + pSrc[2]) >> 1));
831 pDst[1] = clamp16(pDst[1] + ((pSrc[1] + pSrc[3]) >> 1));
839 pDst[0] = clamp16((pSrc[0] + pSrc[2]) >> 1);
841 pDst[1] = clamp16((pSrc[1] + pSrc[3]) >> 1);
887 pDst[0] = clamp16(pDst[0] + (lt >> 13));
888 pDst[1] = clamp16(pDst[1] + (rt >> 13));
903 pDst[0] = clamp16(lt >> 13); // differs from when accumulate is true above
904 pDst[1] = clamp16(rt >> 13); // differs from when accumulate is true above
952 pDst[0] = clamp16(pDst[0] + (lt >> 13));
953 pDst[1] = clamp16(pDst[1] + (rt >> 13));
968 pDst[0] = clamp16(lt >> 13); // differs from when accumulate is true above
969 pDst[1] = clamp16(rt >> 13); // differs from when accumulate is true above
1057 pDst[0] = clamp16(pDst[0] + (lt >> 13));
1058 pDst[1] = clamp16(pDst[1] + (rt >> 13));
1086 pDst[0] = clamp16(lt >> 13); // differs from when accumulate is true above
1087 pDst[1] = clamp16(rt >> 13); // differs from when accumulate is true above