• Home
  • Raw
  • Download

Lines Matching refs:WELS_CLIP3

114 …pPix[iStrideX * -2] = WELS_CLIP3 (p[1] + WELS_CLIP3 (((p[2] + ((p[0] + q[0] + 1) >> 1) - (p[1] << …  in anchor_DeblockingLumaNormal()
120 …pPix[iStrideX * 1] = WELS_CLIP3 (q[1] + WELS_CLIP3 (((q[2] + ((p[0] + q[0] + 1) >> 1) - (q[1] << 1… in anchor_DeblockingLumaNormal()
125 iDelta = WELS_CLIP3 (((((q[0] - p[0]) * (1 << 2)) + (p[1] - q[1]) + 4) >> 3), -1 * iTc, iTc); in anchor_DeblockingLumaNormal()
126 pPix[iStrideX * -1] = WELS_CLIP3 ((p[0] + iDelta), 0, 255); in anchor_DeblockingLumaNormal()
127 pPix[0] = WELS_CLIP3 ((q[0] - iDelta), 0, 255); in anchor_DeblockingLumaNormal()
197 iDelta = WELS_CLIP3 (((((q[0] - p[0]) * (1 << 2)) + (p[1] - q[1]) + 4) >> 3), -1 * iTc, iTc); in anchor_DeblockingChromaNormal()
198 pPixCb[iStrideX * -1] = WELS_CLIP3 ((p[0] + iDelta), 0, 255); in anchor_DeblockingChromaNormal()
199 pPixCb[iStrideX * 0 ] = WELS_CLIP3 ((q[0] - iDelta), 0, 255); in anchor_DeblockingChromaNormal()
212 iDelta = WELS_CLIP3 (((((q[0] - p[0]) * (1 << 2)) + (p[1] - q[1]) + 4) >> 3), -1 * iTc, iTc); in anchor_DeblockingChromaNormal()
213 pPixCr[iStrideX * -1] = WELS_CLIP3 ((p[0] + iDelta), 0, 255); in anchor_DeblockingChromaNormal()
214 pPixCr[iStrideX * 0 ] = WELS_CLIP3 ((q[0] - iDelta), 0, 255); in anchor_DeblockingChromaNormal()
236 pPixCb[iStrideX * -1] = WELS_CLIP3 ((2 * p[1] + p[0] + q[1] + 2) >> 2, 0, 255); in anchor_DeblockingChromaIntra()
237 pPixCb[iStrideX * 0 ] = WELS_CLIP3 ((2 * q[1] + q[0] + p[1] + 2) >> 2, 0, 255); in anchor_DeblockingChromaIntra()
250 pPixCr[iStrideX * -1] = WELS_CLIP3 ((2 * p[1] + p[0] + q[1] + 2) >> 2, 0, 255); in anchor_DeblockingChromaIntra()
251 pPixCr[iStrideX * 0 ] = WELS_CLIP3 ((2 * q[1] + q[0] + p[1] + 2) >> 2, 0, 255); in anchor_DeblockingChromaIntra()