Home
last modified time | relevance | path

Searched refs:block_length (Results 1 - 17 of 17) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-sbc.c81 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 Da2dp-codecs.h317 uint8_t block_length:4; member
373 uint8_t block_length:4; member
/third_party/node/deps/brotli/c/dec/
H A Dstate.c92 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 Ddecode.c1137 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 Dstate.h286 uint32_t block_length[3]; member
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dstate.c92 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 Ddecode.c1137 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 Dstate.h286 uint32_t block_length[3]; member
/third_party/ffmpeg/libavcodec/
H A Dalsdec.c245 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 Dcrypto_builtin_primitives.h105 uint8_t MBEDTLS_PRIVATE(block_length);
/third_party/mbedtls/library/
H A Dpsa_crypto_cipher.c352 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 Dlp_bld_sample_aos.c65 * \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 Dlp_bld_sample.c2050 * @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 Dlp_bld_sample.h676 unsigned block_length,
/third_party/node/deps/brotli/c/enc/
H A Dblock_splitter_inc.h17 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 Dblock_splitter_inc.h17 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 Dcrypto_cipher.cc77 int block_length = EVP_CIPHER_block_size(cipher); in GetCipherInfo() local
174 Int32::New(env->isolate(), block_length)).IsNothing()) { in GetCipherInfo()

Completed in 23 milliseconds