Searched refs:iTc0 (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/common/src/ |
D | deblocking_common.cpp | 8 int32_t iTc0 = pTc[i >> 2]; in DeblockLumaLt4_c() local 9 if (iTc0 >= 0) { in DeblockLumaLt4_c() 19 int32_t iTc = iTc0; in DeblockLumaLt4_c() 24 …-2 * iStrideX] = p1 + WELS_CLIP3 ((p2 + ((p0 + q0 + 1) >> 1) - (p1 * (1 << 1))) >> 1, -iTc0, iTc0); in DeblockLumaLt4_c() 28 …pPix[iStrideX] = q1 + WELS_CLIP3 ((q2 + ((p0 + q0 + 1) >> 1) - (q1 * (1 << 1))) >> 1, -iTc0, iTc0); in DeblockLumaLt4_c() 99 int32_t iTc0 = pTc[i >> 1]; in DeblockChromaLt4_c() local 100 if (iTc0 > 0) { in DeblockChromaLt4_c() 110 iDeta = WELS_CLIP3 ((((q0 - p0) * (1 << 2)) + (p1 - q1) + 4) >> 3, -iTc0, iTc0); in DeblockChromaLt4_c() 126 iDeta = WELS_CLIP3 ((((q0 - p0) * (1 << 2)) + (p1 - q1) + 4) >> 3, -iTc0, iTc0); in DeblockChromaLt4_c() 190 int32_t iTc0 = pTc[i >> 1]; in DeblockChromaLt42_c() local [all …]
|
/third_party/openh264/codec/common/x86/ |
D | deblock.asm | 235 movdqa xmm4, xmm3 ; iTc0 = iTc 244 pand xmm7, xmm4 ; iTc0 & (bDeltaP2P0 ? 0xff : 0) 245 pand xmm5, xmm4 ; iTc0 & (bDeltaQ2Q0 ? 0xff : 0)
|