Searched refs:e_state (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvhmm1d.cpp919 int e_state = info->state[i];
923 state[e_state].mu, info->obs_size);
926 for (m = 1; m < state[e_state].num_mix; m++)
929 state[e_state].mu + m * info->obs_size,
H A Dcvhmm.cpp1022 int e_state = info->state[2 * counter + 1]; local
1026 state[e_state].mu, info->obs_size);
1029 for (m = 1; m < state[e_state].num_mix; m++)
1032 state[e_state].mu + m * info->obs_size,
1064 int e_state = info->in_state[counter];
1067 max_prob = icvComputeUniModeGauss( info->obs[counter], state[e_state].mu[0],
1068 state[e_state].inv_var[0],
1069 state[e_state].log_var[0],
1073 for (m = 1; m < state[e_state].num_mix; m++)
1075 float prob=icvComputeUniModeGauss(info->obs[counter], state[e_state]
[all...]
/external/oprofile/events/i386/westmere/
H A Dunit_masks121 0x04 e_state L1 writebacks to L2 in E state
143 0x04 e_state L2 lines allocated in the E state
/external/oprofile/events/i386/nehalem/
H A Dunit_masks98 0x04 e_state Counts number of L2 data demand loads where the cache line to be loaded is in the E (exclusive) state
103 0x40 e_state Counts number of L2 prefetch data loads where the cache line to be loaded is in the E (exclusive) state
110 0x04 e_state Counts number of L2 store RFO requests where the cache line to be loaded is in the E (exclusive) state
116 0x40 e_state Counts number of L2 demand lock RFO requests where the cache line to be loaded is in the E (exclusive) state
123 0x04 e_state Counts number of L1 writebacks to the L2 where the cache line to be written is in the E (exclusive) state
135 0x04 e_state Counts L1 data cache read requests where the cache line to be loaded is in the E (exclusive) state
141 0x04 e_state Counts L1 data cache store RFO requests where the cache line to be loaded is in the E (exclusive) state
147 0x04 e_state Counts L1 data cache retired load locks that hit the target cache line in the exclusive state
338 0x04 e_state Counts the number of cache lines allocated in the L2 cache in the E (exclusive) state

Completed in 743 milliseconds