Searched refs:mbnum_row (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dconceal.cpp45 video->mbnum_row = PV_GET_ROW(mbnum, video->nMBPerRow);
46 video->mbnum_col = mbnum - video->mbnum_row * video->nMBPerRow;
60 video->mbnum_row = PV_GET_ROW(video->mbnum, video->nMBPerRow);
61 video->mbnum_col = video->mbnum - video->mbnum_row * video->nMBPerRow;
89 video->mbnum_row = PV_GET_ROW(mbnum, video->nMBPerRow);
90 video->mbnum_col = mbnum - video->mbnum_row * video->nMBPerRow;
H A Ddatapart_decode.cpp80 video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the packet header */
81 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow;
238 video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the packet header */
239 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow;
263 video->mbnum_row = PV_GET_ROW(mbnum , nMBPerRow); /* This is needed if nbnum is read from the packet header */
264 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow;
365 video->mbnum_row = PV_GET_ROW(video->mbnum, nMBPerRow); /* This is needed if mbnum is read from the packet header */
366 video->mbnum_col = video->mbnum - video->mbnum_row * nMBPerRow;
421 video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the packet header */
422 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRo
[all...]
H A Dcombined_decode.cpp148 video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow);
149 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow;
202 if (mbnum >= (int)(video->mbnum_row + 1)*video->nMBinGOB) /* 10/11/01 */
553 int y_pos = video->mbnum_row;
H A Dmp4lib_int.h234 uint mbnum_row; member in struct:tagVideoDecData
H A Dvlc_decode.cpp145 int y_pos = video->mbnum_row;
366 int mbnum_row = video->mbnum_row; local
376 indx = ((mbnum_col << 1) + (block & 1)) + ((mbnum_row << 1) + (block >> 1)) * nMVPerRow - 1; /* left block */
406 if (mbnum_row)
H A Ddcac_prediction.cpp42 int y_pos = video->mbnum_row;
218 int y_pos = video->mbnum_row;
H A Dmb_motion_comp.cpp178 ypos = video->mbnum_row << 4 ;
570 ypos = video->mbnum_row << 4 ;
H A Dblock_idct.cpp230 int y_pos = video->mbnum_row;

Completed in 59 milliseconds