HomeSort by relevance Sort by last modified time
    Searched defs:mb (Results 51 - 75 of 278) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video.h 83 // target.. size = (((mb(w)*((mb(h)+1)&~1))+3)>>2)<<8 * (max_references+1)
148 static inline uint32_t mb(uint32_t coord) function
173 uint32_t w = mb(dec->base.width), size;
199 *bucket_size = mb(dec->base.width) * 3;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.c 193 align(0x20 * mb(dec->base.width) * mb(dec->base.height), 0x100);
222 const struct pipe_mpeg12_macroblock *mb = (const struct pipe_mpeg12_macroblock *)macroblocks; local
223 for (int i = 0; i < num_macroblocks; i++, mb++) {
227 mb);
306 dec->frame_mbs = mb(dec->base.width) * mb_half(dec->base.height) * 2;
423 align(0x20 * mb(templ->width) * mb(templ->height), 0x100) +
424 (6 * 64 * 8) * mb(templ->width) * mb(templ->height) + 0x100
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dir.c 560 char* mb; local
565 mb=(char*)va_arg(ap,char*);
569 mb=(char*)va_arg(ap,char*);
570 ma=(uint32)(strlen(mb)+1);
573 setByteArray(&tv->value,mb,ma,1);
    [all...]
tif_read.c 66 /* On 64 bit processes, read first a maximum of 1 MB, then 10 MB, etc */
620 tmsize_t mb=ma+size; local
621 if (mb>tif->tif_size)
1111 tmsize_t ma,mb; local
    [all...]
tif_dirwrite.c 1670 uint32 mb; local
1728 uint32 mb; local
1781 uint32 mb; local
    [all...]
tif_dirread.c 903 uint8* mb; local
906 mb=data;
914 *mb++=(uint8)(*ma++);
921 uint8* mb; local
924 mb=data;
932 *mb++=(uint8)(*ma++);
939 uint8* mb; local
942 mb=data;
950 *mb++=(uint8)(*ma++);
957 uint8* mb; local
975 uint8* mb; local
993 uint8* mb; local
1082 int8* mb; local
1100 int8* mb; local
1118 int8* mb; local
1136 int8* mb; local
1154 int8* mb; local
1172 int8* mb; local
1263 uint16* mb; local
1274 uint16* mb; local
1290 uint16* mb; local
1308 uint16* mb; local
1326 uint16* mb; local
1344 uint16* mb; local
1435 int16* mb; local
1446 int16* mb; local
1457 int16* mb; local
1475 int16* mb; local
1493 int16* mb; local
1511 int16* mb; local
1602 uint32* mb; local
1613 uint32* mb; local
1629 uint32* mb; local
1644 uint32* mb; local
1662 uint32* mb; local
1680 uint32* mb; local
1771 int32* mb; local
1782 int32* mb; local
1793 int32* mb; local
1808 int32* mb; local
1823 int32* mb; local
1841 int32* mb; local
1932 uint64* mb; local
1943 uint64* mb; local
1959 uint64* mb; local
1974 uint64* mb; local
1992 uint64* mb; local
2007 uint64* mb; local
2098 int64* mb; local
2109 int64* mb; local
2120 int64* mb; local
2135 int64* mb; local
2150 int64* mb; local
2165 int64* mb; local
2233 float* mb; local
2244 float* mb; local
2255 float* mb; local
2270 float* mb; local
2285 float* mb; local
2300 float* mb; local
2315 float* mb; local
2339 float* mb; local
2356 float* mb; local
2380 float* mb; local
2403 float* mb; local
2478 double* mb; local
2489 double* mb; local
2500 double* mb; local
2515 double* mb; local
2530 double* mb; local
2545 double* mb; local
2560 double* mb; local
2584 double* mb; local
2601 double* mb; local
2625 double* mb; local
2648 double* mb; local
2708 uint64* mb; local
3307 size_t ma,mb; local
3447 uint16 mb; local
4170 int32 ma,mb,mc; local
4506 TIFFDirEntry* mb; local
4782 uint32 mb; local
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
AbstractMessage.java 196 Map mb = convertMapEntryListToMap((List) b); local
197 return MapFieldLite.equals(ma, mb);
  /hardware/intel/bootstub/
bootstub.c 27 #include "mb.h"
352 static multiboot_info_t mb = { local
382 mb.cmdline = (u32)strnchr((char *)CMDLINE_OFFSET, '$', CMDLINE_SIZE) + 1;
383 dst = (char *)mb.cmdline + strnlen((const char *)mb.cmdline, CMDLINE_SIZE) - 1;
412 mb.drives_addr = IMR6_START_ADDRESS + imr6_toc.entries[IMR_TOC_ENTRY_XEN_EXTRA].start_offset;
413 mb.drives_length = imr6_toc.entries[IMR_TOC_ENTRY_XEN_EXTRA].size;
418 mb.mmap_length = i * sizeof(memory_map_t);
428 mb_info = (u32)&mb;
  /toolchain/binutils/binutils-2.27/bfd/
libieee.h 83 ieee_module_begin_type mb; member in struct:ieee_data_struct
  /external/icu/icu4c/source/i18n/
csrsbcs.cpp 110 uint8_t mb = charMap[b]; local
113 if (mb != 0) {
114 if (!(mb == 0x20 && ignoreSpace)) {
115 addByte(mb);
118 ignoreSpace = (mb == 0x20);
217 uint8_t mb = charMap[b]; local
220 if (mb != 0) {
221 if (!(mb == 0x20 && ignoreSpace)) {
222 addByte(mb);
224 ignoreSpace = (mb == 0x20)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 321 MacroBlockTypeToPipeWeights(const struct pipe_mpeg12_macroblock *mb, unsigned weights[2])
323 assert(mb);
325 switch (mb->macroblock_type & (PIPE_MPEG12_MB_TYPE_MOTION_FORWARD | PIPE_MPEG12_MB_TYPE_MOTION_BACKWARD)) {
342 if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
346 /* no motion vector, but also not intra mb ->
356 MotionVectorToPipe(const struct pipe_mpeg12_macroblock *mb, unsigned vector,
361 assert(mb);
363 if (mb->macroblock_type & (PIPE_MPEG12_MB_TYPE_MOTION_FORWARD | PIPE_MPEG12_MB_TYPE_MOTION_BACKWARD)) {
364 switch (mb->macroblock_modes.bits.frame_motion_type) {
366 mv.top.x = mb->PMV[0][vector][0]
660 const struct pipe_mpeg12_macroblock *mb = (const struct pipe_mpeg12_macroblock *)macroblocks; local
    [all...]
  /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/webp/src/enc/
analysis_enc.c 40 const VP8MBInfo* const mb = &enc->mb_info_[x + w * y]; local
41 int majority_seg = mb->segment_;
43 cnt[mb[-w - 1].segment_]++; // top-left
44 cnt[mb[-w + 0].segment_]++; // top
45 cnt[mb[-w + 1].segment_]++; // top-right
46 cnt[mb[ - 1].segment_]++; // left
47 cnt[mb[ + 1].segment_]++; // right
48 cnt[mb[ w - 1].segment_]++; // bottom-left
49 cnt[mb[ w + 0].segment_]++; // bottom
50 cnt[mb[ w + 1].segment_]++; // bottom-righ
62 VP8MBInfo* const mb = &enc->mb_info_[x + w * y]; local
214 VP8MBInfo* const mb = &enc->mb_info_[n]; local
    [all...]
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...]
  /frameworks/support/slices/view/src/androidTest/java/androidx/slice/render/
SliceCreator.java 296 MessagingSliceBuilder mb = new MessagingSliceBuilder(getContext(), sliceUri); local
297 return mb
298 .add(new MessagingSliceBuilder.MessageBuilder(mb)
302 .add(new MessagingSliceBuilder.MessageBuilder(mb)
305 .add(new MessagingSliceBuilder.MessageBuilder(mb)
  /external/annotation-tools/asmx/src/org/objectweb/asm/
ClassWriter.java 761 MethodWriter mb = firstMethod; local
762 while (mb != null) {
764 size += mb.getSize();
765 mb = mb.next;
868 mb = firstMethod;
869 while (mb != null) {
870 mb.put(out);
871 mb = mb.next
    [all...]
  /external/pcre/dist2/src/
pcre2_dfa_match.c 79 #define NLBLOCK mb /* Block containing newline information */
306 mb the match_data block with fixed information
366 dfa_match_block *mb,
388 /* Some fields in the mb block are frequently referenced, so we load them into
391 PCRE2_SPTR start_subject = mb->start_subject;
392 PCRE2_SPTR end_subject = mb->end_subject;
393 PCRE2_SPTR start_code = mb->start_code;
396 BOOL utf = (mb->poptions & PCRE2_UTF) != 0;
410 ctypes = mb->tables + ctypes_offset;
411 lcc = mb->tables + lcc_offset
3142 dfa_match_block *mb = &actual_match_block; local
    [all...]
  /frameworks/ml/nn/runtime/test/
TestPartitioning.cpp 343 const ModelBuilder* mb = reinterpret_cast<const ModelBuilder*>(getHandle()); local
344 ::dump(name, mb);
    [all...]
  /hardware/interfaces/camera/device/3.2/default/
CameraDeviceSession.cpp 35 static constexpr int32_t CAMERA_REQUEST_METADATA_QUEUE_SIZE = 1 << 20 /* 1MB */;
37 static constexpr int32_t CAMERA_RESULT_METADATA_QUEUE_SIZE = 1 << 20 /* 1MB */;
570 InflightBatch::MetadataBatch& mb = pair.second; local
571 for (const auto& p : mb.mMds) {
582 mb.mMds.clear();
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 83 MosaicFrame *mb = NULL; local
91 mb = frames[mfit];
93 mult33d(temp, invtrs, mb->trs);
94 memcpy(mb->trs, temp, sizeof(temp));
95 normProjMat33d(mb->trs);
140 MosaicFrame *mb = NULL; local
161 mb = frames[mfit];
164 FrameToMosaicRect(mb->width, mb->height, mb->trs, mb->brect)
391 MosaicFrame *mb; local
1197 MosaicFrame *mb; local
1250 MosaicFrame *mb; local
    [all...]
  /external/autotest/client/tests/aiostress/
aio-stress.c 409 double mb; local
412 mb = oper_mb_trans(oper);
413 tput = mb / runtime;
414 fprintf(stderr, "%s on %s (%.2f MB/s) %.2f MB in %.2fs\n",
415 stage_name(oper->rw), oper->file_name, tput, mb, runtime);
578 /* find a random mb offset */
1075 fprintf(stderr, "%s throughput (%.2f MB/s) ", this_stage,
1077 fprintf(stderr, "%.2f MB in %.2fs", total_mb, runtime);
1173 fprintf(stderr, "thread %d %s totals (%.2f MB/s) %.2f MB in %.2fs\n",
    [all...]
  /external/brotli/c/enc/
encode.c 587 MetaBlockSplit mb; local
588 InitMetaBlockSplit(&mb);
600 literal_context_map, commands, num_commands, &mb);
611 &mb);
617 &mb);
626 &mb,
629 DestroyMetaBlockSplit(m, &mb);
1220 MetaBlockSplit mb; local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 2556 blk64_t mb; local
    [all...]
  /external/libcxx/src/
locale.cpp 4956 mbstate_t mb = {0}; local
5130 mbstate_t mb = {0}; local
5456 mbstate_t mb = {0}; local
5962 mbstate_t mb = {0}; local
6028 mbstate_t mb = {0}; local
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 420 double mb; local
423 mb = oper_mb_trans(oper);
424 tput = mb / runtime;
425 fprintf(stderr, "%s on %s (%.2f MB/s) %.2f MB in %.2fs\n",
426 stage_name(oper->rw), oper->file_name, tput, mb, runtime);
595 /* find a random mb offset */
1096 fprintf(stderr, "%s throughput (%.2f MB/s) ", this_stage,
1098 fprintf(stderr, "%.2f MB in %.2fs", total_mb, runtime);
1195 "thread %td %s totals (%.2f MB/s) %.2f MB in %.2fs\n"
    [all...]

Completed in 377 milliseconds

1 23 4 5 6 7 8 91011>>