Searched refs:pitch_c (Results 1 – 1 of 1) sorted by relevance
78 int pitch = video->currPic->pitch, pitch_c, width; in DeblockPicture() local84 pitch_c = pitch >> 1; in DeblockPicture()99 SrcU += ((pitch_c << 3) - (width >> 1)); in DeblockPicture()100 SrcV += ((pitch_c << 3) - (width >> 1)); in DeblockPicture()