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

  /external/libvpx/vp8/encoder/
pickinter.h 18 extern int vp8_pick_intra4x4mby_modes(const VP8_ENCODER_RTCD *, MACROBLOCK *mb, int *Rate, int *Distortion);
rdopt.c 225 // Extend rate multiplier along side quantizer zbin increases
542 int *Rate,
583 // rate
584 *Rate = vp8_rdcost_mby(mb);
612 int rate = 0; local
630 rate = bmode_costs[mode];
641 rate += ratey;
644 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
648 *bestrate = rate;
668 int vp8_rd_pick_intra4x4mby_modes(VP8_COMP *cpi, MACROBLOCK *mb, int *Rate,
738 int rate, ratey; local
816 int rate; local
1043 int rate = 0; local
1742 int rate; local
    [all...]
pickinter.c 177 int rate; local
194 rate = mode_costs[mode];
197 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate, distortion);
201 *bestrate = rate;
215 int vp8_pick_intra4x4mby_modes(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *mb, int *Rate, int *best_dist)
250 *Rate = cost;
433 int rate; local
637 vp8_pick_intra4x4mby_modes(IF_RTCD(&cpi->rtcd), x, &rate, &distortion2);
638 rate2 += rate;
  /packages/apps/Mms/src/com/android/mms/util/
RateController.java 27 import android.provider.Telephony.Mms.Rate;
95 values.put(Rate.SENT_TIME, System.currentTimeMillis());
97 Rate.CONTENT_URI, values);
103 Rate.CONTENT_URI, new String[] { "COUNT(*) AS rate" },
104 Rate.SENT_TIME + ">" + oneHourAgo, null, null);
  /hardware/ti/wlan/wl1271/utils/
rate.c 2 * rate.c
35 /** \file rate.c
36 * \brief Rate conversion
38 * \see rate.h
42 #include "rate.h"
44 ERate rate_NetToDrv (TI_UINT32 rate)
46 switch (rate)
140 DESCRIPTION: Translates a host rate (1, 2, 3, ....) to network rate (0x02, 0x82, 0x84, etc...)
142 INPUT: rate - Host rat
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.c     [all...]
  /external/quake/quake/src/WinQuake/
snd_gus.cpp 518 WORD Rate;
524 WORD Rate;
1018 // Set number of voices to give us the sampling rate we want
1091 // do 11khz sampling rate unless command line parameter wants different
1099 // Make sure rate not too high
1104 for (CodecRate=CodecRates;CodecRate->Rate!=0;CodecRate++)
1106 if (shm->speed <= CodecRate->Rate)
1108 shm->speed=CodecRate->Rate;
1148 // do 19khz sampling rate unless command line parameter wants different
1156 // Make sure rate not too high
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 46 ATTRIBUTE Ascend-Multicast-Rate-Limit 152 integer
91 ATTRIBUTE Ascend-Data-Rate 197 integer
147 ATTRIBUTE Ascend-Xmit-Rate 255 integer
dictionary 119 ATTRIBUTE Connect-Rate 1007 integer
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 38 import android.provider.Telephony.Mms.Rate;
59 static final String TABLE_RATE = "rate";
467 long now = values.getAsLong(Rate.SENT_TIME);
470 db.delete(table, Rate.SENT_TIME + "<=" + oneHourAgo, null);
    [all...]
MmsSmsDatabaseHelper.java 43 import android.provider.Telephony.Mms.Rate;
624 Rate.SENT_TIME + " INTEGER);");
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.c 51 #include "rate.h"
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h 251 the rate specified in the TNETW Tx descriptor before
252 falling back to the next lowest rate.
253 If this field is set to 0xff, then rate fallback is disabled.
256 #define TWD_RATE_FB_RETRY_LIMIT_MAX 255 /* =>0xff for disabling Rate fallback */
413 /* Low Rx rate roaming trigger configuration */
815 * \brief TX Rate Type
    [all...]
TWDriver.c 809 /* Rate management params */
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_radio.h     [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgr.c 885 tScanFrameInfo.rate = pRxAttr->Rate;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncn.c     [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 298 { FILE_ID_131 , (PS8)"rate " },
669 static PS8 CuCmd_CreateRateStr(PS8 str, U8 rate)
671 if( rate == 0 )
675 RATE_2_MBPS(rate));
698 os_error_printf(CU_MSG_INFO2 ,(PS8)"Probe request number: %d, probe request rate: %s, TX level: %d\n",
717 os_error_printf(CU_MSG_INFO2, (PS8)"Probe request number: %d, probe request rate: %s, TX level: %d\n",
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 38 // $e729 ; Baud Rate Generator Table
    [all...]

Completed in 1745 milliseconds