Searched refs:MbP (Results 1 – 1 of 1) sorted by relevance
/external/opencore/codecs_v2/video/avc_h264/common/src/ |
D | deblock.cpp | 59 static void GetStrength_Edge0(uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir); 290 AVCMacroblock *MbP, *MbQ; in DeblockMb() local 323 MbP = MbQ - 1; in DeblockMb() 325 GetStrength_Edge0(Strength, MbP, MbQ, 0); in DeblockMb() 330 QP = (MbP->QPy + MbQ->QPy + 1) >> 1; // Average QP of the two blocks; in DeblockMb() 347 QPC = (MbP->QPc + MbQ->QPc + 1) >> 1; in DeblockMb() 372 MbP = MbQ; in DeblockMb() 431 MbP = MbQ - video->PicWidthInMbs; in DeblockMb() 433 GetStrength_Edge0(Strength, MbP, MbQ, 1); in DeblockMb() 437 QP = (MbP->QPy + MbQ->QPy + 1) >> 1; // Average QP of the two blocks; in DeblockMb() [all …]
|