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

  /cts/tools/dex-tools/test/dex/reader/util/
SpecialJavaFileManager.java 45 MemoryByteCode mbc = new MemoryByteCode(name); local
46 store.put(name, mbc);
47 return mbc;
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
chv_filter.cpp 189 int br, bc, mbr, mbc; local
205 for (mbc = 0; mbc < pp_w; mbc += 2) /* col of blocks */
208 QP = QP_store[(brwidth>>2) + (mbc>>1)]; /* QP is per MB based value */
217 for (bc = mbc; bc < mbc + 2; bc++)
333 for (bc = mbc + 1; bc < mbc + 3; bc++)
446 }/*mbc*/
466 int br, bc, mbr, mbc; local
    [all...]
chvr_filter.cpp 36 int br, bc, incr, mbr, mbc; local
70 for (mbc = 0; mbc < pp_w; mbc += 2)
76 /* brwidth/4 is the macroblock number and mbc/2 is the macroblock col number*/
77 QP = QP_store[(brwidth>>2) + (mbc>>1)];
91 for (bc = mbc; bc < mbc + 2; bc++) /* bc is the column counter in blocks */
250 for (bc = mbc + 1; bc < mbc + 3; bc++) /* bc is the column counter in blocks *
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
chv_filter.cpp 188 int br, bc, mbr, mbc; local
204 for (mbc = 0; mbc < pp_w; mbc += 2) /* col of blocks */
207 QP = QP_store[(brwidth>>2) + (mbc>>1)]; /* QP is per MB based value */
216 for (bc = mbc; bc < mbc + 2; bc++)
332 for (bc = mbc + 1; bc < mbc + 3; bc++)
445 }/*mbc*/
465 int br, bc, mbr, mbc; local
    [all...]
chvr_filter.cpp 36 int br, bc, incr, mbr, mbc; local
70 for (mbc = 0; mbc < pp_w; mbc += 2)
76 /* brwidth/4 is the macroblock number and mbc/2 is the macroblock col number*/
77 QP = QP_store[(brwidth>>2) + (mbc>>1)];
91 for (bc = mbc; bc < mbc + 2; bc++) /* bc is the column counter in blocks */
250 for (bc = mbc + 1; bc < mbc + 3; bc++) /* bc is the column counter in blocks *
    [all...]

Completed in 378 milliseconds