audio_renderer_algorithm.h | 92 // |target_block_|, and write it in |optimal_block_|. This method assumes that 197 // Transition window, used to update |optimal_block_| by a weighted sum of 198 // |optimal_block_| and |target_block_|. 206 scoped_ptr<AudioBus> optimal_block_; member in class:media::AudioRendererAlgorithm 208 // A block of data that search is performed over to find the |optimal_block_|. 212 // searched for a block (|optimal_block_|) that is most similar to
|