/external/bcc/introspection/ |
D | CMakeLists.txt | 9 add_executable(bps bps.c) target
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 24 int bps; in yuvconfig2image() local
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 21 int bps; in yuvconfig2image() local
|
/external/iproute2/include/uapi/linux/ |
D | gen_stats.h | 39 __u32 bps; member 49 __u64 bps; member
|
/external/kernel-headers/original/uapi/linux/ |
D | gen_stats.h | 40 __u32 bps; member 50 __u64 bps; member
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 326 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/ |
D | serial_sh.h | 740 #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
|
D | serial_sti_asc.c | 47 #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/ |
D | tc_red.c | 75 int tc_red_eval_idle_damping(int Wlog, unsigned int avpkt, unsigned int bps, __u8 *sbuf) in tc_red_eval_idle_damping()
|
D | tc_core.c | 132 unsigned int bps = r->rate; in tc_calc_rtable() local
|
/external/libaom/libaom/av1/encoder/x86/ |
D | highbd_block_error_intrin_avx2.c | 19 int bps) { in av1_highbd_block_error_avx2()
|
D | highbd_block_error_intrin_sse2.c | 19 int bps) { in av1_highbd_block_error_sse2()
|
/external/flac/libFLAC/ |
D | stream_encoder_intrin_avx2.c | 51 …unsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned bps) in FLAC__precompute_partition_info_sums_intrin_avx2()
|
D | stream_encoder_intrin_ssse3.c | 51 …unsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned bps) in FLAC__precompute_partition_info_sums_intrin_ssse3()
|
D | stream_encoder_intrin_sse2.c | 62 …unsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned bps) in FLAC__precompute_partition_info_sums_intrin_sse2()
|
D | stream_decoder.c | 2041 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/ |
D | loader.cc | 114 uint64 bps = (elapsed == 0 ? offset : static_cast<uint64>( in main() local
|
/external/libnl/include/linux-private/linux/ |
D | gen_stats.h | 36 __u32 bps; member
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 23 unsigned int h, w, s, xcs, ycs, bps; in img_alloc_helper() local
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
D | remb.cc | 152 unsigned int bps = 0; in LatestEstimate() local
|
/external/libvpx/libvpx/test/ |
D | encode_api_test.cc | 86 const int bps = 12; in TEST() local
|
D | vp9_block_error_test.cc | 49 int64_t *ssz, int bps) { in BlockError8BitWrapper()
|
/external/libaom/libaom/common/ |
D | y4minput.h | 56 int bps; member
|
/external/libvpx/libvpx/ |
D | y4minput.h | 55 int bps; member
|
/external/libaom/libaom/aom/src/ |
D | aom_image.c | 33 unsigned int h, w, s, xcs, ycs, bps; in img_alloc_helper() local
|