Home
last modified time | relevance | path

Searched defs:blk (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/bluetooth/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
Dsbc_decoder.cpp125 for (int blk = 0; blk < frame.blocks_; blk++) { in Synthesize() local
132 for (int blk = 0; blk < frame.blocks_; blk++) { in Synthesize() local
154 void Decoder::Synthesize4(const Frame &frame, int ch, int blk) in Synthesize4()
197 void Decoder::Synthesize8(const Frame &frame, int ch, int blk) in Synthesize8()
Dsbc_encoder.cpp371 for (int blk = VALUE_0; blk < frame.blocks_; blk += increment) { in Analyze4Subbands() local
386 for (int blk = VALUE_0; blk < frame.blocks_; blk += increment) { in Analyze8Subbands() local
614 for (int blk = VALUE_0; blk < blocks; blk++) { in CalculateScalefactors() local
628 for (int blk = VALUE_0; blk < frame_.blocks_; blk++) { in CalculateScalefactorsJointInternal() local
651 for (int blk = VALUE_0; blk < frame_.blocks_; blk++) { in CalculateScalefactorsJointForTheRestSubband() local
669 for (int blk = VALUE_0; blk < frame_.blocks_; blk++) { in CalculateScalefactorsJointForTheRestSubband() local
686 for (int blk = VALUE_0; blk < frame_.blocks_; blk++) { in CalculateScalefactorsJointForTheRestSubband() local
Dsbc_frame.cpp419 for (uint8_t blk = 0; blk < frame.blocks_; blk++) { in UnpackFrameStream() local
448 for (uint8_t blk = 0; blk < frame.blocks_; blk++) { in UnpackFrameStream() local
606 for (int blk = 0; blk < frame.blocks_; blk++) { in PackFrameInternal() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
Dnstackx_database.c31 uint8_t *blk; member