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

/frameworks/base/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp60 //static void GetStrength(AVCCommonObj *video, uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir, int edge);
61 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; local
304 MbQ = &(video->mblock[mbNum]); // current Mb
325 MbP = MbQ - 1;
326 //GetStrength(video, Strength, MbP, MbQ, 0, 0); // Strength for 4 blks in 1 stripe, 0 => vertical edge
327 GetStrength_Edge0(Strength, MbP, MbQ, 0);
332 QP = (MbP->QPy + MbQ
530 GetStrength_Edge0(uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir) argument
733 GetStrength_VerticalEdges(uint8 *Strength, AVCMacroblock* MbQ) argument
908 GetStrength_HorizontalEdges(uint8 Strength[12], AVCMacroblock* MbQ) argument
[all...]

Completed in 28 milliseconds