Home
last modified time | relevance | path

Searched refs:samples_to_block (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dframe_blocker.cc46 const int samples_to_block = kBlockSize - buffer_[band][channel].size(); in InsertSubFrameAndExtractBlock() local
50 sub_frame[band][channel].begin() + samples_to_block, in InsertSubFrameAndExtractBlock()
51 block->begin(band, channel) + kBlockSize - samples_to_block); in InsertSubFrameAndExtractBlock()
55 sub_frame[band][channel].begin() + samples_to_block, in InsertSubFrameAndExtractBlock()