Searched refs:best_index (Results 1 – 3 of 3) sorted by relevance
208 uint32_t best_index = 0, index; in GetBestConfig() local227 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 …]
116 unsigned best_index[1025][2]; in optimize_b() local193 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()
2152 int best_index = 0; in mv_pred() local2194 best_index = i; in mv_pred()2199 x->mv_best_ref_index[ref_frame] = best_index; in mv_pred()