Home
last modified time | relevance | path

Searched refs:best_index (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_hdmi.cpp208 uint32_t best_index = 0, index; in GetBestConfig() local
227 best_index = UINT32(index); in GetBestConfig()
228 for (size_t index = best_index + 1; index < num_modes; index ++) { in GetBestConfig()
234 if (attrib[index].y_pixels > attrib[best_index].y_pixels) { in GetBestConfig()
235 best_index = UINT32(index); in GetBestConfig()
236 } else if (attrib[index].y_pixels == attrib[best_index].y_pixels) { in GetBestConfig()
237 if (attrib[index].x_pixels > attrib[best_index].x_pixels) { in GetBestConfig()
238 best_index = UINT32(index); in GetBestConfig()
239 } else if (attrib[index].x_pixels == attrib[best_index].x_pixels) { in GetBestConfig()
240 if (attrib[index].vsync_period_ns < attrib[best_index].vsync_period_ns) { in GetBestConfig()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemb.c116 unsigned best_index[1025][2]; in optimize_b() local
193 best_index[i][0] = best; in optimize_b()
249 best_index[i][1] = best; in optimize_b()
270 best_index[i][0] = best_index[i][1] = 0; in optimize_b()
301 best = best_index[i][best]; in optimize_b()
Dvp9_rdopt.c2152 int best_index = 0; in mv_pred() local
2194 best_index = i; in mv_pred()
2199 x->mv_best_ref_index[ref_frame] = best_index; in mv_pred()