HomeSort by relevance Sort by last modified time
    Searched refs:mb (Results 201 - 225 of 417) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
ToolbarActionBar.java 451 final MenuBuilder mb = menu instanceof MenuBuilder ? (MenuBuilder) menu : null; local
452 if (mb != null) {
453 mb.stopDispatchingItemsChanged();
462 if (mb != null) {
463 mb.startDispatchingItemsChanged();
517 MenuBuilder mb = (MenuBuilder) menu; local
538 mb.addMenuPresenter(mListMenuPresenter);
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 62 do_in(mbstate_t& mb,
65 char *state = (char*)&mb;
155 do_in(mbstate_t& mb,
159 char *state = (char*)&mb;
236 virtual int do_length(mbstate_t &mb,
238 const char *state = (const char*)&mb;
248 mbstate_t tmpState = mb;
261 if (*((char*)&mb) != 0) {
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 62 do_in(mbstate_t& mb,
65 char *state = (char*)&mb;
155 do_in(mbstate_t& mb,
159 char *state = (char*)&mb;
236 virtual int do_length(mbstate_t &mb,
238 const char *state = (const char*)&mb;
248 mbstate_t tmpState = mb;
261 if (*((char*)&mb) != 0) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 62 // (1920 * 1080 / (16 * 16)) * MAX_MB_RATE bits per MB
123 MACROBLOCK *const mb = &cpi->mb; local
126 mb->mvcost = mb->nmvcost_hp;
127 mb->mvsadcost = mb->nmvsadcost_hp;
129 mb->mvcost = mb->nmvcost;
130 mb->mvsadcost = mb->nmvsadcost
    [all...]
vp9_encodeframe.c 133 unsigned int var = get_sby_perpixel_diff_variance(cpi, &cpi->mb,
149 unsigned int var = get_sby_perpixel_diff_variance(cpi, &cpi->mb,
209 MACROBLOCK *const x = &cpi->mb;
240 // Set up distance of MB to edge of frame in 1/8th pel units.
304 MACROBLOCKD *const xd = &cpi->mb.e_mbd;
475 MACROBLOCK *x = &cpi->mb;
476 MACROBLOCKD *xd = &cpi->mb.e_mbd;
607 // over an entire MB in most of the code.
642 // Calculate an "average" mb activity value for the frame
700 // Calculate an activity index for each mb
    [all...]
vp9_tokenize.c 171 struct macroblock_plane *p = &args->cpi->mb.plane[plane];
216 struct macroblock_plane *p = &cpi->mb.plane[plane];
311 MACROBLOCKD *const xd = &cpi->mb.e_mbd;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_temporal_filter.c 140 MACROBLOCK *const x = &cpi->mb;
209 MACROBLOCKD *mbd = &cpi->mb.e_mbd;
235 cpi->mb.mv_row_min = -((mb_row * 16) + (17 - 2 * VP9_INTERP_EXTEND));
236 cpi->mb.mv_row_max = ((mb_rows - 1 - mb_row) * 16)
246 cpi->mb.mv_col_min = -((mb_col * 16) + (17 - 2 * VP9_INTERP_EXTEND));
247 cpi->mb.mv_col_max = ((mb_cols - 1 - mb_col) * 16)
269 // Assign higher weight to matching MB if it's error
vp9_encoder.c 106 MACROBLOCK *const mb = &cpi->mb; local
109 mb->mvcost = mb->nmvcost_hp;
110 mb->mvsadcost = mb->nmvsadcost_hp;
112 mb->mvcost = mb->nmvcost;
113 mb->mvsadcost = mb->nmvsadcost
    [all...]
vp9_denoiser.c 204 MACROBLOCK *mb,
215 MACROBLOCKD *filter_mbd = &mb->e_mbd;
321 void vp9_denoiser_denoise(VP9_DENOISER *denoiser, MACROBLOCK *mb,
331 struct buf_2d src = mb->plane[0].src;
333 decision = perform_motion_compensation(denoiser, mb, bs,
vp9_encodeframe.c 99 unsigned int var = get_sby_perpixel_diff_variance(cpi, &cpi->mb.plane[0].src,
115 unsigned int var = get_sby_perpixel_diff_variance(cpi, &cpi->mb.plane[0].src,
139 MACROBLOCK *const x = &cpi->mb;
163 // Set up distance of MB to edge of frame in 1/8th pel units.
208 MACROBLOCKD *const xd = &cpi->mb.e_mbd;
380 MACROBLOCK *x = &cpi->mb;
381 MACROBLOCKD *xd = &cpi->mb.e_mbd;
513 MACROBLOCK *const x = &cpi->mb;
564 // Restore the coding context of the MB to that that was in place
692 MACROBLOCK *const x = &cpi->mb;
    [all...]
vp9_tokenize.c 255 struct macroblock_plane *p = &args->cpi->mb.plane[plane];
300 struct macroblock_plane *p = &cpi->mb.plane[plane];
409 MACROBLOCKD *const xd = &cpi->mb.e_mbd;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodemv.c 367 cpi->mb.MVcount[0], 0, &flags[0]
371 cpi->mb.MVcount[1], 1, &flags[1]
375 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flags);
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 367 cpi->mb.MVcount[0], 0, &flags[0]
371 cpi->mb.MVcount[1], 1, &flags[1]
375 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flags);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemv.c 367 cpi->mb.MVcount[0], 0, &flags[0]
371 cpi->mb.MVcount[1], 1, &flags[1]
375 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flags);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_RTPpacket.h 61 int setMarkerBit(uint8_t mb);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 820 #define mboolset(mb, bit) ((mb) |= (bit)) /* set one bool */
821 #define mboolclr(mb, bit) ((mb) &= ~(bit)) /* clear one bool */
822 #define mboolisset(mb, bit) (((mb) & (bit)) != 0) /* TRUE if one bool is set */
823 #define mboolmaskset(mb, mask, val) ((mb) = (((mb) & ~(mask)) | (val)))
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h 271 #define __rlwimi(rA, rS, cnt, mb, me) \
273 : "0" (rA), "r" (rS), "n" (cnt), "n" (mb), "n" (me)); \
281 #define __rlwinm(rS, cnt, mb, me) \
284 : "r" (rS), "n" (cnt), "n" (mb), "n" (me)); \
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 133 unsigned int var = get_sby_perpixel_diff_variance(cpi, &cpi->mb,
149 unsigned int var = get_sby_perpixel_diff_variance(cpi, &cpi->mb,
209 MACROBLOCK *const x = &cpi->mb;
240 // Set up distance of MB to edge of frame in 1/8th pel units.
288 MACROBLOCKD *const xd = &cpi->mb.e_mbd;
459 MACROBLOCK *x = &cpi->mb;
460 MACROBLOCKD *xd = &cpi->mb.e_mbd;
591 // over an entire MB in most of the code.
626 // Calculate an "average" mb activity value for the frame
684 // Calculate an activity index for each mb
    [all...]
vp9_tokenize.c 171 struct macroblock_plane *p = &args->cpi->mb.plane[plane];
216 struct macroblock_plane *p = &cpi->mb.plane[plane];
311 MACROBLOCKD *const xd = &cpi->mb.e_mbd;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc 720 MallocBlock *mb = reinterpret_cast<MallocBlock *>( local
722 // If mb->alloc_type_ is kMagicDeletedSizeT, we're not an ok pointer.
723 if (mb->alloc_type_ == kMagicDeletedSizeT) {
728 // If mb->offset_ is zero (common case), mb is the real header. If
729 // mb->offset_ is non-zero, this block was allocated by memalign, and
730 // mb->offset_ is the distance backwards to the real header from mb,
734 reinterpret_cast<char *>(mb) - mb->offset_)
745 const MallocBlock* mb = reinterpret_cast<const MallocBlock*>( local
1064 const MallocBlock* mb = MallocBlock::FromRawPointer(p); local
    [all...]
  /external/eigen/bench/
benchVecAdd.cpp 51 MatrixXf mb = Map<MatrixXf>(b, innersize, outersize ); local
57 benchVec(ma, mb, mc);
  /libcore/luni/src/test/java/libcore/java/security/
MessageDigestTest.java 103 private static final String INPUT_256MB = "256mb";
219 byte[] mb = new byte[1 * 1024 * 1024];
221 md.update(mb);
  /frameworks/base/core/java/android/nfc/
NdefRecord.java 276 private static final int MAX_PAYLOAD_SIZE = 10 * (1 << 20); // 10 MB payload limit
578 * record flags MB and ME do not make sense outside of the context of
581 * the MB and ME flags, and otherwise following the rules of
649 * a record outside of the context of a message: the MB and ME flags
652 * always setting the MB and ME flags (in other words, assume this
780 * @param ignoreMbMe ignore MB and ME flags, and read only 1 complete record
799 boolean mb = (flag & NdefRecord.FLAG_MB) != 0;
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.c 607 m_freem(struct mbuf *mb)
609 while (mb != NULL)
610 mb = m_free(mb);
    [all...]

Completed in 701 milliseconds

1 2 3 4 5 6 7 891011>>