Searched refs:y_position (Results 1 – 3 of 3) sorted by relevance
27 int y_position = (video->mb_y << 4); in EncodeIntraPCM() local29 int offset1 = y_position * orgPitch + x_position; in EncodeIntraPCM()
169 int y_position = (video->mb_y << 4); in EncodeMB() local182 offset = y_position * picPitch + x_position; in EncodeMB()193 offset = y_position * (orgPitch - picPitch); in EncodeMB()
54 int y_position = (video->mb_y << 4); in AVCMBMotionComp() local61 tmp_word = y_position * picPitch; in AVCMBMotionComp()92 offset_y = y_position + (block_y << 2); in AVCMBMotionComp()