Searched refs:mbits (Results 1 – 12 of 12) sorted by relevance
/third_party/pixman/demos/ |
D | trap-test.c | 19 uint32_t *mbits = malloc (WIDTH * HEIGHT); in main() local 21 memset (mbits, 0, WIDTH * HEIGHT); in main() 32 mask_img = pixman_image_create_bits (PIXMAN_a8, WIDTH, HEIGHT, mbits, WIDTH); in main()
|
/third_party/pixman/test/ |
D | a1-trap-test.c | 19 uint32_t *mbits = malloc (WIDTH * HEIGHT); in main() local 21 memset (mbits, 0, WIDTH * HEIGHT); in main() 33 PIXMAN_a1, WIDTH, HEIGHT, mbits, WIDTH); in main()
|
/third_party/node/benchmark/crypto/ |
D | aes-gcm-throughput.js | 23 const mbits = bits / (1024 * 1024); 38 bench.end(mbits);
|
/third_party/node/benchmark/tls/ |
D | throughput-c2s.js | 63 const mbits = (received * 8) / (1024 * 1024); 64 bench.end(mbits);
|
D | throughput-s2c.js | 100 const mbits = (received * 8) / (1024 * 1024); 101 bench.end(mbits);
|
D | secure-pair.js | 45 const mbits = (received * 8) / (1024 * 1024); 46 bench.end(mbits);
|
/third_party/mesa3d/src/intel/compiler/ |
D | test_vf_float_conversions.cpp | 41 int mbits = vf & 0xf; in SetUp() local 43 float x = 1.0f + mbits / 16.0f; in SetUp()
|
/third_party/ffmpeg/libavcodec/ |
D | opus_pvq.c | 585 int mbits, sbits, delta; in quant_band_template() local 682 mbits = b; in quant_band_template() 685 mbits -= sbits; in quant_band_template() 702 cm = pvq->quant_band(pvq, f, rc, band, x2, NULL, N, mbits, blocks, lowband, duration, in quant_band_template() 737 mbits = av_clip((b - delta) / 2, 0, b); in quant_band_template() 738 sbits = b - mbits; in quant_band_template() 752 if (mbits >= sbits) { in quant_band_template() 755 cm = pvq->quant_band(pvq, f, rc, band, X, NULL, N, mbits, blocks, in quant_band_template() 758 rebalance = mbits - (rebalance - f->remaining2); in quant_band_template() 777 mbits += rebalance - (3 << 3); in quant_band_template() [all …]
|
D | eac3dec.c | 265 int mbits = bits - (2 - log_gain); in ff_eac3_decode_transform_coeffs_aht_ch() local 266 mant = get_sbits(gbc, mbits); in ff_eac3_decode_transform_coeffs_aht_ch() 267 mant = ((unsigned)mant) << (23 - (mbits - 1)); in ff_eac3_decode_transform_coeffs_aht_ch()
|
/third_party/ffmpeg/libavfilter/ |
D | drawutils.c | 438 unsigned mbits = (1 << (1 << l2depth)) - 1; in blend_pixel16() local 439 unsigned mmult = 255 / mbits; in blend_pixel16() 445 t += ((mask[xm >> xmshf] >> ((~xm & xmmod) << l2depth)) & mbits) in blend_pixel16() 462 unsigned mbits = (1 << (1 << l2depth)) - 1; in blend_pixel() local 463 unsigned mmult = 255 / mbits; in blend_pixel() 468 t += ((mask[xm >> xmshf] >> ((~xm & xmmod) << l2depth)) & mbits) in blend_pixel()
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_CTX_ctrl.pod | 85 int EVP_PKEY_CTX_set_rsa_keygen_bits(EVP_PKEY_CTX *ctx, int mbits);
|
/third_party/gstreamer/gstplugins_base/po/ |
D | ca.po | 858 # Payload -> càrrega en molts àmbits. jm
|