Searched refs:mi (Results 126 - 150 of 258) sorted by relevance

1234567891011

/external/opencv/ml/src/
H A Dmltree.cpp1764 int _mi = data->cat_count->data.i[ci], mi = _mi;
1767 int* _cjk = (int*)cvStackAlloc(m*(mi+1)*sizeof(_cjk[0]))+m, *cjk = _cjk;
1768 double* c_weights = (double*)cvStackAlloc( mi*sizeof(c_weights[0]) );
1779 for( j = -1; j < mi; j++ )
1792 if( mi > data->params.max_categories )
1794 mi = MIN(data->params.max_categories, n);
1796 cluster_labels = (int*)cvStackAlloc(mi*sizeof(cluster_labels[0]));
1797 cluster_categories( _cjk, _mi, m, cjk, mi, cluster_labels );
1800 subset_n = 1 << mi;
1805 int_ptr = (int**)cvStackAlloc( mi*sizeo
2172 int i, mi = data->cat_count->data.i[data->get_var_type(vi)], l_win = 0; local
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c492 // filters for the specific mi we are looking at. It uses information
499 const MODE_INFO *mi, const int shift_y,
502 const MB_MODE_INFO *mbmi = &mi->mbmi;
579 const MODE_INFO *mi, const int shift_y,
581 const MB_MODE_INFO *mbmi = &mi->mbmi;
629 // These are offsets to the next mi in the 64x64 block. It is what gets
630 // added to the mi ptr as we go through each loop. It helps us to avoids
930 const MODE_INFO *mi = mi_8x8[c]; local
931 const BLOCK_SIZE sb_type = mi[0].mbmi.sb_type;
932 const int skip_this = mi[
498 build_masks(const loop_filter_info_n *const lfi_n, const MODE_INFO *mi, const int shift_y, const int shift_uv, LOOP_FILTER_MASK *lfm) argument
578 build_y_mask(const loop_filter_info_n *const lfi_n, const MODE_INFO *mi, const int shift_y, LOOP_FILTER_MASK *lfm) argument
[all...]
H A Dvp9_blockd.c43 const MB_MODE_INFO* mbmi = &xd->mi[0]->mbmi;
/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c1503 //zz if (matchIRExpr(&mi,p_32to1_then_1Uto8,e)) {
1504 //zz IRExpr* expr32 = mi.bindee[0];
1520 //zz if (matchIRExpr(&mi,p_LDle8_then_8Uto32,e)) {
1522 //zz X86AMode* amode = iselIntExpr_AMode ( env, mi.bindee[0] );
1534 //zz if (matchIRExpr(&mi,p_LDle8_then_8Sto32,e)) {
1536 //zz X86AMode* amode = iselIntExpr_AMode ( env, mi.bindee[0] );
1548 //zz if (matchIRExpr(&mi,p_LDle16_then_16Uto32,e)) {
1550 //zz X86AMode* amode = iselIntExpr_AMode ( env, mi.bindee[0] );
2178 MatchInfo mi; local
3232 if (matchIRExpr(&mi, p_veqz_8x
3788 MatchInfo mi; local
[all...]
/external/e2fsprogs/debugfs/
H A Ddebug_cmds.ct98 modify_inode, mi;
/external/javassist/src/main/javassist/convert/
H A DTransformAccessArrayField.java148 int mi = cp.addClassInfo(methodClassname);
149 int methodref = cp.addMethodrefInfo(mi, methodName, signature);
/external/libhevc/common/arm64/
H A Dihevc_deblk_chroma_horz.s118 csel x1, x20, x1,mi
135 csel x2, x20, x2,mi
H A Dihevc_deblk_chroma_vert.s136 csel x3, x20, x3,mi
156 csel x2, x20, x2,mi
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp1102 for (unsigned mi = 0, me = MBBs.size(); mi != me; ++mi)
1103 *SlotPtr++ = getMachineBasicBlockAddress(MBBs[mi]);
1121 for (unsigned mi = 0, me = MBBs.size(); mi != me; ++mi) {
1122 uintptr_t MBBAddr = getMachineBasicBlockAddress(MBBs[mi]);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c252 MODE_INFO *const mi = xd->mi[0].src_mi; local
253 const PREDICTION_MODE mode = (plane == 0) ? get_y_mode(mi, block)
254 : mi->mbmi.uv_mode;
265 if (!mi->mbmi.skip) {
308 xd->mi = cm->mi + offset;
309 xd->mi[0].src_mi = &xd->mi[0]; // Point to self.
310 xd->mi[
[all...]
/external/chromium_org/chrome/installer/util/
H A Dinstall_util.cc111 MONITORINFO mi = {0}; local
112 mi.cbSize = sizeof(mi);
113 ::GetMonitorInfo(monitor, &mi);
114 RECT screen_rect = mi.rcWork;
/external/chromium_org/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64-unittest.cc30 std::ostream& operator<<(std::ostream& os, const MachInst<T>& mi) { argument
31 return os << mi.constructor_name;
163 MachInst2 mi; member in struct:v8::internal::compiler::__anon17262::FPCmp
169 return os << cmp.mi;
188 MachInst1 mi; member in struct:v8::internal::compiler::__anon17262::Conversion
194 return os << conv.mi;
828 StreamBuilder m(this, kMachInt32, cmp.mi.machine_type, cmp.mi.machine_type);
829 m.Return((m.*cmp.mi.constructor)(m.Parameter(0), m.Parameter(1)));
832 EXPECT_EQ(cmp.mi
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c248 MODE_INFO *const mi = xd->mi[0]; local
249 const MB_PREDICTION_MODE mode = (plane == 0) ? get_y_mode(mi, block)
250 : mi->mbmi.uv_mode;
261 if (!mi->mbmi.skip) {
304 xd->mi = cm->mi_grid_visible + offset;
305 xd->mi[0] = &cm->mi[offset];
306 xd->mi[0]->mbmi.sb_type = bsize;
309 xd->mi[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp841 Instruction *i, *next, *mi; local
854 mi = i->getSrc(s)->getInsn();
855 if (!mi ||
856 mi->predSrc >= 0 || mi->getDef(0)->refCount() > 8)
858 if (i->sType == TYPE_U32 && mi->dType == TYPE_S32) {
861 (mi->op != OP_ABS &&
862 mi->op != OP_NEG))
865 if (i->sType != mi->dType) {
868 if ((mod = Modifier(mi
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp841 Instruction *i, *next, *mi; local
854 mi = i->getSrc(s)->getInsn();
855 if (!mi ||
856 mi->predSrc >= 0 || mi->getDef(0)->refCount() > 8)
858 if (i->sType == TYPE_U32 && mi->dType == TYPE_S32) {
861 (mi->op != OP_ABS &&
862 mi->op != OP_NEG))
865 if (i->sType != mi->dType) {
868 if ((mod = Modifier(mi
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c114 const int ref = is_inter_block(&xd->mi[0]->mbmi);
142 if (!is_inter_block(&mb->e_mbd.mi[0]->mbmi))
455 MB_MODE_INFO *mbmi = &xd->mi[0]->mbmi;
480 MB_MODE_INFO *mbmi = &xd->mi[0]->mbmi;
565 mode = plane == 0 ? get_y_mode(xd->mi[0], block) : mbmi->uv_mode;
611 struct encode_b_args arg = {x, NULL, &xd->mi[0]->mbmi.skip};
618 MB_MODE_INFO * mbmi = &x->e_mbd.mi[0]->mbmi;
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c87 unsigned long mi; member in struct:_xmlSchemaValDecimal
2071 unsigned long lo = 0, mi = 0, hi = 0; local
2094 mi = mi * 10 + (*cur++ - '0');
2104 *lmi = mi;
2353 &v->value.decimal.mi,
3120 unsigned long lo, mi, hi; local
3132 ret = xmlSchemaParseUInt(&cur, &lo, &mi, &hi);
3141 ((hi != 0) || (mi != 0) || (lo != 0)))
3146 if ((hi == 0) && (mi
3179 unsigned long lo, mi, hi; local
3252 unsigned long lo, mi, hi; local
3403 unsigned long hi, mi, lo; local
[all...]
/external/libxml2/
H A Dxmlschemastypes.c87 unsigned long mi; member in struct:_xmlSchemaValDecimal
2071 unsigned long lo = 0, mi = 0, hi = 0; local
2094 mi = mi * 10 + (*cur++ - '0');
2104 *lmi = mi;
2353 &v->value.decimal.mi,
3127 unsigned long lo, mi, hi; local
3139 ret = xmlSchemaParseUInt(&cur, &lo, &mi, &hi);
3148 ((hi != 0) || (mi != 0) || (lo != 0)))
3153 if ((hi == 0) && (mi
3186 unsigned long lo, mi, hi; local
3259 unsigned long lo, mi, hi; local
3410 unsigned long hi, mi, lo; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dalloccommon.c91 oci->mi = oci->mip + oci->mode_info_stride + 1;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.c43 const MB_MODE_INFO* mbmi = &xd->mi[0].src_mi->mbmi;
H A Dvp9_mvref_common.h209 MODE_INFO *mi, MV_REFERENCE_FRAME ref_frame,
/external/clang/test/CXX/drs/
H A Ddr1xx.cpp488 int mi; // expected-note +{{here}} member in class:dr142::B
497 mi = 3; // expected-error {{private base class}} expected-error {{private member}}
501 b.mi = 3;
509 bp2->mi = 3;
/external/libvpx/libvpx/vp8/common/
H A Dalloccommon.c91 oci->mi = oci->mip + oci->mode_info_stride + 1;
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c2207 void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi )
2228 mi->arena = a->stats__bytes_mmaped;
2229 mi->ordblks = free_blocks + VG_(free_queue_length);
2230 mi->smblks = 0;
2231 mi->hblks = 0;
2232 mi->hblkhd = 0;
2233 mi->usmblks = 0;
2234 mi->fsmblks = 0;
2235 mi->uordblks = a->stats__bytes_on_loan - VG_(free_queue_volume);
2236 mi
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-branch-encoding.s44 b.mi L1
45 ; CHECK: b.mi L1 ; encoding: [0bAAA00100,A,A,0x54]

Completed in 1210 milliseconds

1234567891011