HomeSort by relevance Sort by last modified time
    Searched defs:nMBPerCol (Results 1 - 3 of 3) 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 */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 122 Int nMBPerRow, nMBPerCol; /* number of MBs in each row & column */

Completed in 174 milliseconds