Searched defs:rate (Results 226 - 250 of 262) sorted by relevance

1234567891011

/external/libopus/src/
H A Dopus_encoder.c96 /* Sampling rate (at the API level) */
141 /* Threshold bit-rate for switching between SILK/hybrid and CELT-only */
562 static int transient_viterbi(const float *E, const float *E_1, int N, int frame_cost, int rate) argument
571 if (rate<80)
573 else if (rate>160)
576 factor = (rate-80.f)/80.f;
588 cost[0][1<<i] = (frame_cost + rate*(1<<i))*(1+factor*transient_boost(E, E_1, i, N+1));
619 curr_cost = (frame_cost + rate*(1<<j))*(1+factor*transient_boost(E+i, E_1+i, j, N-i+1));
1065 /* Equivalent 20-ms rate for mode/channel/bandwidth decisions */
1226 /* Automatic (rate
[all...]
/external/libvorbis/lib/
H A Dpsy.c268 vorbis_info_psy_global *gi,int n,long rate){
276 p->firstoc=toOC(.25f*rate*.5/n)*(1<<(p->shiftoc+1))-gi->eighth_octave_lines;
277 maxoc=toOC((n+.25f)*rate*.5/n)*(1<<(p->shiftoc+1))+.5f;
285 p->rate=rate;
289 if(rate < 26000) p->m_val = 0;
290 else if(rate < 38000) p->m_val = .94; /* 32kHz */
291 else if(rate > 46000) p->m_val = 1.275; /* 48kHz */
293 /* set up the lookups for a given blocksize and sample rate */
296 int endpos=rint(fromOC((i+1)*.125-2.)*2*n/rate);
267 _vp_psy_init(vorbis_look_psy *p,vorbis_info_psy *vi, vorbis_info_psy_global *gi,int n,long rate) argument
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp1332 FX_FLOAT rate; local
1353 rate = 255.f / temp;
1358 temp = (int)((*(pSrcRow++) - min) * rate + 0.5);
/external/tcpdump/
H A Dieee802_11.h156 u_int8_t rate[16]; member in struct:rates_t
H A Dprint-sflow.c95 u_int8_t rate[4]; member in struct:sflow_flow_sample_t
108 u_int8_t rate[4]; member in struct:sflow_expanded_flow_sample_t
767 printf(" seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, input %u output %u records %u",
771 EXTRACT_32BITS(sflow_flow_sample->rate),
797 printf(" seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, records %u",
801 EXTRACT_32BITS(sflow_expanded_flow_sample->rate),
H A Dprint-openflow-1.0.c749 uint16_t property, plen, rate; local
792 /* rate */
794 rate = EXTRACT_16BITS(cp);
796 if (rate > 1000)
797 printf(", rate disabled");
799 printf(", rate %u.%u%%", rate / 10, rate % 10);
/external/webp/src/enc/
H A Dquant.c545 static WEBP_INLINE score_t RDScoreTrellis(int lambda, score_t rate, argument
547 return rate * lambda + 256 * distortion;
591 const score_t rate = (ctx0 == 0) ? VP8BitCost(1, last_proba) : 0; local
592 ss_cur[m].score = RDScoreTrellis(lambda, rate, 0);
632 // Compute extra rate cost if last coeff's position is < 15
1081 // Refine intra16/intra4 sub-modes based on distortion only (not rate).
1102 // We don't evaluate the rate here, but just account for it through a
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.h65 int rate; /* rate in 100 kbps */ member in struct:hostapd_rate_data
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.h65 int rate; /* rate in 100 kbps */ member in struct:hostapd_rate_data
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.h65 int rate; /* rate in 100 kbps */ member in struct:hostapd_rate_data
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_media_task.c656 UINT16 rate = DEFAULT_SBC_BITRATE; local
661 rate = BTIF_A2DP_NON_EDR_MAX_RATE;
662 APPL_TRACE_DEBUG("non-edr a2dp sink detected, restrict rate to %d", rate);
665 return rate;
1854 APPL_TRACE_EVENT(" ch mode %d, subnd %d, nb blk %d, alloc %d, rate %d, freq %d",
1896 /* Set the initial target bit rate */
2008 APPL_TRACE_DEBUG("btif_media_task_enc_update final bit rate %d, final bit pool %d",
2081 APPL_TRACE_DEBUG("ch mode %d, nbsubd %d, nb %d, alloc %d, rate %d, freq %d",
2596 /* Get the SBC sampling rate */
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp5353 double rate = 0.0; local
5384 } else if (id == 0x0383E3) { // frame rate
5385 const long status = UnserializeFloat(pReader, pos, size, rate);
5390 if (rate <= 0)
5415 pTrack->m_rate = rate;
5553 double rate = 8000.0; // MKV default local
5566 status = UnserializeFloat(pReader, pos, size, rate);
5571 if (rate <= 0)
5604 pTrack->m_rate = rate;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c240 /* Extend rate multiplier along side quantizer zbin increases */
616 /* rate */
644 int rate = 0; local
668 rate = bmode_costs[mode];
680 rate += ratey;
683 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
687 *bestrate = rate;
777 int rate, ratey; local
796 rate = ratey + x->mbmode_cost[xd->frame_type]
799 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortio
838 rd_inter16x16_uv(VP8_COMP *cpi, MACROBLOCK *x, int *rate, int *distortion, int fullpixel) argument
855 rd_inter4x4_uv(VP8_COMP *cpi, MACROBLOCK *x, int *rate, int *distortion, int fullpixel) argument
872 rd_pick_intra_mbuv_mode(MACROBLOCK *x, int *rate, int *rate_tokenonly, int *distortion) argument
1112 int rate = 0; local
1956 int rate; local
2612 int rate; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c173 "Stream frame rate (rate/scale)");
180 static const arg_def_t rate_hist_n = ARG_DEF(NULL, "rate-hist", 1,
181 "Show rate histogram (n-buckets)");
334 static const arg_def_t max_intra_rate_pct = ARG_DEF(NULL, "max-intra-rate", 1,
1593 /* Use the frame rate from the file only if none was specified
1682 int64_t rate; local
1687 rate = cx_time ? frame_in_lagged * (int64_t)1000000 / cx_time : 0;
1695 rate = cx_time ? input_pos_lagged * (int64_t)1000000 / cx_time : 0;
1700 ? rate
[all...]
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h250 uint32_t packet_rate; // Packet rate in packets per second.
251 uint64_t timestamp_ms; // Ntp timestamp in ms at time of rate estimation.
282 int rate; // bits/sec unlike {start,min,max}Bitrate elsewhere in this file! member in struct:webrtc::CodecInst
290 rate == other.rate;
330 // loss rate (network + late) in percent (in Q14)
332 // late loss rate in percent (in Q14)
/external/iproute2/include/linux/
H A Dpkt_cls.h131 struct tc_ratespec rate; member in struct:tc_police
/external/kernel-headers/original/uapi/linux/
H A Dif_link.h422 __u32 rate; /* Max TX bandwidth in Mbps, 0 disables throttling */ member in struct:ifla_vf_tx_rate
H A Dpkt_cls.h131 struct tc_ratespec rate; member in struct:tc_police
/external/libnl/include/linux/
H A Dpkt_cls.h134 struct tc_ratespec rate; member in struct:tc_police
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp6141 double rate = 0.0; local
6182 else if (id == 0x0383E3) //frame rate
6188 rate);
6193 if (rate <= 0)
6220 pTrack->m_rate = rate;
6387 double rate = 8000.0; // MKV default local
6407 status = UnserializeFloat(pReader, pos, size, rate);
6412 if (rate <= 0)
6451 pTrack->m_rate = rate;
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c240 /* Extend rate multiplier along side quantizer zbin increases */
616 /* rate */
644 int rate = 0; local
668 rate = bmode_costs[mode];
680 rate += ratey;
683 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
687 *bestrate = rate;
777 int rate, ratey; local
796 rate = ratey + x->mbmode_cost[xd->frame_type]
799 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortio
838 rd_inter16x16_uv(VP8_COMP *cpi, MACROBLOCK *x, int *rate, int *distortion, int fullpixel) argument
855 rd_inter4x4_uv(VP8_COMP *cpi, MACROBLOCK *x, int *rate, int *distortion, int fullpixel) argument
872 rd_pick_intra_mbuv_mode(MACROBLOCK *x, int *rate, int *rate_tokenonly, int *distortion) argument
1112 int rate = 0; local
1956 int rate; local
2612 int rate; local
[all...]
/external/libvpx/libvpx/
H A Dvpxenc.c220 "Stream frame rate (rate/scale)");
227 static const arg_def_t rate_hist_n = ARG_DEF(NULL, "rate-hist", 1,
228 "Show rate histogram (n-buckets)");
371 static const arg_def_t max_intra_rate_pct = ARG_DEF(NULL, "max-intra-rate", 1,
1624 /* Use the frame rate from the file only if none was specified
1713 int64_t rate; local
1718 rate = cx_time ? frame_in_lagged * (int64_t)1000000 / cx_time : 0;
1726 rate = cx_time ? input_pos_lagged * (int64_t)1000000 / cx_time : 0;
1731 ? rate
[all...]
/external/libvpx/libwebm/
H A Dmkvparser.cpp5356 double rate = 0.0; local
5387 } else if (id == 0x0383E3) { // frame rate
5388 const long status = UnserializeFloat(pReader, pos, size, rate);
5393 if (rate <= 0)
5418 pTrack->m_rate = rate;
5556 double rate = 8000.0; // MKV default local
5569 status = UnserializeFloat(pReader, pos, size, rate);
5574 if (rate <= 0)
5607 pTrack->m_rate = rate;
/external/webrtc/src/
H A Dcommon_types.h210 int rate; member in struct:webrtc::CodecInst
256 // loss rate (network + late) in percent (in Q14)
258 // late loss rate in percent (in Q14)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp2097 void HTMLMediaElement::setDefaultPlaybackRate(double rate) argument
2099 if (m_defaultPlaybackRate == rate)
2102 m_defaultPlaybackRate = rate;
2111 void HTMLMediaElement::setPlaybackRate(double rate) argument
2113 WTF_LOG(Media, "HTMLMediaElement::setPlaybackRate(%f)", rate);
2115 if (m_playbackRate != rate) {
2116 m_playbackRate = rate;
2137 if (m_player && potentiallyPlaying() && m_player->rate() != effectiveRate)
3190 // "pausedToBuffer" means the media engine's rate is 0, but only because it had to stop playing
3287 // Set rate, mute
[all...]

Completed in 590 milliseconds

1234567891011