HomeSort by relevance Sort by last modified time
    Searched refs:mb (Results 101 - 125 of 538) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 95 x->fc.ymode_prob, bct, (unsigned int *)cpi->mb.ymode_count);
102 x->fc.uv_mode_prob, bct, (unsigned int *)cpi->mb.uv_mode_count);
365 /* Encode the MB segment id. */
394 const int *const rfct = cpi->mb.count_mb_ref_frame_usage;
427 cpi->mb.partition_info = cpi->mb.pi;
438 prob_skip_false = (total_mbs - cpi->mb.skip_true_count) * 256 / total_mbs;
464 MACROBLOCKD *xd = &cpi->mb.e_mbd;
466 /* Distance of Mb to the various image edges.
479 if (cpi->mb.e_mbd.update_mb_segmentation_map)
    [all...]
temporal_filter.c 117 MACROBLOCK *x = &cpi->mb;
199 MACROBLOCKD *mbd = &cpi->mb.e_mbd;
222 cpi->mb.mv_row_min = -((mb_row * 16) + (16 - 5));
223 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16) + (16 - 5);
234 cpi->mb.mv_col_min = -((mb_col * 16) + (16 - 5));
235 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16) + (16 - 5);
256 /* Assign higher weight to matching MB if it's error
ratectrl.c 42 /* Bits Per MB at different Q (Multiplied by 512) */
46 * the assumption that bits per mb is inversely proportional to the
195 vp8_copy(cc->ymode_count, cpi->mb.ymode_count);
196 vp8_copy(cc->uv_mode_count, cpi->mb.uv_mode_count);
230 vp8_copy(cpi->mb.ymode_count, cc->ymode_count);
231 vp8_copy(cpi->mb.uv_mode_count, cc->uv_mode_count);
256 cpi->mb.mvcost, (const MV_CONTEXT *)cpi->common.fc.mvc, flag);
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 510 static inline bool IsContiguousMask32(uint32_t value, int* mb, int* me) {
516 *mb = mask_lsb + mask_width - 1;
523 static inline bool IsContiguousMask64(uint64_t value, int* mb, int* me) {
529 *mb = mask_lsb + mask_width - 1;
540 int mb = 0; local
542 if (m.right().HasValue() && IsContiguousMask32(m.right().Value(), &mb, &me)) {
554 if (mb > 31 - sh) mb = 31 - sh;
562 if (mb >= me) {
564 g.TempImmediate(sh), g.TempImmediate(mb), g.TempImmediate(me))
579 int mb = 0; local
681 int mb; local
708 int mb; local
752 int mb; local
778 int mb; local
    [all...]
  /external/libchrome/base/strings/
sys_string_conversions.h 50 BASE_EXPORT std::wstring SysMultiByteToWide(const StringPiece& mb,
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.h 28 int vp9_optimize_b(MACROBLOCK *mb, int plane, int block, TX_SIZE tx_size,
vp9_mbgraph.c 28 MACROBLOCK *const x = &cpi->td.mb;
78 MACROBLOCK *const x = &cpi->td.mb;
115 MACROBLOCK *const x = &cpi->td.mb;
129 MACROBLOCK *const x = &cpi->td.mb;
164 MACROBLOCK *const x = &cpi->td.mb;
216 MACROBLOCK *const x = &cpi->td.mb;
326 // arf_not_zz is indexed by MB, but this loop is indexed by MI to avoid out
330 // If any of the blocks in the sequence failed then the MB
  /external/syslinux/gpxe/src/arch/i386/core/
x86_io.c 96 PROVIDE_IOAPI_INLINE ( x86, mb );
  /system/extras/procmem/
procmem.c 315 struct map_info *ma, *mb; local
318 mb = *((struct map_info **)b);
320 if (mb->usage.pss < ma->usage.pss) return -1;
321 if (mb->usage.pss > ma->usage.pss) return 1;
  /toolchain/binutils/binutils-2.27/bfd/
libieee.h 83 ieee_module_begin_type mb; member in struct:ieee_data_struct
  /external/webp/src/dec/
vp8_dec.c 511 VP8MB* const mb, VP8BitReader* const token_br) {
528 const int ctx = mb->nz_dc_ + left_mb->nz_dc_;
530 mb->nz_dc_ = left_mb->nz_dc_ = (nz > 0);
545 tnz = mb->nz_ & 0x0f;
567 tnz = mb->nz_ >> (4 + ch);
587 mb->nz_ = out_t_nz;
606 VP8MB* const mb = dec->mb_info_ + dec->mb_x_; local
611 skip = ParseResiduals(dec, mb, token_br);
613 left->nz_ = mb->nz_ = 0;
615 left->nz_dc_ = mb->nz_dc_ = 0
    [all...]
  /external/elfutils/libebl/
eblgstrtab.c 138 struct memoryblock *mb = st->memory; local
140 while (mb != NULL)
142 void *old = mb;
143 mb = mb->next;
eblwstrtab.c 137 struct memoryblock *mb = st->memory; local
139 while (mb != NULL)
141 void *old = mb;
142 mb = mb->next;
  /external/webp/src/enc/
frame_enc.c 200 const VP8MBInfo* const mb = &enc->mb_info_[n]; local
201 p[mb->segment_]++;
490 const VP8MBInfo* const mb = it->mb_; local
495 enc->block_count_[0] += (mb->type_ == 0);
496 enc->block_count_[1] += (mb->type_ == 1);
497 enc->block_count_[2] += (mb->skip_ != 0);
503 case 1: *info = mb->type_; break;
504 case 2: *info = mb->segment_; break;
505 case 3: *info = enc->dqm_[mb->segment_].quant_; break;
506 case 4: *info = (mb->type_ == 1) ? it->preds_[0] : 0xff; break
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
dotgraph_test.go 227 Unit: "mb",
286 makeTag("12mb", "mb", 12, 100, 100),
288 makeTag("1mb", "mb", 1, 1000, 1000),
289 makeTag("2048mb", "mb", 2048, 1000, 1000),
301 makeTag("1B..12MB", "", 0, 1401, 1401),
305 makeTag("12MB", "", 0, 100, 100),
306 makeTag("1B..1MB", "", 0, 1301, 1301)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
dotgraph_test.go 227 Unit: "mb",
286 makeTag("12mb", "mb", 12, 100, 100),
288 makeTag("1mb", "mb", 1, 1000, 1000),
289 makeTag("2048mb", "mb", 2048, 1000, 1000),
301 makeTag("1B..12MB", "", 0, 1401, 1401),
305 makeTag("12MB", "", 0, 100, 100),
306 makeTag("1B..1MB", "", 0, 1301, 1301)
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
GenericSource2.cpp     [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug285.go 22 mb := make(map[B]int)
23 mb[false] = 42 // this should work: false is assignment compatible with B
24 mb[b] = 42
  /prebuilts/go/linux-x86/test/fixedbugs/
bug285.go 22 mb := make(map[B]int)
23 mb[false] = 42 // this should work: false is assignment compatible with B
24 mb[b] = 42
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 373 for (IMethodBinding mb : clazzType.getDeclaredMethods()) {
375 if (superType != 0 && Modifier.isPrivate(mb.getModifiers())) {
379 if (isAndroidContext(mb.getReturnType())) {
382 int argsLen = mb.getParameterTypes().length;
387 mi.setName(mAst.newSimpleName(mb.getName()));
397 mi.setName(mAst.newSimpleName(mb.getName()));
  /external/brotli/c/enc/
brotli_bit_stream.h 57 const MetaBlockSplit* mb,
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 133 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
134 int vp8_mbblock_error_msa(struct macroblock *mb, int dc);
137 int vp8_mbuverror_c(struct macroblock *mb);
138 int vp8_mbuverror_msa(struct macroblock *mb);
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 133 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
134 int vp8_mbblock_error_msa(struct macroblock *mb, int dc);
137 int vp8_mbuverror_c(struct macroblock *mb);
138 int vp8_mbuverror_msa(struct macroblock *mb);
  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 55 DECLARE_ALIGNED(16, MACROBLOCKD, mb);
108 /* the mb num from which modes and mvs (first partition) are corrupt */
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h 47 DECLARE_ALIGNED(16, MACROBLOCKD, mb);

Completed in 2252 milliseconds

1 2 3 45 6 7 8 91011>>