Searched defs:bps (Results 1 - 25 of 26) sorted by relevance

12

/external/libvpx/libvpx/vp9/
H A Dvp9_iface_common.h21 int bps; local
25 bps = 24;
28 bps = 16;
32 bps = 12;
49 img->bps = bps;
/external/iproute2/tc/
H A Dtc_red.c75 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf) argument
77 double xmit_time = tc_calc_xmittime(bps, avpkt);
H A Dtc_core.c115 unsigned bps = r->rate; local
129 rtab[i] = tc_calc_xmittime(bps, sz);
H A Dtc_util.c149 double bps = strtod(str, &p); local
156 *rate = bps / 8.; /* assume bytes/sec */
162 *rate = (bps * s->scale) / 8.;
492 prefix, sprint_rate(re.bps, b1), re.pps);
530 if (st.bps || st.pps || st.qlen || st.backlog) {
532 if (st.bps || st.pps) {
534 if (st.bps)
535 fprintf(fp, "%s ", sprint_rate(st.bps, b1));
/external/iproute2/include/linux/
H A Dgen_stats.h32 * @bps: current byte rate
36 __u32 bps; member in struct:gnet_stats_rate_est
H A Dpkt_sched.h38 __u32 bps; /* Current flow byte rate */ member in struct:tc_stats
338 __u32 rate2quantum; /* bps->quantum divisor */
371 __u32 m1; /* slope of the first segment in bps */
373 __u32 m2; /* slope of the second segment in bps */
/external/kernel-headers/original/uapi/linux/
H A Dgen_stats.h33 * @bps: current byte rate
37 __u32 bps; member in struct:gnet_stats_rate_est
43 * @bps: current byte rate
47 __u64 bps; member in struct:gnet_stats_rate_est64
H A Dpkt_sched.h38 __u32 bps; /* Current flow byte rate */ member in struct:tc_stats
350 __u32 rate2quantum; /* bps->quantum divisor */
386 __u32 m1; /* slope of the first segment in bps */
388 __u32 m2; /* slope of the second segment in bps */
/external/libnl/include/linux/
H A Dgen_stats.h25 * @bps: current byte rate
30 __u32 bps; member in struct:gnet_stats_rate_est
H A Dpkt_sched.h37 __u32 bps; /* Current flow byte rate */ member in struct:tc_stats
256 __u32 rate2quantum; /* bps->quantum divisor */
293 __u32 m1; /* slope of the first segment in bps */
295 __u32 m2; /* slope of the second segment in bps */
/external/libvpx/libvpx/
H A Dy4minput.h61 int bps; member in struct:y4m_input
/external/libvpx/libvpx/vpx/src/
H A Dvpx_image.c52 unsigned int h, w, s, xcs, ycs, bps; local
77 bps = 32;
81 bps = 24;
90 bps = 16;
96 bps = 12;
99 bps = 16;
102 bps = 24;
105 bps = 24;
108 bps = 32;
111 bps
[all...]
/external/lldb/tools/debugserver/source/
H A DDNBBreakpoint.cpp120 std::vector<DNBBreakpoint *> &bps)
122 bps.clear();
134 bps.push_back (&pos->second);
148 bps.push_back (&pos->second);
153 return bps.size();
118 FindBreakpointsThatOverlapRange(nub_addr_t addr, nub_addr_t size, std::vector<DNBBreakpoint *> &bps) argument
/external/aac/libSYS/src/
H A Dwav_file.cpp247 * host endianess and scaled to full scale of the INT_PCM type, from whatever bps the WAVEfile
472 int bps = Unpack(wav->header.bitsPerSample); local
476 if (bps == nBufBits && bps == nSigBits) {
477 if (FDKfwrite_EL(sampleBuffer, (bps>>3), numberOfSamples, wav->fp) != numberOfSamples)
495 shift = (nBufBits-nSigBits)-(32-bps);
498 if ( !IS_LITTLE_ENDIAN() && bps == 24) {
508 result=FDKfwrite_EL(&tmp, bps>>3, 1, wav->fp);
516 wav->header.dataSize += (numberOfSamples * (bps>>3));
/external/flac/libFLAC/
H A Dlpc.c1319 FLAC__double bps = (FLAC__double)0.5 * log(error_scale * lpc_error) / M_LN2; local
1320 if(bps >= 0.0)
1321 return bps;
H A Dstream_decoder.c97 static FLAC__bool read_subframe_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode);
98 static FLAC__bool read_subframe_constant_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode);
99 static FLAC__bool read_subframe_fixed_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode);
100 static FLAC__bool read_subframe_lpc_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode);
101 static FLAC__bool read_subframe_verbatim_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode);
2048 unsigned bps = decoder->private_->frame.header.bits_per_sample; local
2056 bps++;
2061 bps++;
2066 bps++;
2074 if(!read_subframe_(decoder, channel, bps, do_full_decod
2476 read_subframe_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode) argument
2546 read_subframe_constant_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode) argument
2569 read_subframe_fixed_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode) argument
2626 read_subframe_lpc_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode) argument
2714 read_subframe_verbatim_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode) argument
3009 unsigned bps = FLAC__stream_decoder_get_bits_per_sample(decoder); local
[all...]
H A Dstream_encoder.c233 unsigned bps,
246 unsigned bps
322 unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */
323 unsigned subframe_bps_mid_side[2]; /* the effective bits per sample of the mid-side input signal (stream bps - wasted bits + 0/1) */
350 void (*local_precompute_partition_info_sums)(const FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[], unsigned residual_samples, unsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned bps);
656 encoder->protected_->do_mid_side_stereo = false; /* since we currenty do 32-bit math, the side channel would have 33 bps and overflow */
2717 const unsigned bps = metadata->data.stream_info.bits_per_sample; local
2772 b[0] = ((FLAC__byte)(bps-1) << 4) | (FLAC__byte)((samples >> 32) & 0x0F);
3170 * Check for wasted bits; set effective bps for each subframe
3388 /* only use RICE2 partitions if stream bps > 1
3860 find_best_partition_order_( FLAC__StreamEncoderPrivate *private_, const FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[], unsigned raw_bits_per_partition[], unsigned residual_samples, unsigned predictor_order, unsigned rice_parameter, unsigned rice_parameter_limit, unsigned min_partition_order, unsigned max_partition_order, unsigned bps, FLAC__bool do_escape_coding, unsigned rice_parameter_search_dist, FLAC__EntropyCodingMethod *best_ecm ) argument
[all...]
/external/iptables/extensions/
H A Dlibxt_rateest.c22 " --rateest-bps1 [bps] Compare bps\n"
24 " --rateest-bps2 [bps] Compare bps\n"
52 {.name = "rateest-bps", .has_arg = false, .val = OPT_RATEEST_BPS2}, /* alias for absolute mode */
91 double bps = strtod(str, &p); local
98 *rate = bps / 8.; /* assume bytes/sec */
104 *rate = (bps * s->scale) / 8.;
150 "rateest: rateest-bps can't be inverted");
197 "rateest: rateest-bps ca
[all...]
/external/libvncserver/x11vnc/
H A Dmacosx.c204 int w, h, b, bps, dep; local
212 bps = macosx_opengl_get_bps();
213 dep = macosx_opengl_get_spp() * bps;
220 bps = macosxCG_CGDisplayBitsPerSample();
221 dep = macosxCG_CGDisplaySamplesPerPixel() * bps;
224 rm = (1 << bps) - 1;
225 gm = (1 << bps) - 1;
226 bm = (1 << bps) - 1;
227 rm = rm << 2 * bps;
228 gm = gm << 1 * bps;
[all...]
/external/libvpx/libvpx/vpx/
H A Dvpx_image.h134 int bps; /**< bits per sample (for packed formats) */ member in struct:vpx_image
/external/fio/
H A Dio_u.c1595 uint64_t secs, remainder, bps, bytes; local
1598 bps = td->rate_bps[ddir];
1599 secs = bytes / bps;
1600 remainder = bytes % bps;
1601 return remainder * 1000000 / bps + secs * 1000000;
/external/webp/src/dec/
H A Dframe.c199 static void Dither8x8(VP8Random* const rg, uint8_t* dst, int bps, int amp) { argument
211 dst += bps;
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp603 std::vector<DNBBreakpoint *> bps; local
605 const size_t num_bps = m_breakpoints.FindBreakpointsThatOverlapRange(addr, size, bps);
617 DNBBreakpoint *bp = bps[i];
/external/ppp/pppd/
H A Dsys-linux.c235 static int translate_speed (int bps);
893 static int translate_speed (int bps) argument
897 if (bps != 0) {
899 if (bps == speedp->speed_int)
902 warn("speed %d not supported", bps);
/external/libnl/include/
H A Dnetlink-types.h431 uint32_t bps; member in struct:rtnl_tstats::__anon8963

Completed in 2085 milliseconds

12