...and more pass-by-reference.

Another 176 bytes!
This commit is contained in:
Jared Boone
2016-01-04 11:04:28 -08:00
parent 05a1c22426
commit 359fb6f3c6
4 changed files with 6 additions and 6 deletions

View File

@@ -42,8 +42,8 @@ public:
{
}
void execute(buffer_s16_t buffer_in, buffer_s16_t buffer_out);
void execute_in_place(buffer_s16_t buffer);
void execute(const buffer_s16_t& buffer_in, const buffer_s16_t& buffer_out);
void execute_in_place(const buffer_s16_t& buffer);
private:
const iir_biquad_config_t config;