Home
last modified time | relevance | path

Searched defs:bps (Results 1 – 25 of 47) sorted by relevance

12

/external/bcc/introspection/
DCMakeLists.txt9 add_executable(bps bps.c) target
/external/libaom/libaom/av1/
Dav1_iface_common.h24 int bps; in yuvconfig2image() local
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h21 int bps; in yuvconfig2image() local
/external/iproute2/include/uapi/linux/
Dgen_stats.h39 __u32 bps; member
49 __u64 bps; member
/external/kernel-headers/original/uapi/linux/
Dgen_stats.h40 __u32 bps; member
50 __u64 bps; member
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp326 uint16_t bps) { in SetPalette()
352 uint16_t bps, in Decode1bppRGB()
380 uint16_t bps, in Decode8bppRGB()
416 uint16_t bps, in Decode24bppRGB()
465 uint16_t bps = 0; in Decode() local
/external/u-boot/drivers/serial/
Dserial_sh.h740 #define SCBRR_VALUE(bps, clk) ((clk+16*bps)/(16*bps)-1) argument
749 #define SCBRR_VALUE(bps, clk) (((clk*2)+16*bps)/(32*bps)-1) argument
752 static inline int scbrr_calc(struct uart_port *port, int bps, int clk) in scbrr_calc()
759 #define SCBRR_VALUE(bps, clk) scbrr_calc(port, bps, clk) argument
761 #define SCBRR_VALUE(bps, clk) (((clk*1000/32)/bps)-1) argument
763 #define DL_VALUE(bps, clk) (clk / bps / 16) /* External Clock */ argument
765 #define SCBRR_VALUE(bps, clk) (clk / bps / 16 - 1) /* Internal Clock */ argument
767 #define SCBRR_VALUE(bps, clk) (clk / bps / 32 - 1) /* Internal Clock */ argument
770 #define SCBRR_VALUE(bps, clk) ((clk+16*bps)/(32*bps)-1) argument
774 #define DL_VALUE(bps, clk) 0 argument
Dserial_sti_asc.c47 #define BAUDRATE_VAL_M0(bps) (PCLK / (16 * (bps))) argument
48 #define BAUDRATE_VAL_M1(bps) ((bps * (1 << 14)) + (1<<13)) / (PCLK/(1 << 6)) argument
/external/iproute2/tc/
Dtc_red.c75 int tc_red_eval_idle_damping(int Wlog, unsigned int avpkt, unsigned int bps, __u8 *sbuf) in tc_red_eval_idle_damping()
Dtc_core.c132 unsigned int bps = r->rate; in tc_calc_rtable() local
/external/libaom/libaom/av1/encoder/x86/
Dhighbd_block_error_intrin_avx2.c19 int bps) { in av1_highbd_block_error_avx2()
Dhighbd_block_error_intrin_sse2.c19 int bps) { in av1_highbd_block_error_sse2()
/external/flac/libFLAC/
Dstream_encoder_intrin_avx2.c51 …unsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned bps) in FLAC__precompute_partition_info_sums_intrin_avx2()
Dstream_encoder_intrin_ssse3.c51 …unsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned bps) in FLAC__precompute_partition_info_sums_intrin_ssse3()
Dstream_encoder_intrin_sse2.c62 …unsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned bps) in FLAC__precompute_partition_info_sums_intrin_sse2()
Dstream_decoder.c2041 unsigned bps = decoder->private_->frame.header.bits_per_sample; in read_frame_() local
2471 FLAC__bool read_subframe_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool … in read_subframe_()
2545 FLAC__bool read_subframe_constant_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FL… in read_subframe_constant_()
2568 FLAC__bool read_subframe_fixed_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const… in read_subframe_fixed_()
2630 FLAC__bool read_subframe_lpc_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const u… in read_subframe_lpc_()
2725 FLAC__bool read_subframe_verbatim_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FL… in read_subframe_verbatim_()
3007 unsigned bps = FLAC__stream_decoder_get_bits_per_sample(decoder); in seek_to_absolute_sample_() local
/external/tensorflow/tensorflow/core/summary/
Dloader.cc114 uint64 bps = (elapsed == 0 ? offset : static_cast<uint64>( in main() local
/external/libnl/include/linux-private/linux/
Dgen_stats.h36 __u32 bps; member
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c23 unsigned int h, w, s, xcs, ycs, bps; in img_alloc_helper() local
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dremb.cc152 unsigned int bps = 0; in LatestEstimate() local
/external/libvpx/libvpx/test/
Dencode_api_test.cc86 const int bps = 12; in TEST() local
Dvp9_block_error_test.cc49 int64_t *ssz, int bps) { in BlockError8BitWrapper()
/external/libaom/libaom/common/
Dy4minput.h56 int bps; member
/external/libvpx/libvpx/
Dy4minput.h55 int bps; member
/external/libaom/libaom/aom/src/
Daom_image.c33 unsigned int h, w, s, xcs, ycs, bps; in img_alloc_helper() local

12