Searched refs:MbP (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); 292 AVCMacroblock *MbP, *MbQ; in DeblockMb() local 326 MbP = MbQ - 1; in DeblockMb() 328 GetStrength_Edge0(Strength, MbP, MbQ, 0); in DeblockMb() 333 QP = (MbP->QPy + MbQ->QPy + 1) >> 1; // Average QP of the two blocks; in DeblockMb() 350 QPC = (MbP->QPc + MbQ->QPc + 1) >> 1; in DeblockMb() 375 MbP = MbQ; in DeblockMb() 434 MbP = MbQ - video->PicWidthInMbs; in DeblockMb() 436 GetStrength_Edge0(Strength, MbP, MbQ, 1); in DeblockMb() 440 QP = (MbP->QPy + MbQ->QPy + 1) >> 1; // Average QP of the two blocks; in DeblockMb() [all …]
|