Home
last modified time | relevance | path

Searched refs:MbQ (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddeblock.cpp61 static void GetStrength_Edge0(uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir);
62 static void GetStrength_VerticalEdges(uint8 *Strength, AVCMacroblock* MbQ);
63 static void GetStrength_HorizontalEdges(uint8 Strength[12], AVCMacroblock* MbQ);
292 AVCMacroblock *MbP, *MbQ; in DeblockMb() local
305 MbQ = &(video->mblock[mbNum]); // current Mb in DeblockMb()
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()
[all …]