Home
last modified time | relevance | path

Searched refs:block_bits (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_surface_modifier_test.c49 block_count(unsigned w, unsigned h, unsigned elem_bits, unsigned block_bits, in block_count() argument
52 unsigned align_bits = block_bits - elem_bits; in block_count()
296 unsigned block_bits; in test_modifier() local
302 block_bits = 16 + in test_modifier()
305 block_bits = MAX2(block_bits, 20); in test_modifier()
310 block_bits = 18 + in test_modifier()
313 block_bits = MAX2(block_bits, 20); in test_modifier()
321 elem_bits, block_bits, in test_modifier()
322 NULL, NULL) << (block_bits - 8); in test_modifier()
/third_party/skia/third_party/externals/brotli/c/enc/
Dquality.h133 hparams->block_bits = params->quality - 1; in ChooseHasher()
140 hparams->block_bits = params->quality - 1; in ChooseHasher()
Dhash_longest_match64_inc.h69 self->block_bits_ = common->params.block_bits; in FN()
70 self->block_size_ = (size_t)1 << common->params.block_bits; in FN()
100 size_t block_size = (size_t)1 << params->hasher.block_bits; in FN()
Dhash_longest_match_inc.h69 self->block_size_ = (size_t)1 << common->params.block_bits; in FN()
73 self->block_bits_ = common->params.block_bits; in FN()
99 size_t block_size = (size_t)1 << params->hasher.block_bits; in FN()
Dparams.h18 int block_bits; member
/third_party/node/deps/brotli/c/enc/
Dquality.h133 hparams->block_bits = params->quality - 1; in ChooseHasher()
140 hparams->block_bits = params->quality - 1; in ChooseHasher()
Dhash_longest_match64_inc.h69 self->block_bits_ = common->params.block_bits; in FN()
70 self->block_size_ = (size_t)1 << common->params.block_bits; in FN()
100 size_t block_size = (size_t)1 << params->hasher.block_bits; in FN()
Dhash_longest_match_inc.h69 self->block_size_ = (size_t)1 << common->params.block_bits; in FN()
73 self->block_bits_ = common->params.block_bits; in FN()
99 size_t block_size = (size_t)1 << params->hasher.block_bits; in FN()
Dparams.h18 int block_bits; member
/third_party/ffmpeg/libavcodec/
Dwebp.c420 block_bits = get_bits(&s->gb, 3) + 2; \
421 blocks_w = FFALIGN((w), 1 << block_bits) >> block_bits; \
422 blocks_h = FFALIGN((h), 1 << block_bits) >> block_bits; \
428 int ret, block_bits, width, blocks_w, blocks_h, x, y, max; in decode_entropy_image() local
441 img->size_reduction = block_bits; in decode_entropy_image()
461 int block_bits, blocks_w, blocks_h, ret; in parse_transform_predictor() local
470 s->image[IMAGE_ROLE_PREDICTOR].size_reduction = block_bits; in parse_transform_predictor()
477 int block_bits, blocks_w, blocks_h, ret; in parse_transform_color() local
486 s->image[IMAGE_ROLE_COLOR_TRANSFORM].size_reduction = block_bits; in parse_transform_color()
Dimm4.c103 static const uint8_t block_bits[] = { variable
490 INIT_VLC_STATIC_FROM_LENGTHS(&block_tab, BLOCK_VLC_BITS, FF_ARRAY_ELEMS(block_bits), in imm4_init_static_data()
491 block_bits, 1, block_symbols, 2, 2, in imm4_init_static_data()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c230 unsigned block_bits = format_desc->block.bits; in lp_build_gather_s3tc() local
240 lp_type32dxt.length = block_bits / 32; in lp_build_gather_s3tc()
243 assert(block_bits == 64 || block_bits == 128); in lp_build_gather_s3tc()
248 block_bits, block_bits, TRUE, in lp_build_gather_s3tc()
254 if (block_bits == 128) { in lp_build_gather_s3tc()
283 if (block_bits == 128) { in lp_build_gather_s3tc()
1096 unsigned block_bits = format_desc->block.bits; in lp_build_gather_s3tc_simple_scalar() local
1099 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, block_bits); in lp_build_gather_s3tc_simple_scalar()
1103 assert(block_bits == 64 || block_bits == 128); in lp_build_gather_s3tc_simple_scalar()
1108 if (block_bits == 128) { in lp_build_gather_s3tc_simple_scalar()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_fftdnoiz.c56 int block_bits; member
80 OFFSET(block_bits), AV_OPT_TYPE_INT, {.i64=4}, 3, 6, .flags = FLAGS },
102 p->fft = av_fft_init(s->block_bits, 0); in init()
103 p->ifft = av_fft_init(s->block_bits, 1); in init()
217 p->b = 1 << s->block_bits; in config_input()
/third_party/e2fsprogs/lib/blkid/
Dprobe.h785 uint8_t block_bits; member
798 #define BLOCK_SIZE(sb) (1 << (sb)->block_bits)
Dprobe.c1446 return block << sb->block_bits; in exfat_block_to_offset()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c625 unsigned block_bits = desc->block.bits; in virgl_encode_clear_texture() local
634 memcpy(&arr, data, block_bits / 8); in virgl_encode_clear_texture()