Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddeblock.cpp59 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
82 SrcU = video->currPic->Scb; in DeblockPicture()
91 DeblockMb(video, j, i, SrcY, SrcU, SrcV); in DeblockPicture()
94 SrcU += (MB_BLOCK_SIZE >> 1); in DeblockPicture()
99 SrcU += ((pitch_c << 3) - (width >> 1)); in DeblockPicture()
290 void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV) in DeblockMb() argument
362 EdgeLoop_Chroma_vertical(SrcU, Strength, Alpha, Beta, clipTable, 12); in DeblockMb()
365 EdgeLoop_Chroma_vertical(SrcU, Strength, Alpha, Beta, clipTable, pitch >> 1); in DeblockMb()
418 …EdgeLoop_Chroma_vertical(SrcU + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c,… in DeblockMb()
[all …]