Searched refs:iTc0 (Results 1 – 3 of 3) 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/loongarch/ |
D | deblock_lsx.c | 55 __m128i iTc, iTc0, negiTc, negiTc0, f, flags; in DeblockLumaLt4V_lsx() local 69 iTc0 = __lsx_vldx(pTc, 0); in DeblockLumaLt4V_lsx() 70 iTc0 = __lsx_vshuf_b(iTc0, iTc0, shuf); in DeblockLumaLt4V_lsx() 71 negiTc0 = __lsx_vneg_b(iTc0); in DeblockLumaLt4V_lsx() 72 iTc = iTc0; in DeblockLumaLt4V_lsx() 93 flags = __lsx_vsle_b(zero, iTc0); in DeblockLumaLt4V_lsx() 97 flags = __lsx_vsle_b(zero, iTc0); in DeblockLumaLt4V_lsx() 103 flags = __lsx_vslt_b(iTc0, zero); in DeblockLumaLt4V_lsx() 104 iTc0_l = __lsx_vilvl_b(flags, iTc0); in DeblockLumaLt4V_lsx() 105 iTc0_h = __lsx_vilvh_b(flags, iTc0); in DeblockLumaLt4V_lsx() [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)
|