HomeSort by relevance Sort by last modified time
    Searched refs:best_index (Results 1 - 19 of 19) sorted by null

  /hardware/qcom/display/msm8909/sdm/libs/core/
display_hdmi.cpp 164 uint32_t best_index = 0, index; local
182 best_index = UINT32(index);
183 for (size_t index = best_index + 1; index < num_modes; index ++) {
189 if (attrib[index].y_pixels > attrib[best_index].y_pixels) {
190 best_index = UINT32(index);
191 } else if (attrib[index].y_pixels == attrib[best_index].y_pixels) {
192 if (attrib[index].x_pixels > attrib[best_index].x_pixels) {
193 best_index = UINT32(index);
194 } else if (attrib[index].x_pixels == attrib[best_index].x_pixels) {
195 if (attrib[index].vsync_period_ns < attrib[best_index].vsync_period_ns)
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
display_hdmi.cpp 164 uint32_t best_index = 0, index; local
182 best_index = UINT32(index);
183 for (size_t index = best_index + 1; index < num_modes; index ++) {
189 if (attrib[index].y_pixels > attrib[best_index].y_pixels) {
190 best_index = UINT32(index);
191 } else if (attrib[index].y_pixels == attrib[best_index].y_pixels) {
192 if (attrib[index].x_pixels > attrib[best_index].x_pixels) {
193 best_index = UINT32(index);
194 } else if (attrib[index].x_pixels == attrib[best_index].x_pixels) {
195 if (attrib[index].vsync_period_ns < attrib[best_index].vsync_period_ns)
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_hdmi.cpp 171 uint32_t best_index = 0, index; local
189 best_index = UINT32(index);
190 for (size_t index = best_index + 1; index < num_modes; index ++) {
196 if (attrib[index].y_pixels > attrib[best_index].y_pixels) {
197 best_index = UINT32(index);
198 } else if (attrib[index].y_pixels == attrib[best_index].y_pixels) {
199 if (attrib[index].x_pixels > attrib[best_index].x_pixels) {
200 best_index = UINT32(index);
201 } else if (attrib[index].x_pixels == attrib[best_index].x_pixels) {
202 if (attrib[index].vsync_period_ns < attrib[best_index].vsync_period_ns)
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_hdmi.cpp 163 uint32_t best_index = 0, index; local
181 best_index = UINT32(index);
182 for (size_t index = best_index + 1; index < num_modes; index ++) {
188 if (attrib[index].y_pixels > attrib[best_index].y_pixels) {
189 best_index = UINT32(index);
190 } else if (attrib[index].y_pixels == attrib[best_index].y_pixels) {
191 if (attrib[index].x_pixels > attrib[best_index].x_pixels) {
192 best_index = UINT32(index);
193 } else if (attrib[index].x_pixels == attrib[best_index].x_pixels) {
194 if (attrib[index].vsync_period_ns < attrib[best_index].vsync_period_ns)
    [all...]
  /external/eigen/test/
eigensolver_complex.cpp 29 Index best_index(0);
30 if(diffs.col(col).segment(col,n-i).minCoeff(&best_index) > tol)
33 best_index += col;
35 diffs.row(col).swap(diffs.row(best_index));
37 diffs.row(col).swap(diffs.row(best_index));
40 diffs.row(n-(i-col)-1).swap(diffs.row(best_index));
41 transpositions.push_back(std::pair<Index,Index>(n-(i-col)-1,best_index));
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
graph_collection_operator.cc 41 int best_index = -1; local
50 best_index = i;
55 if (best_index < 0) {
61 auto& runner = runners_[UniqueId(node_id, best_index)];
grow_stats.cc 310 int32 best_index; local
313 GetTwoBest(num_splits(), score_fn, &best_score, &best_index, local
348 int32 best_index; local
351 GetTwoBest(num_splits(), score_fn, &best_score, &best_index, local
355 MakeBootstrapWeights(best_index, &weights1);
381 int best_index = -1;
392 best_index = i;
399 if (best_index < 0) {
404 *best->mutable_split() = splits_[best_index];
409 InitLeafClassStats(best_index, left, right)
910 int best_index = -1; local
    [all...]
  /system/extras/simpleperf/
perf_clock.cpp 74 size_t best_index = 0; local
81 best_index = i;
86 reinterpret_cast<uint64_t>(array[best_index].mmap_start_addr);
89 thread_arg->system_time_in_ns = array[best_index].end_system_time_in_ns;
  /external/webrtc/talk/media/base/
videocommon.cc 88 int best_index = kNumScaleFactors - 1; // Default to max scale. local
95 best_index = i;
101 return kScaleFactors[best_index];
  /external/speex/libspeex/
cb_search.c 129 int best_index; local
160 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack);
162 vq_nbest(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack);
164 speex_bits_pack(bits,best_index,params->shape_bits+have_sign);
170 rind = best_index;
205 rind = best_index;
283 VARDECL(int *best_index);
331 ALLOC(best_index, N, int);
381 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, N, best_index, best_dist, stack);
383 vq_nbest(x, resp2, subvect_size, shape_cb_size, E, N, best_index, best_dist, stack)
    [all...]
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
tree_utils.cc 46 float* best_score, int* best_index, float* second_best_score,
48 *best_index = -1;
56 *second_best_index = *best_index;
58 *best_index = i;
82 float* best_score, int* best_index,
109 GetTwoBest(num_splits, score_fn, best_score, best_index, second_best_score,
157 int32 accumulator, float* best_score, int* best_index,
191 best_score, best_index, second_best_score, second_best_index);
tree_utils.h 60 float* best_score, int* best_index, float* second_best_score,
  /external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
hyperplane_lsh_probes.h 112 int_fast32_t best_index = sorted_hyperplane_indices_[ii][0]; local
114 hash_vector_[ii * num_hyperplanes_per_table_ + best_index];
117 hash_mask = hash_mask << (num_hyperplanes_per_table_ - best_index - 1);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_packet_history.cc 284 int best_index = -1; // Returned unchanged if we don't find anything. local
293 best_index = static_cast<int>(i);
296 return best_index;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand.cc 420 size_t best_index = std::numeric_limits<size_t>::max(); local
431 best_index = i;
436 size_t distortion_lag = best_distortion_index[best_index];
437 size_t correlation_lag = best_correlation_index[best_index];
470 best_index = WebRtcSpl_MaxIndexW32(correlation_vector2, correlation_lags);
471 int32_t max_correlation = correlation_vector2[best_index];
473 best_index = best_index + start_index;
481 &(audio_history[signal_length - correlation_length - best_index]),
482 &(audio_history[signal_length - correlation_length - best_index]),
    [all...]
dsp_helper.cc 241 size_t best_index = 0; local
253 best_index = i;
257 return best_index;
  /external/autotest/client/common_lib/
pexpect.py     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 488 int best_index = 0; local
527 best_index = i;
532 x->mv_best_ref_index[ref_frame] = best_index;
  /external/flac/libFLAC/
lpc.c 1335 unsigned order, indx, best_index; \/* 'index' the index into lpc_error; index==order-1 since lpc_error[0] is for order==1, lpc_error[1] is for order==2, etc *\/ local
    [all...]

Completed in 3709 milliseconds