Home
last modified time | relevance | path

Searched defs:blocks (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_constant.h33 uint8_t blocks; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_encoder.cpp98 uint8_t blocks = (codecParam.blocks * VALUE_4) + VALUE_4; in CalculateFrameLength() local
116 uint16_t blocks = (codecParam.blocks * VALUE_4) + VALUE_4; in CalculateCodecSize() local
607 CalculateScalefactors(int32_t samples[BLOCK_NUM][CHANNEL_NUM][SUBBAND_NUM], uint32_t scaleFactor[CHANNEL_NUM][SUBBAND_NUM], int blocks, int channels, int subbands) const CalculateScalefactors() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp484 const uint16_t blocks = SUBBAND4 + (g_sbcEncode.blocks * SUBBAND4); in A2dpSbcEncodeFrames() local

Completed in 3 milliseconds