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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dpowernow-k6.c66 * @best_i: clock_ratio[best_i] is the target multiplier
70 static void powernow_k6_set_state (unsigned int best_i) argument
76 if (clock_ratio[best_i].index > max_multiplier) {
82 freqs.new = busfreq * clock_ratio[best_i].index;
87 /* we now need to transform best_i to the BVC format, see AMD#23446 */
89 outvalue = (1<<12) | (1<<10) | (1<<9) | (best_i<<5);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/geode/
H A Dvideo_gx.c124 int i, best_i; local
139 best_i = 0;
145 best_i = i;
154 dotpll |= (u64)pll_table[best_i].dotpll_value << 32;
164 sys_rstpll |= pll_table[best_i].sys_rstpll_bits;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpegenc.c1023 int best_i= -1; local
1056 best_i = i;
1061 if(best_i < 0){
1089 assert(best_i >= 0);
1091 st = ctx->streams[best_i];
1107 //av_log(ctx, AV_LOG_DEBUG, "dts:%f pts:%f scr:%f stream:%d\n", timestamp_packet->dts/90000.0, timestamp_packet->pts/90000.0, scr/90000.0, best_i);
1108 es_size= flush_packet(ctx, best_i, timestamp_packet->pts, timestamp_packet->dts, scr, trailer_size);
1111 es_size= flush_packet(ctx, best_i, AV_NOPTS_VALUE, AV_NOPTS_VALUE, scr, trailer_size);
H A Dnutenc.c630 int best_i = 0; local
640 best_i= i;
644 return best_i;

Completed in 62 milliseconds