Searched defs:iStrideX (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/codec/common/src/ |
D | deblocking_common.cpp | 5 void DeblockLumaLt4_c (uint8_t* pPix, int32_t iStrideX, int32_t iStrideY, int32_t iAlpha, int32_t i… 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() 93 void DeblockChromaLt4_c (uint8_t* pPixCb, uint8_t* pPixCr, int32_t iStrideX, int32_t iStrideY, int3… in DeblockChromaLt4_c() 135 void DeblockChromaEq4_c (uint8_t* pPixCb, uint8_t* pPixCr, int32_t iStrideX, int32_t iStrideY, int3… in DeblockChromaEq4_c() 184 void DeblockChromaLt42_c (uint8_t* pPixCbCr, int32_t iStrideX, int32_t iStrideY, int32_t iAlpha, in DeblockChromaLt42_c() 211 void DeblockChromaEq42_c (uint8_t* pPixCbCr, int32_t iStrideX, int32_t iStrideY, int32_t iAlpha, in DeblockChromaEq42_c()
|
/third_party/openh264/test/decoder/ |
D | DecUT_DeblockCommon.cpp | 91 void anchor_DeblockingLumaNormal (uint8_t* pPix, int32_t iStrideX, int32_t iStrideY, int32_t iAlpha… in anchor_DeblockingLumaNormal() 135 void anchor_DeblockingLumaIntra (uint8_t* pPix, int32_t iStrideX, int32_t iStrideY, int32_t iAlpha,… in anchor_DeblockingLumaIntra() 177 void anchor_DeblockingChromaNormal (uint8_t* pPixCb, uint8_t* pPixCr, int32_t iStrideX, int32_t iSt… in anchor_DeblockingChromaNormal() 220 void anchor_DeblockingChromaIntra (uint8_t* pPixCb, uint8_t* pPixCr, int32_t iStrideX, int32_t iStr… in anchor_DeblockingChromaIntra()
|
/third_party/openh264/codec/processing/src/complexityanalysis/ |
D | ComplexityAnalysis.cpp | 426 int32_t iStrideX = 0, iStrideY = 0; in GomComplexityAnalysisInter() local
|
/third_party/openh264/codec/common/loongarch/ |
D | deblock_lsx.c | 48 void DeblockLumaLt4V_lsx (uint8_t* pPix, int32_t iStrideX, in DeblockLumaLt4V_lsx() 1044 void DeblockChromaLt4V_lsx (uint8_t* pPixCb, uint8_t* pPixCr, int32_t iStrideX, in DeblockChromaLt4V_lsx()
|