Searched defs:y_pos (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dblock_idct.cpp230 int y_pos = video->mbnum_row; local
235 offset = (int32)(y_pos << 4) * width + (x_pos << 4);
H A Dcombined_decode.cpp553 int y_pos = video->mbnum_row; local
555 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);
H A Ddatapart_decode.cpp637 int y_pos = video->mbnum_row; local
653 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1);
715 offset = (int32)(y_pos << 4) * width + (x_pos << 4);
H A Ddcac_prediction.cpp42 int y_pos = video->mbnum_row; local
83 if (!comp && y_pos && !(video->headerInfo.Mode[mbnum-nMBPerRow]&INTRA_MASK)) /* not intra */
102 if (x_pos == 0 && y_pos == 0)
116 else if (y_pos == 0)
218 int y_pos = video->mbnum_row; local
261 if (x_pos == 0 && y_pos == 0)
274 else if (y_pos == 0)
H A Dvlc_decode.cpp145 int y_pos = video->mbnum_row; local
147 int pos = (x_pos + y_pos * doubleWidth) << 1;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp2027 Int y_pos = video->outputMB->mb_y; local
2069 if (y_pos > 0)
2146 if ((x_pos == 0) && y_pos == 0)
2161 else if (y_pos == 0)
2210 if ((x_pos == 0) && y_pos == 0) /* top left corner */
2306 else if (y_pos == 0) /* top row */

Completed in 1561 milliseconds