Searched refs:pitch_c (Results 1 – 1 of 1) sorted by relevance
76 int pitch = video->currPic->pitch, pitch_c, width; in DeblockPicture() local82 pitch_c = pitch >> 1; in DeblockPicture()97 SrcU += ((pitch_c << 3) - (width >> 1)); in DeblockPicture()98 SrcV += ((pitch_c << 3) - (width >> 1)); in DeblockPicture()