Searched refs:SrcY (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
D | deblock.cpp | 59 static void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *Src… 79 uint8 *SrcY, *SrcU, *SrcV; in DeblockPicture() local 81 SrcY = video->currPic->Sl; // pointers to source in DeblockPicture() 91 DeblockMb(video, j, i, SrcY, SrcU, SrcV); in DeblockPicture() 93 SrcY += MB_BLOCK_SIZE; in DeblockPicture() 98 SrcY += ((pitch << 4) - width); in DeblockPicture() 290 void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV) in DeblockMb() argument 345 EdgeLoop_Luma_vertical(SrcY, Strength, Alpha, Beta, clipTable, 20); in DeblockMb() 347 EdgeLoop_Luma_vertical(SrcY, Strength, Alpha, Beta, clipTable, pitch); in DeblockMb() 410 … EdgeLoop_Luma_vertical(SrcY + (edge << 2), Strength + (edge << 2), Alpha, Beta, clipTable, 20); in DeblockMb() [all …]
|