HomeSort by relevance Sort by last modified time
    Searched refs:nMBPerCol (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
post_filter.cpp 190 int d, offset, nMBPerRow, nMBPerCol, width2 = (width << 1);
197 nMBPerCol = height >> 3;
203 nMBPerCol = height >> 4;
302 for (i = 0; i < nMBPerCol - 1; i++)
401 for (i = 0; i < nMBPerCol; i++)
491 for (i = 0; i < nMBPerCol; i++)
mp4lib_int.h 237 int nMBPerRow, nMBPerCol; /* number of MBs in each row & column */
vop.cpp 687 video->nMBPerCol = video->height / MB_SIZE;
688 video->nTotalMB = video->nMBPerRow * video->nMBPerCol;
    [all...]
pvdec_api.cpp 297 video->nMBPerCol =
300 video->nMBPerRow * video->nMBPerCol;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp 95 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */
302 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */
combined_encode.cpp 107 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */
389 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */
mp4lib_int.h 121 Int nMBPerRow, nMBPerCol; /* number of MBs in each row & column */
motion_est.cpp 144 Int mbheight = currVol->nMBPerCol;
    [all...]
mp4enc_api.cpp     [all...]

Completed in 50 milliseconds