HomeSort by relevance Sort by last modified time
    Searched defs:rate (Results 101 - 125 of 141) sorted by null

1 2 3 45 6

  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 49 int rate; member in struct:__anon4485
  /bionic/libc/kernel/uapi/linux/
fd.h 40 rate, member in struct:floppy_struct
44 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
45 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
237 unsigned char rate; member in struct:floppy_raw_cmd
if_link.h 400 __u32 rate; member in struct:ifla_vf_tx_rate
pkt_cls.h 126 struct tc_ratespec rate; member in struct:tc_police
  /development/ndk/platforms/android-3/include/linux/
pkt_cls.h 118 struct tc_ratespec rate; member in struct:tc_police
pkt_sched.h 59 __u32 rate; member in struct:tc_ratespec
78 struct tc_ratespec rate; member in struct:tc_tbf_qopt
184 struct tc_ratespec rate; member in struct:tc_htb_opt
  /development/ndk/platforms/android-L/include/linux/
if_link.h 329 __u32 rate; member in struct:ifla_vf_tx_rate
pkt_cls.h 126 struct tc_ratespec rate; member in struct:tc_police
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 653 UINT16 rate = DEFAULT_SBC_BITRATE; local
658 rate = BTIF_A2DP_NON_EDR_MAX_RATE;
659 APPL_TRACE_DEBUG("non-edr a2dp sink detected, restrict rate to %d", rate);
662 return rate;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numrgts.cpp 1755 double rate = 12.34; local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
quant.c 33 #define I4_PENALTY 4000 // Rate-penalty for quick i4/i16 decision
545 static WEBP_INLINE score_t RDScoreTrellis(int lambda, score_t rate,
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
832 // Pick the mode is lower RD-cost = Rate + lambda * Distortion.
    [all...]
  /external/fio/
thread_options.h 216 unsigned int rate[DDIR_RWDIR_CNT]; member in struct:thread_options
434 uint32_t rate[DDIR_RWDIR_CNT]; member in struct:thread_options_pack
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp 1755 double rate = 12.34; local
    [all...]
  /external/iproute2/include/linux/
if_link.h 300 __u32 rate; /* Max TX bandwidth in Mbps, 0 disables throttling */ member in struct:ifla_vf_tx_rate
pkt_cls.h 131 struct tc_ratespec rate; member in struct:tc_police
  /external/kernel-headers/original/uapi/linux/
fd.h 31 rate, /* data rate. |= 0x40 for perpendicular */ member in struct:floppy_struct
34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
39 spec1, /* stepping rate, head unload time */
132 unsigned long max_dtr; /* Step rate, usec */
136 unsigned long srt; /* Step rate, usec */
358 unsigned char rate; member in struct:floppy_raw_cmd
if_link.h 422 __u32 rate; /* Max TX bandwidth in Mbps, 0 disables throttling */ member in struct:ifla_vf_tx_rate
pkt_cls.h 131 struct tc_ratespec rate; member in struct:tc_police
  /external/libnl/include/linux/
pkt_sched.h 37 __u32 bps; /* Current flow byte rate */
38 __u32 pps; /* Current flow packet rate */
83 __u32 rate; member in struct:tc_ratespec
117 struct tc_ratespec rate; member in struct:tc_tbf_qopt
245 struct tc_ratespec rate; member in struct:tc_htb_opt
279 __u32 giants; /* too big packets (rate will not be accurate) */
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 240 /* Extend rate multiplier along side quantizer zbin increases */
576 int *Rate,
616 /* rate */
617 *Rate = vp8_rdcost_mby(mb);
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;
705 static int rd_pick_intra4x4mby_modes(MACROBLOCK *mb, int *Rate,
777 int rate, ratey; local
1112 int rate = 0; local
1956 int rate; local
2612 int rate; local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 220 "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)");
299 "Rate control mode", end_usage_enum);
371 static const arg_def_t max_intra_rate_pct = ARG_DEF(NULL, "max-intra-rate", 1,
442 fprintf(stderr, "\nTwopass Rate Control Options:\n");
1713 int64_t rate; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.cpp 5353 double rate = 0.0; local
5553 double rate = 8000.0; \/\/ MKV default local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.c 239 /* Extend rate multiplier along side quantizer zbin increases */
575 int *Rate,
615 /* rate */
616 *Rate = vp8_rdcost_mby(mb);
643 int rate = 0; local
667 rate = bmode_costs[mode];
679 rate += ratey;
682 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
686 *bestrate = rate;
704 static int rd_pick_intra4x4mby_modes(MACROBLOCK *mb, int *Rate,
776 int rate, ratey; local
1111 int rate = 0; local
1956 int rate; local
2614 int rate; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 184 "Stream frame rate (rate/scale)");
191 static const arg_def_t rate_hist_n = ARG_DEF(NULL, "rate-hist", 1,
192 "Show rate histogram (n-buckets)");
281 "Rate control mode", end_usage_enum);
353 static const arg_def_t max_intra_rate_pct = ARG_DEF(NULL, "max-intra-rate", 1,
455 fprintf(stderr, "\nTwopass Rate Control Options:\n");
2240 int64_t rate; local
    [all...]
  /external/chromium_org/third_party/webrtc/
common_types.h 246 // Rate statistics for a stream
251 uint32_t packet_rate; // Packet rate in packets per second.
252 uint64_t timestamp_ms; // Ntp timestamp in ms at time of rate estimation.
292 int rate; // bits/sec unlike {start,min,max}Bitrate elsewhere in this file! member in struct:webrtc::CodecInst
300 rate == other.rate;
340 // loss rate (network + late) in percent (in Q14)
342 // late loss rate in percent (in Q14)

Completed in 3823 milliseconds

1 2 3 45 6