HomeSort by relevance Sort by last modified time
    Searched full:bmi (Results 26 - 50 of 133) sorted by null

12 3 4 5 6

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 195 m->bmi[ib].as_mode = b_mode;
197 m->bmi[ib + 2].as_mode = b_mode;
199 m->bmi[ib + 1].as_mode = b_mode;
203 mbmi->mode = m->bmi[3].as_mode;
348 mi->bmi[ib].as_mode = b_mode;
350 mi->bmi[ib + 2].as_mode = b_mode;
352 mi->bmi[ib + 1].as_mode = b_mode;
355 mbmi->mode = mi->bmi[3].as_mode;
507 mi->bmi[j].as_mv[0].as_int = block[0].as_int;
509 mi->bmi[j].as_mv[1].as_int = block[1].as_int
    [all...]
  /external/clang/lib/Headers/
bmiintrin.h 1 /*===---- bmiintrin.h - BMI intrinsics -------------------------------------===
29 # error "BMI instruction set not enabled"
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 42 x->e_mbd.block[i].bmi.as_mode = B_DC_PRED;
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode,
pickinter.c 174 b->bmi.as_mode = *best_mode;
219 mic->bmi[i].as_mode = best_mode;
936 d->bmi.mv.as_int = mvp_full.as_int;
939 cpi->find_fractional_mv_step(x, b, d, &d->bmi.mv, &best_ref_mv,
975 bestsme = vp8_hex_search(x, b, d, &mvp_full, &d->bmi.mv,
979 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
984 &d->bmi.mv, step_param, sadpb, &num00,
987 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
1003 &d->bmi.mv,
    [all...]
temporal_filter.c 191 bestsme = vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv,
203 &d->bmi.mv,
289 mbd->block[0].bmi.mv.as_mv.row = 0;
290 mbd->block[0].bmi.mv.as_mv.col = 0;
327 mbd->block[0].bmi.mv.as_mv.row,
328 mbd->block[0].bmi.mv.as_mv.col,
rdopt.c 701 b->bmi.as_mode = *best_mode;
756 mic->bmi[i].as_mode = best_mode;
964 as they have not yet made it to the bmi array in our MB_MODE_INFO. */
993 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i);
996 this_mv->as_int = row ? d[-4].bmi.mv.as_int : above_block_mv(mic, i, mis);
1009 left_mv.as_int = col ? d[-1].bmi.mv.as_int :
1019 d->bmi.mv.as_int = this_mv->as_int;
1021 x->partition_info->bmi[i].mode = m;
1022 x->partition_info->bmi[i].mv.as_int = this_mv->as_int;
1214 bsi->mvp.as_int = x->e_mbd.block[i-1].bmi.mv.as_int
    [all...]
firstpass.c 648 d->bmi.mv.as_mv.row = 0;
649 d->bmi.mv.as_mv.col = 0;
658 &d->bmi.mv.as_mv, lst_yv12,
673 d->bmi.mv.as_mv.row = tmp_mv.row;
674 d->bmi.mv.as_mv.col = tmp_mv.col;
714 d->bmi.mv.as_mv.row *= 8;
715 d->bmi.mv.as_mv.col *= 8;
717 vp8_set_mbmode_and_mvs(x, NEWMV, &d->bmi.mv);
719 sum_mvr += d->bmi.mv.as_mv.row;
720 sum_mvr_abs += abs(d->bmi.mv.as_mv.row)
    [all...]
block.h 60 } bmi[16]; member in struct:__anon21237
  /prebuilts/sdk/renderscript/clang-include/
bmiintrin.h 1 /*===---- bmiintrin.h - BMI intrinsics -------------------------------------===
29 # error "BMI instruction set not enabled"
  /external/llvm/test/CodeGen/X86/
peep-test-4.ll 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -mattr=+bmi,+bmi2,+popcnt | FileCheck %s
160 declare i32 @llvm.x86.bmi.bextr.32(i32, i32) nounwind readnone
162 %bextr = tail call i32 @llvm.x86.bmi.bextr.32(i32 %x, i32 %y)
  /external/opencv/otherlibs/highgui/
image.cpp 211 BITMAPINFO* bmi = (BITMAPINFO*)buffer; local
236 FillBitmapInfo( bmi, bmp_w, bmp_h, Bpp(), m_img->origin );
242 m_img->imageData, bmi, DIB_RGB_COLORS, SRCCOPY );
  /bionic/libc/arch-arm/bionic/
memcmp.S 59 bmi 10f
107 bmi 10f
153 bmi 1f
187 bmi 4f
247 bmi 8b
memcmp16.S 111 bmi 1f
146 bmi 4f
  /external/skia/tests/
ReadPixelsTest.cpp 226 static BitmapInit nextBMI(BitmapInit bmi) {
227 int x = bmi;
354 for (BitmapInit bmi = kFirstBitmapInit;
355 bmi < kBitmapInitCnt;
356 bmi = nextBMI(bmi)) {
360 init_bitmap(&bmp, srcRect, bmi);
  /dalvik/vm/mterp/armv5te/
OP_NEW_ARRAY.S 19 bmi common_errNegativeArraySize @ negative length, bail - len in r1
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
bmiintrin.h 29 # error "BMI instruction set not enabled"
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
bmiintrin.h 29 # error "BMI instruction set not enabled"
  /external/libvpx/libvpx/vp8/common/
blockd.h 167 union b_mode_info bmi[16]; member in struct:modeinfo
202 union b_mode_info bmi; member in struct:blockd
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 155 ref_mv = &x->e_mbd.mi_8x8[0]->bmi[0].as_mv[0];
249 mbd->mi_8x8[0]->bmi[0].as_mv[0].as_mv.row = 0;
250 mbd->mi_8x8[0]->bmi[0].as_mv[0].as_mv.col = 0;
283 mbd->mi_8x8[0]->bmi[0].as_mv[0].as_mv.row,
284 mbd->mi_8x8[0]->bmi[0].as_mv[0].as_mv.col,
  /external/llvm/lib/Target/AArch64/
AArch64BranchFixupPass.cpp 526 MachineInstr *BMI = &MBB->back();
527 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB);
530 if (BMI != MI) {
532 BMI->getOpcode() == AArch64::Bimm) {
539 MachineBasicBlock *NewDest = BMI->getOperand(0).getMBB();
542 << *BMI);
544 BMI->getOperand(0).setMBB(DestBB);
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 87 bmi token_count_lt_zero ; if(count >= 0)
163 bmi token_count_lt_zero_se ; if(count >= 0)
257 bmi token_count_lt_zero_ev ; if(count >= 0)
  /bionic/libc/arch-arm/generic/bionic/
memset.S 112 bmi 2f
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
m68k.php 57 'bls','blt','bmc','bmi','bms','bne','bpl','bra','brclr','brn',
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
bmiintrin.h 29 # error "BMI instruction set not enabled"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
bmiintrin.h 29 # error "BMI instruction set not enabled"

Completed in 518 milliseconds

12 3 4 5 6