Searched refs:bps (Results 151 - 170 of 170) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/gas/
H A Dlpc_asm.s48 # these is a PowerPC/Altivec assembly version which requires bps<=16 (or actual
49 # bps<=15 for mid-side coding, since that uses an extra bit)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Dip2main.c2558 int bps = pCh->BaudBase / pCh->BaudDivisor; local
2559 if ( bps == 921600 ) {
2562 bps = bps/10;
2563 i2QueueCommands( PTYPE_INLINE, pCh, 100, 1, CMD_BAUD_DEF1(bps) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_encoder.c253 unsigned bps,
266 unsigned bps
342 unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */
343 unsigned subframe_bps_mid_side[2]; /* the effective bits per sample of the mid-side input signal (stream bps - wasted bits + 0/1) */
671 encoder->protected_->do_mid_side_stereo = false; /* since we currenty do 32-bit math, the side channel would have 33 bps and overflow */
2532 const unsigned bps = metadata->data.stream_info.bits_per_sample; local
2587 b[0] = ((FLAC__byte)(bps-1) << 4) | (FLAC__byte)((samples >> 32) & 0x0F);
2985 * Check for wasted bits; set effective bps for each subframe
3203 /* only use RICE2 partitions if stream bps > 16 */
3347 /* try to ensure a 32-bit datapath throughout for 16bps(
3675 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...]
H A Dlpc.c1339 FLAC__double bps = (FLAC__double)0.5 * log(error_scale * lpc_error) / M_LN2; local
1340 if(bps >= 0.0)
1341 return bps;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmatroskadec.c3152 static int buffer_size_after_time_downloaded(int64_t time_ns, double search_sec, int64_t bps, argument
3173 double timeToDownload = (cueBytes * 8.0) / bps;
3199 double time_to_download = bits / bps;
3285 // Drop the bps by the percentage of bytes buffered.
3295 int64_t bps = (int64_t)(mod_bits_per_second) + 1; local
3300 int rv = buffer_size_after_time_downloaded(prebuffered_ns, search_sec, bps,
3306 bits_per_second = (double)(bps);
H A Dutils.c2808 enum AVCodecID ff_get_pcm_codec_id(int bps, int flt, int be, int sflags) argument
2811 switch (bps) {
2820 bps += 7;
2821 bps >>= 3;
2822 if (sflags & (1 << (bps - 1))) {
2823 switch (bps) {
2836 switch (bps) {
H A Dmov.c1205 enum AVCodecID ff_mov_get_lpcm_codec_id(int bps, int flags) argument
1212 return ff_get_pcm_codec_id(bps, flags & 1, flags & 2, flags & 4 ? -1 : 0);
H A Dmovenc.c1008 unsigned bps; member in struct:__anon3566
1036 track->enc->bits_per_coded_sample = mov_pix_fmt_tags[i].bps;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/benet/
H A Dbe_cmds.c1736 int be_cmd_set_qos(struct be_adapter *adapter, u32 bps, u32 domain) argument
1760 req->max_bps_nic = bps;
H A Dbe_cmds.h994 extern int be_cmd_set_qos(struct be_adapter *adapter, u32 bps, u32 domain);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dpktgen.c3293 __u64 bps, mbps, pps; local
3309 bps = pps * 8 * pkt_dev->cur_pkt_size;
3311 mbps = bps;
3316 (unsigned long long)bps,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtakdec.c724 avctx->bits_per_raw_sample = s->ti.bps;
H A DMakefile219 OBJS-$(CONFIG_EIGHTBPS_DECODER) += 8bps.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/x86/
H A Dresample.asm58 %macro RESAMPLE_FNS 3-5 ; format [float or int16], bps, log2_bps, float op suffix [s or d], 1.0 constant
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dmain.c173 { "bps" , share__required_argument, 0, 0 },
392 return usage_error("ERROR: --bps not allowed with --decode\n");
795 else if(0 == strcmp(long_option, "bps")) {
1253 printf(" --bps=# Number of bits per sample\n");
1568 printf(" --bps=# Number of bits per sample\n");
1777 return usage_error("ERROR: for encoding a raw file you must specify a value for --endian, --sign, --channels, --bps, and --sample-rate\n");
1863 options.bps = option_values.format_bps;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A DMakefile141 OBJS-$(CONFIG_EIGHTBPS_DECODER) += 8bps.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmovenc.c671 unsigned bps; member in struct:__anon2214
697 track->enc->bits_per_coded_sample = mov_pix_fmt_tags[i].bps;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_display.c3705 u32 bps = target_clock * bpp * 21 / 20; local
3706 lane = bps / (link_bw * 8) + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c1815 int bps = av_get_bytes_per_sample(ist->st->codec->sample_fmt); local
1846 int decoded_data_size = decoded_frame->nb_samples * avctx->channels * bps;
H A Dffmpeg.c1472 int bps = av_get_bytes_per_sample(ist->st->codec->sample_fmt); local
1537 ist->next_pts += ((int64_t)AV_TIME_BASE/bps * decoded_data_size) /

Completed in 499 milliseconds

1234567