Commit 4e7c8a00 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Remove performance test code.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 61702187
...@@ -725,12 +725,7 @@ add_watermark (const string& infile, const string& outfile, const string& bits) ...@@ -725,12 +725,7 @@ add_watermark (const string& infile, const string& outfile, const string& bits)
int ab = 0; int ab = 0;
vector<float> samples; vector<float> samples;
for (int j = 0; j < 100; j++) vector<vector<FrameDelta>> frame_mod_vec_a, frame_mod_vec_b;
{
vector<vector<FrameDelta>> frame_mod_vec;
init_frame_mod_vec (frame_mod_vec, 0, bitvec_a);
}
vector<vector<FrameDelta>> frame_mod_vec_a, frame_mod_vec_b;;
init_frame_mod_vec (frame_mod_vec_a, 0, bitvec_a); init_frame_mod_vec (frame_mod_vec_a, 0, bitvec_a);
while (true) while (true)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment