Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A 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()
H A 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
H A 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
/ohos5.0/base/update/updater/services/applypatch/
H A Dcommand_process.cpp93 BlockSet blk; in Execute() local
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp512 BlockSet blk; in PrintAbnormalBlockHash() local
554 BlockSet blk; in CalculateBlockSha() local
/ohos5.0/drivers/hdf_core/framework/model/display/driver/
H A Dhdf_disp.h89 struct BlkDesc blk; member