/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 23 unsigned int h, w, s, xcs, ycs, bps; in img_alloc_helper() local 42 case VPX_IMG_FMT_YV12: bps = 12; break; in img_alloc_helper() 44 case VPX_IMG_FMT_I440: bps = 16; break; in img_alloc_helper() 45 case VPX_IMG_FMT_I444: bps = 24; break; in img_alloc_helper() 46 case VPX_IMG_FMT_I42016: bps = 24; break; in img_alloc_helper() 48 case VPX_IMG_FMT_I44016: bps = 32; break; in img_alloc_helper() 49 case VPX_IMG_FMT_I44416: bps = 48; break; in img_alloc_helper() 50 default: bps = 16; break; in img_alloc_helper() 76 s = (fmt & VPX_IMG_FMT_PLANAR) ? w : bps * w / 8; in img_alloc_helper() 101 s = (fmt & VPX_IMG_FMT_PLANAR) ? w : bps * w / 8; in img_alloc_helper() [all …]
|
/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() argument 755 return (clk+16*bps)/(32*bps)-1; in scbrr_calc() 757 return ((clk*2)+16*bps)/(16*bps)-1; 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 [all …]
|
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/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 45 void SetPalette(const RetainPtr<CFX_DIBitmap>& pDIBitmap, uint16_t bps); 49 uint16_t bps, 54 uint16_t bps, 59 uint16_t bps, 326 uint16_t bps) { in SetPalette() argument 331 for (int32_t i = (1L << bps) - 1; i >= 0; i--) { in SetPalette() 338 int32_t len = 1 << bps; in SetPalette() 352 uint16_t bps, in Decode1bppRGB() argument 354 if (pDIBitmap->GetBPP() != 1 || spp != 1 || bps != 1 || in Decode1bppRGB() 358 SetPalette(pDIBitmap, bps); in Decode1bppRGB() [all …]
|
/external/libaom/libaom/aom/src/ |
D | aom_image.c | 33 unsigned int h, w, s, xcs, ycs, bps; in img_alloc_helper() local 59 case AOM_IMG_FMT_AOMYV12: bps = 12; break; in img_alloc_helper() 61 case AOM_IMG_FMT_I444: bps = 24; break; in img_alloc_helper() 63 case AOM_IMG_FMT_I42016: bps = 24; break; in img_alloc_helper() 65 case AOM_IMG_FMT_I44416: bps = 48; break; in img_alloc_helper() 66 default: bps = 16; break; in img_alloc_helper() 96 s = (fmt & AOM_IMG_FMT_PLANAR) ? w : bps * w / 8; in img_alloc_helper() 116 ? (uint64_t)(h + 2 * border) * stride_in_bytes * bps / 8 in img_alloc_helper() 135 img->bps = bps; in img_alloc_helper() 186 img->img_data + x * img->bps / 8 + y * img->stride[AOM_PLANE_PACKED]; in aom_img_set_rect()
|
/external/bcc/introspection/ |
D | CMakeLists.txt | 9 add_executable(bps bps.c) target 10 target_link_libraries(bps bpf-static) 12 install (TARGETS bps DESTINATION share/bcc/introspection)
|
D | bps_example.txt | 2 # bps 14 # bps 86
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 21 int bps; in yuvconfig2image() local 25 bps = 24; in yuvconfig2image() 28 bps = 16; in yuvconfig2image() 33 bps = 16; in yuvconfig2image() 36 bps = 12; in yuvconfig2image() 74 img->bps = bps; in yuvconfig2image()
|
/external/iproute2/tc/ |
D | tc_util.c | 198 double bps = strtod(str, &p); in get_rate() local 206 bps *= s->scale; in get_rate() 215 bps /= 8; /* -> bytes per second */ in get_rate() 216 *rate = bps; in get_rate() 218 if (*rate != floor(bps)) in get_rate() 226 double bps = strtod(str, &p); in get_rate64() local 234 bps *= s->scale; in get_rate64() 243 bps /= 8; /* -> bytes per second */ in get_rate64() 244 *rate = bps; in get_rate64() 742 prefix, sprint_rate(re.bps, b1), re.pps); in print_tcstats2_attr() [all …]
|
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() argument 77 double xmit_time = tc_calc_xmittime(bps, avpkt); in tc_red_eval_idle_damping()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 24 int bps; in yuvconfig2image() local 28 bps = 24; in yuvconfig2image() 31 bps = 16; in yuvconfig2image() 35 bps = 12; in yuvconfig2image() 70 img->bps = bps; in yuvconfig2image()
|
/external/flac/libFLAC/include/private/ |
D | stream_encoder.h | 52 …nsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned bps); 57 …nsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned bps); 62 …nsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned bps);
|
/external/strace/tests-m32/ |
D | nlattr_tc_stats.c | 100 .bps = 0xebcdaebd, in main() 106 PRINT_FIELD_U("{", est, bps); in main() 132 .bps = 0xacbdcdefafecaebf, in main() 138 PRINT_FIELD_U("{", est64, bps); in main()
|
/external/strace/tests/ |
D | nlattr_tc_stats.c | 100 .bps = 0xebcdaebd, in main() 106 PRINT_FIELD_U("{", est, bps); in main() 132 .bps = 0xacbdcdefafecaebf, in main() 138 PRINT_FIELD_U("{", est64, bps); in main()
|
/external/strace/tests-mx32/ |
D | nlattr_tc_stats.c | 100 .bps = 0xebcdaebd, in main() 106 PRINT_FIELD_U("{", est, bps); in main() 132 .bps = 0xacbdcdefafecaebf, in main() 138 PRINT_FIELD_U("{", est64, bps); in main()
|
/external/iptables/extensions/ |
D | libxt_rateest.t | 3 -m rateest --rateest RE1 --rateest-lt --rateest-bps 8bit;=;OK 5 … rateest --rateest RE1 --rateest-gt --rateest-bps 5kbit;-m rateest --rateest RE1 --rateest-gt --ra… 8 -m rateest --rateest1 RE1 --rateest-lt --rateest-bps --rateest2 RE2;=;OK
|
/external/pdfium/third_party/libtiff/ |
D | tif_predict.c | 412 uint32 bps = tif->tif_dir.td_bitspersample / 8; in fpAcc() local 413 tmsize_t wc = cc / bps; in fpAcc() 418 if(cc%(bps*stride)!=0) in fpAcc() 439 for (byte = 0; byte < bps; byte++) { in fpAcc() 441 cp[bps * count + byte] = tmp[byte * wc + count]; in fpAcc() 443 cp[bps * count + byte] = in fpAcc() 444 tmp[(bps - byte - 1) * wc + count]; in fpAcc() 644 uint32 bps = tif->tif_dir.td_bitspersample / 8; in fpDiff() local 645 tmsize_t wc = cc / bps; in fpDiff() 650 if((cc%(bps*stride))!=0) in fpDiff() [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_bdb.py | 279 bps, temporaries = self.expect[3] 280 bpnums = sorted(bps.keys()) 287 self.check_equal([bps[n] for n in bpnums], 337 bps = '{' 339 if bps != '{': 340 bps += ', ' 341 bps += '%s: %s' % (n, self.get_bpbynumber(n).hits) 342 bps += '}' 343 bps = '(' + bps + ', ' + str(self.breakpoint_hits[1]) + ')' 344 state += ', ' + bps
|
/external/webrtc/talk/media/base/ |
D | rtpdataengine.cc | 285 bool RtpDataMediaChannel::SetMaxSendBandwidth(int bps) { in SetMaxSendBandwidth() argument 286 if (bps <= 0) { in SetMaxSendBandwidth() 287 bps = kDataMaxBandwidth; in SetMaxSendBandwidth() 289 send_limiter_.reset(new rtc::RateLimiter(bps / 8, 1.0)); in SetMaxSendBandwidth() 290 LOG(LS_INFO) << "RtpDataMediaChannel::SetSendBandwidth to " << bps << "bps."; in SetMaxSendBandwidth()
|
/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/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
D | remb.cc | 152 unsigned int bps = 0; in LatestEstimate() local 153 if (!estimator_->LatestEstimate(&ssrcs, &bps)) { in LatestEstimate() 156 latest_estimate_bps_ = bps; in LatestEstimate()
|
/external/libaom/libaom/test/ |
D | y4m_test.cc | 89 ASSERT_EQ(y4m_.bps, (int)y4m_.bit_depth * 3 / 2); in HeaderChecks() 94 ASSERT_EQ(y4m_.bps, (int)y4m_.bit_depth * 2); in HeaderChecks() 99 ASSERT_EQ(y4m_.bps, (int)y4m_.bit_depth * 3); in HeaderChecks()
|
/external/libvpx/libvpx/test/ |
D | vp9_block_error_test.cc | 37 int bps); 49 int64_t *ssz, int bps) { in BlockError8BitWrapper() argument 50 EXPECT_EQ(bps, 8); in BlockError8BitWrapper()
|
/external/libaom/libaom/common/ |
D | y4minput.c | 840 _y4m->bps = 12; in y4m_input_open() 864 _y4m->bps = 15; in y4m_input_open() 882 _y4m->bps = 18; in y4m_input_open() 936 _y4m->bps = 16; in y4m_input_open() 949 _y4m->bps = 20; in y4m_input_open() 965 _y4m->bps = 24; in y4m_input_open() 1006 _y4m->bps = 24; in y4m_input_open() 1018 _y4m->bps = 30; in y4m_input_open() 1033 _y4m->bps = 36; in y4m_input_open() 1139 _img->bps = _y4m->bps; in y4m_input_fetch_frame()
|