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

  /external/bison/lib/
mbchar.h 36 mb_ptr (mbc)
39 mb_len (mbc)
43 mb_iseq (mbc, sc)
44 returns true if mbc is the standard ASCII character sc.
46 mb_isnul (mbc)
47 returns true if mbc is the nul character.
63 mb_isalnum (mbc)
64 returns true if mbc is alphanumeric.
66 mb_isalpha (mbc)
67 returns true if mbc is alphabetic
    [all...]
  /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;
  /frameworks/av/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...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 45 vp8_reader mbc[MAX_PARTITIONS]; member in struct:VP8D_COMP
decodemv.c 51 vp8_reader *const bc = & pbi->mbc[8];
153 vp8_reader *const bc = & pbi->mbc[8];
341 vp8_reader *const bc = & pbi->mbc[8];
599 read_mb_features(&pbi->mbc[8], &mi->mbmi, &pbi->mb);
606 mi->mbmi.mb_skip_coeff = vp8_read(&pbi->mbc[8], pbi->prob_skip_false);
648 if (vp8dx_bool_error(&pbi->mbc[8]) && mb_num <
decodframe.c 562 xd->current_bc = & pbi->mbc[ibc];
826 vp8_reader *bool_decoder = &pbi->mbc[0];
834 (TOKEN_PARTITION)vp8_read_literal(&pbi->mbc[8], 2);
835 if (!vp8dx_bool_error(&pbi->mbc[8]))
982 vp8_reader *const bc = & pbi->mbc[8]
    [all...]
threading.c 74 mbd->current_bc = &pbi->mbc[0];
355 xd->current_bc = &pbi->mbc[mb_row%num_part];
  /external/libvpx/libvpx/vp8/common/
postproc.c 337 int mbr, mbc; local
352 for (mbc = 0; mbc < cm->mb_cols; mbc++)
403 int mbr, mbc; local
    [all...]

Completed in 152 milliseconds