Searched refs:best_idx (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dnellymoserenc.c181 best_idx = \
183 if (fabs(val - table[best_idx]) > fabs(val - table[best_idx + 1])) \
184 best_idx++;
188 int band, best_idx, power_idx = 0; local
193 idx_table[0] = best_idx;
194 power_idx = ff_nelly_init_table[best_idx];
199 idx_table[band] = best_idx;
200 power_idx += ff_nelly_delta_table[best_idx];
213 int i, j, band, best_idx; local
283 int i, j, band, block, best_idx, power_idx = 0; local
[all...]
H A Delbg.c364 int best_dist, best_idx = 0; local
391 best_dist = distance_limited(elbg->points + i*elbg->dim, elbg->codebook + best_idx*elbg->dim, dim, INT_MAX);
396 best_idx = k;
399 elbg->nearest_cb[i] = best_idx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dnellymoserenc.c196 best_idx = \
198 if (fabs(val - table[best_idx]) > fabs(val - table[best_idx + 1])) \
199 best_idx++;
203 int band, best_idx, power_idx = 0; local
208 idx_table[0] = best_idx;
209 power_idx = ff_nelly_init_table[best_idx];
214 idx_table[band] = best_idx;
215 power_idx += ff_nelly_delta_table[best_idx];
228 int i, j, band, best_idx; local
298 int i, j, band, block, best_idx, power_idx = 0; local
[all...]
H A Delbg.c376 int best_dist, best_idx = 0; local
403 best_dist = distance_limited(elbg->points + i*elbg->dim, elbg->codebook + best_idx*elbg->dim, dim, INT_MAX);
408 best_idx = k;
411 elbg->nearest_cb[i] = best_idx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davfiltergraph.c797 int best_idx, best_diff = INT_MAX; local
808 best_idx = j;
812 outlink->in_samplerates->formats[best_idx]);
875 int best_idx = -1, best_score = INT_MIN, best_count_diff = INT_MAX; local
936 best_idx = j;
940 av_assert0(best_idx >= 0);
942 outlink->in_channel_layouts->channel_layouts[best_idx]);
976 int best_idx = -1, best_score = INT_MIN; local
989 best_idx = j;
995 best_idx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dkallsyms.c295 unsigned int best_idx[256]; local
370 best_idx[i] = off;
379 printf("\t.short\t%d\n", best_idx[i]);

Completed in 110 milliseconds