Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddeblock.cpp59 …tic void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV);
79 uint8 *SrcY, *SrcU, *SrcV; in DeblockPicture() local
83 SrcV = video->currPic->Scr; in DeblockPicture()
91 DeblockMb(video, j, i, SrcY, SrcU, SrcV); in DeblockPicture()
95 SrcV += (MB_BLOCK_SIZE >> 1); in DeblockPicture()
100 SrcV += ((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
363 EdgeLoop_Chroma_vertical(SrcV, Strength, Alpha, Beta, clipTable, 12); in DeblockMb()
366 EdgeLoop_Chroma_vertical(SrcV, Strength, Alpha, Beta, clipTable, pitch >> 1); in DeblockMb()
419 …EdgeLoop_Chroma_vertical(SrcV + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c,… in DeblockMb()
[all …]