Searched defs:pPixCbCr (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/common/src/ |
D | deblocking_common.cpp | 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() 232 void DeblockChromaLt4V2_c (uint8_t* pPixCbCr, int32_t iStride, int32_t iAlpha, int32_t iBeta, in DeblockChromaLt4V2_c() 236 void DeblockChromaLt4H2_c (uint8_t* pPixCbCr, int32_t iStride, int32_t iAlpha, int32_t iBeta, in DeblockChromaLt4H2_c() 241 void DeblockChromaEq4V2_c (uint8_t* pPixCbCr, int32_t iStride, int32_t iAlpha, int32_t iBeta) { in DeblockChromaEq4V2_c() 244 void DeblockChromaEq4H2_c (uint8_t* pPixCbCr, int32_t iStride, int32_t iAlpha, int32_t iBeta) { in DeblockChromaEq4H2_c()
|
/third_party/openh264/codec/decoder/core/src/ |
D | deblocking.cpp | 773 uint8_t* pPixCbCr = (i == 0) ? pPixCb : pPixCr; in FilteringEdgeChromaH() local 811 uint8_t* pPixCbCr = (i == 0) ? pPixCb : pPixCr; in FilteringEdgeChromaV() local 843 uint8_t* pPixCbCr = (i == 0) ? pPixCb : pPixCr; in FilteringEdgeChromaIntraH() local 875 uint8_t* pPixCbCr = (i == 0) ? pPixCb : pPixCr; in FilteringEdgeChromaIntraV() local
|