Searched refs:y_pos (Results 1 – 6 of 6) sorted by relevance
42 int y_pos = video->mbnum_row; in doDCACPrediction() local83 if (!comp && y_pos && !(video->headerInfo.Mode[mbnum-nMBPerRow]&INTRA_MASK)) /* not intra */ in doDCACPrediction()102 if (x_pos == 0 && y_pos == 0) in doDCACPrediction()116 else if (y_pos == 0) in doDCACPrediction()218 int y_pos = video->mbnum_row; in doDCACPrediction_I() local261 if (x_pos == 0 && y_pos == 0) in doDCACPrediction_I()274 else if (y_pos == 0) in doDCACPrediction_I()
637 int y_pos = video->mbnum_row; in GetMBData_DataPart() local653 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1); in GetMBData_DataPart()715 offset = (int32)(y_pos << 4) * width + (x_pos << 4); in GetMBData_DataPart()
553 int y_pos = video->mbnum_row; local555 int32 offset = (int32)(y_pos << 4) * width + (x_pos << 4);563 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1);
230 int y_pos = video->mbnum_row; in MBlockIDCT() local235 offset = (int32)(y_pos << 4) * width + (x_pos << 4); in MBlockIDCT()
145 int y_pos = video->mbnum_row; in PV_GetMBvectors() local147 int pos = (x_pos + y_pos * doubleWidth) << 1; in PV_GetMBvectors()
2027 Int y_pos = video->outputMB->mb_y; in DCACPred() local2069 if (y_pos > 0) in DCACPred()2146 if ((x_pos == 0) && y_pos == 0) in DCACPred()2161 else if (y_pos == 0) in DCACPred()2210 if ((x_pos == 0) && y_pos == 0) /* top left corner */ in DCACPred()2306 else if (y_pos == 0) /* top row */ in DCACPred()