/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-sbc.c | 81 if (!(capabilities->block_length & (SBC_BLOCK_LENGTH_4 | SBC_BLOCK_LENGTH_8 | SBC_BLOCK_LENGTH_12 | SBC_BLOCK_LENGTH_16))) in can_accept_capabilities() 105 if (!(capabilities->block_length & (SBC_BLOCK_LENGTH_16))) in can_accept_capabilities_xq() 150 capabilities->block_length = SBC_BLOCK_LENGTH_4 | SBC_BLOCK_LENGTH_8 | SBC_BLOCK_LENGTH_12 | SBC_BLOCK_LENGTH_16; in fill_capabilities() 224 switch (config->block_length) { in set_info_and_sample_spec_from_sbc_config() 316 capabilities->block_length = SBC_BLOCK_LENGTH_16; in fill_capabilities_xq() 359 if (config->block_length != SBC_BLOCK_LENGTH_4 && config->block_length != SBC_BLOCK_LENGTH_8 && in is_configuration_valid() 360 config->block_length != SBC_BLOCK_LENGTH_12 && config->block_length != SBC_BLOCK_LENGTH_16) { in is_configuration_valid() 488 if (capabilities->block_length in fill_preferred_configuration() [all...] |
H A D | a2dp-codecs.h | 317 uint8_t block_length:4; member 373 uint8_t block_length:4; member
|
/third_party/node/deps/brotli/c/dec/ |
H A D | state.c | 92 s->block_length[0] = 1U << 24; in BrotliDecoderStateMetablockBegin() 93 s->block_length[1] = 1U << 24; in BrotliDecoderStateMetablockBegin() 94 s->block_length[2] = 1U << 24; in BrotliDecoderStateMetablockBegin()
|
H A D | decode.c | 1137 s->block_length[tree_type] = ReadBlockLength(len_tree, br); in DecodeBlockTypeAndLength() 1142 if (!SafeReadBlockLength(s, &s->block_length[tree_type], len_tree, br)) { in DecodeBlockTypeAndLength() 1633 --s->block_length[2]; in ReadDistanceInternal() 1646 ++s->block_length[2]; in ReadDistanceInternal() 1699 --s->block_length[1]; in ReadCommandInternal() 1771 if (BROTLI_PREDICT_FALSE(s->block_length[1] == 0)) { in ProcessCommandsInternal() 1799 if (BROTLI_PREDICT_FALSE(s->block_length[0] == 0)) { in ProcessCommandsInternal() 1815 --s->block_length[0]; in ProcessCommandsInternal() 1835 if (BROTLI_PREDICT_FALSE(s->block_length[0] == 0)) { in ProcessCommandsInternal() 1854 --s->block_length[ in ProcessCommandsInternal() [all...] |
H A D | state.h | 286 uint32_t block_length[3]; member
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | state.c | 92 s->block_length[0] = 1U << 24; in BrotliDecoderStateMetablockBegin() 93 s->block_length[1] = 1U << 24; in BrotliDecoderStateMetablockBegin() 94 s->block_length[2] = 1U << 24; in BrotliDecoderStateMetablockBegin()
|
H A D | decode.c | 1137 s->block_length[tree_type] = ReadBlockLength(len_tree, br); in DecodeBlockTypeAndLength() 1142 if (!SafeReadBlockLength(s, &s->block_length[tree_type], len_tree, br)) { in DecodeBlockTypeAndLength() 1633 --s->block_length[2]; in ReadDistanceInternal() 1646 ++s->block_length[2]; in ReadDistanceInternal() 1699 --s->block_length[1]; in ReadCommandInternal() 1771 if (BROTLI_PREDICT_FALSE(s->block_length[1] == 0)) { in ProcessCommandsInternal() 1799 if (BROTLI_PREDICT_FALSE(s->block_length[0] == 0)) { in ProcessCommandsInternal() 1815 --s->block_length[0]; in ProcessCommandsInternal() 1835 if (BROTLI_PREDICT_FALSE(s->block_length[0] == 0)) { in ProcessCommandsInternal() 1854 --s->block_length[ in ProcessCommandsInternal() [all...] |
H A D | state.h | 286 uint32_t block_length[3]; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | alsdec.c | 245 unsigned int block_length; ///< number of samples within the block member 600 if (bd->block_length <= 0) in read_const_block_data() 626 int smp = bd->block_length - 1; in decode_const_block_data() 675 // block_length must be evenly divisible by sub_blocks in read_var_block_data() 676 if (bd->block_length & (sub_blocks - 1) || bd->block_length <= 0) { in read_var_block_data() 682 sb_length = bd->block_length >> log2_sub_blocks; in read_var_block_data() 712 int opt_order_length = av_ceil_log2(av_clip((bd->block_length >> 3) - 1, in read_var_block_data() 828 unsigned int b = av_clip((av_ceil_log2(bd->block_length) - 3) >> 1, 0, 5); in read_var_block_data() 916 unsigned int block_length in decode_var_block_data() local [all...] |
/third_party/mbedtls/include/psa/ |
H A D | crypto_builtin_primitives.h | 105 uint8_t MBEDTLS_PRIVATE(block_length);
|
/third_party/mbedtls/library/ |
H A D | psa_crypto_cipher.c | 352 operation->block_length = (PSA_ALG_IS_STREAM_CIPHER(alg) ? 1 : in psa_cipher_setup() 514 / operation->block_length * operation->block_length; in mbedtls_psa_cipher_update()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_aos.c | 65 * \param block_length is the length of the pixel block along the 79 unsigned block_length, in lp_build_sample_wrap_nearest_int() 129 lp_build_sample_partial_offset(int_coord_bld, block_length, coord, stride, in lp_build_sample_wrap_nearest_int() 199 * \param block_length is the length of the pixel block along the 215 unsigned block_length, in lp_build_sample_wrap_linear_int() 243 if (block_length != 1) { in lp_build_sample_wrap_linear_int() 292 lp_build_sample_partial_offset(int_coord_bld, block_length, coord0, stride, in lp_build_sample_wrap_linear_int() 294 lp_build_sample_partial_offset(int_coord_bld, block_length, coord1, stride, in lp_build_sample_wrap_linear_int() 78 lp_build_sample_wrap_nearest_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *out_offset, LLVMValueRef *out_i) lp_build_sample_wrap_nearest_int() argument 214 lp_build_sample_wrap_linear_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord0, LLVMValueRef *weight_i, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *offset0, LLVMValueRef *offset1, LLVMValueRef *i0, LLVMValueRef *i1) lp_build_sample_wrap_linear_int() argument
|
H A D | lp_bld_sample.c | 2050 * @param block_length number of pixels in a pixels block along the coordinate 2057 unsigned block_length, in lp_build_sample_partial_offset() 2067 if (block_length == 1) { in lp_build_sample_partial_offset() 2080 LLVMValueRef block_width = lp_build_const_int_vec(bld->type, block_length); in lp_build_sample_partial_offset() 2084 unsigned logbase2 = util_logbase2(block_length); in lp_build_sample_partial_offset() 2086 LLVMValueRef block_mask = lp_build_const_int_vec(bld->gallivm, bld->type, block_length - 1); in lp_build_sample_partial_offset() 2056 lp_build_sample_partial_offset(struct lp_build_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef stride, LLVMValueRef *out_offset, LLVMValueRef *out_subcoord) lp_build_sample_partial_offset() argument
|
H A D | lp_bld_sample.h | 676 unsigned block_length,
|
/third_party/node/deps/brotli/c/enc/ |
H A D | block_splitter_inc.h | 17 size_t block_length = length / num_histograms; in InitialEntropyCodes() local 23 pos += MyRand(&seed) % block_length; in InitialEntropyCodes()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | block_splitter_inc.h | 17 size_t block_length = length / num_histograms; in InitialEntropyCodes() local 23 pos += MyRand(&seed) % block_length; in InitialEntropyCodes()
|
/third_party/node/src/crypto/ |
H A D | crypto_cipher.cc | 77 int block_length = EVP_CIPHER_block_size(cipher); in GetCipherInfo() local 174 Int32::New(env->isolate(), block_length)).IsNothing()) { in GetCipherInfo()
|