/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ |
bmiintrin.h | 29 # error "BMI instruction set not enabled"
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
bmiintrin.h | 29 # error "BMI instruction set not enabled"
|
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/ |
SDL_os2fslib.c | 1346 BMPINFO bmi; local 1631 BMPINFO bmi; local [all...] |
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/ |
vp8_packtokens_partitions_armv5.asm | 162 bmi token_count_lt_zero ; if(count >= 0) 260 bmi extra_count_lt_zero ; if(count >= 0) 390 bmi token_count_lt_zero_se ; if(count >= 0)
|
vp8_packtokens_armv5.asm | 112 bmi token_count_lt_zero ; if(count >= 0) 210 bmi extra_count_lt_zero ; if(count >= 0)
|
vp8_packtokens_mbrow_armv5.asm | 133 bmi token_count_lt_zero ; if(count >= 0) 231 bmi extra_count_lt_zero ; if(count >= 0)
|
/external/libvpx/libvpx/vp8/common/ |
mfqe.c | 259 map[i] &= (mode_info_context->bmi[ndx[i][j]].mv.as_mv.row <= 2 && 260 mode_info_context->bmi[ndx[i][j]].mv.as_mv.col <= 2);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_mvref_common.c | 125 ? candidate->bmi[idx_n_column_to_subblock[block_idx][search_col == 0]] 202 // if the size < 8x8 we get the mv from the bmi substructure,
|
vp9_blockd.h | 145 b_mode_info bmi[4]; member in struct:__anon21262 247 mi->bmi[ib].as_mode : mbmi->mode];
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemv.c | 325 if (mi->bmi[i].as_mode == NEWMV) 326 inc_mvs(mi->bmi[i].as_mv, best_ref_mv, is_compound, &cpi->NMVcount);
|
vp9_rdopt.c | [all...] |
vp9_bitstream.c | 431 const MB_PREDICTION_MODE bm = m->bmi[idy * 2 + idx].as_mode; 471 const MB_PREDICTION_MODE blockmode = m->bmi[j].as_mode; 480 vp9_encode_mv(cpi, bc, &m->bmi[j].as_mv[0].as_mv, 484 vp9_encode_mv(cpi, bc, &m->bmi[j].as_mv[1].as_mv, 535 const int bm = m->bmi[i].as_mode; [all...] |
/bionic/libc/arch-arm/bionic/ |
memset.S | 183 bmi 2f
|
memcpy.a9.S | 531 bmi .Ltail63unaligned 538 bmi 2f
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
memset.S | 182 bmi 2f
|
/dalvik/vm/mterp/armv5te/ |
OP_FILLED_NEW_ARRAY.S | 57 bmi 2f @ was zero, bail
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
main_wnd.h | 139 const BITMAPINFO& bmi() const { return bmi_; } function in class:MainWnd::VideoRenderer
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngine.cpp | 440 const CXXCtorInitializer *BMI = Init.getInitializer(); 443 BMI->getSourceLocation(), 459 if (BMI->isAnyMemberInitializer()) { 462 const Expr *Init = BMI->getInit()->IgnoreImplicit(); 465 if (BMI->isIndirectMemberInitializer()) { 466 Field = BMI->getIndirectMember(); 467 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal); 469 Field = BMI->getMember(); 470 FieldLoc = State->getLValue(BMI->getMember(), thisVal); 474 if (BMI->getNumArrayIndices() > 0) [all...] |
/external/kernel-headers/original/asm-arm/ |
spinlock.h | 172 " bmi 1b"
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
gdivideorenderer.cc | 227 // Update the bmi and image buffer
|
/external/llvm/test/CodeGen/ARM/ |
vfp.ll | 122 ;CHECK: bmi
|
/external/chromium_org/printing/ |
emf_win.cc | 419 BITMAPINFOHEADER bmi = {0}; local 420 gfx::CreateBitmapHeader(bitmap->width(), bitmap->height(), &bmi); 427 reinterpret_cast<const BITMAPINFO *>(&bmi),
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_regex_constants.cc.utf8 | 242 const char kMiddleInitialRe[] = "middle.*initial|m\\.i\\.|mi$|\\bmi\\b";
|
/external/libvpx/libvpx/vp8/encoder/ |
bitstream.c | 606 write_bmode(w, m->bmi[j].as_mode, pc->fc.bmode_prob); 678 blockmode = cpi->mb.partition_info->bmi[j].mode; 679 blockmv = cpi->mb.partition_info->bmi[j].mv; 770 const int bm = m->bmi[i].as_mode; [all...] |
/dalvik/vm/arch/arm/ |
CallEABI.S | 176 bmi .Lno_arg_info 220 bmi .Lcopy_done @ NOTE: expects original argv in r9
|