Searched defs:Strength (Results 1 – 1 of 1) sorted by relevance
| /frameworks/av/media/libstagefright/codecs/avc/common/src/ |
| D | deblock.cpp | 302 uint8 Strength[16]; in DeblockMb() local 531 void GetStrength_Edge0(uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir) in GetStrength_Edge0() 734 void GetStrength_VerticalEdges(uint8 *Strength, AVCMacroblock* MbQ) in GetStrength_VerticalEdges() 1087 void EdgeLoop_Luma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, … in EdgeLoop_Luma_horizontal() 1276 void EdgeLoop_Luma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, in… in EdgeLoop_Luma_vertical() 1493 void EdgeLoop_Chroma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, … in EdgeLoop_Chroma_vertical() 1583 void EdgeLoop_Chroma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable… in EdgeLoop_Chroma_horizontal()
|