Searched refs:mbnum_col (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dconceal.cpp45 video->mbnum_col = mbnum - video->mbnum_row * video->nMBPerRow;
60 video->mbnum_col = video->mbnum - video->mbnum_row * video->nMBPerRow;
89 video->mbnum_col = mbnum - video->mbnum_row * video->nMBPerRow;
H A Ddatapart_decode.cpp81 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow;
239 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow;
264 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow;
366 video->mbnum_col = video->mbnum - video->mbnum_row * nMBPerRow;
422 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow;
457 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow;
482 //oscl_memset(video->predDCAC_row + video->mbnum_col, 0, sizeof(typeDCACStore)); /* SKIPPED_ACDC */
485 pbyte = (uint8*)(video->predDCAC_row + video->mbnum_col);
630 int x_pos = video->mbnum_col;
H A Dmp4lib_int.h235 int mbnum_col; member in struct:tagVideoDecData
H A Dvlc_decode.cpp144 int x_pos = video->mbnum_col;
365 int mbnum_col = video->mbnum_col; local
376 indx = ((mbnum_col << 1) + (block & 1)) + ((mbnum_row << 1) + (block >> 1)) * nMVPerRow - 1; /* left block */
386 if (mbnum_col > 0 && slice_nb[mbnum] == slice_nb[mbnum-1])
414 if (mbnum_col < nMBPerRow - 1 && slice_nb[mbnum] == slice_nb[mbnum-nMBPerRow+1])
H A Dcombined_decode.cpp149 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow;
350 int x_pos = video->mbnum_col;
554 int x_pos = video->mbnum_col;
H A Ddcac_prediction.cpp41 int x_pos = video->mbnum_col;
217 int x_pos = video->mbnum_col;
H A Dmb_motion_comp.cpp180 xpos = video->mbnum_col << 4 ;
571 xpos = video->mbnum_col << 4 ;
H A Dvlc_dequant.cpp61 int x_pos = video->mbnum_col;
512 int x_pos = video->mbnum_col;
814 int x_pos = video->mbnum_col;
H A Dblock_idct.cpp229 int x_pos = video->mbnum_col;

Completed in 2678 milliseconds