Searched refs:GetStrength_Edge0 (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
D | deblock.cpp | 61 static void GetStrength_Edge0(uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir); 328 GetStrength_Edge0(Strength, MbP, MbQ, 0); in DeblockMb() 436 GetStrength_Edge0(Strength, MbP, MbQ, 1); in DeblockMb() 531 void GetStrength_Edge0(uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir) in GetStrength_Edge0() function
|