Lines Matching refs:iStrideY
5 void DeblockLumaLt4_c (uint8_t* pPix, int32_t iStrideX, int32_t iStrideY, int32_t iAlpha, int32_t i… in DeblockLumaLt4_c() argument
36 pPix += iStrideY; in DeblockLumaLt4_c()
39 void DeblockLumaEq4_c (uint8_t* pPix, int32_t iStrideX, int32_t iStrideY, int32_t iAlpha, int32_t i… in DeblockLumaEq4_c() argument
78 pPix += iStrideY; in DeblockLumaEq4_c()
93 void DeblockChromaLt4_c (uint8_t* pPixCb, uint8_t* pPixCr, int32_t iStrideX, int32_t iStrideY, int3… in DeblockChromaLt4_c() argument
131 pPixCb += iStrideY; in DeblockChromaLt4_c()
132 pPixCr += iStrideY; in DeblockChromaLt4_c()
135 void DeblockChromaEq4_c (uint8_t* pPixCb, uint8_t* pPixCr, int32_t iStrideX, int32_t iStrideY, int3… in DeblockChromaEq4_c() argument
165 pPixCr += iStrideY; in DeblockChromaEq4_c()
166 pPixCb += iStrideY; in DeblockChromaEq4_c()
184 void DeblockChromaLt42_c (uint8_t* pPixCbCr, int32_t iStrideX, int32_t iStrideY, int32_t iAlpha, in DeblockChromaLt42_c() argument
208 pPixCbCr += iStrideY; in DeblockChromaLt42_c()
211 void DeblockChromaEq42_c (uint8_t* pPixCbCr, int32_t iStrideX, int32_t iStrideY, int32_t iAlpha, in DeblockChromaEq42_c() argument
228 pPixCbCr += iStrideY; in DeblockChromaEq42_c()