Generate slightly more accurate WMOPS figures

This commit is contained in:
Jean-Marc Valin 2008-09-12 20:52:27 -04:00
parent 7b0cb4ba0d
commit 453ccd829a
5 changed files with 96 additions and 37 deletions

View file

@ -161,6 +161,8 @@ int main(int argc, char *argv[])
fwrite(out+skip, sizeof(short), (frame_size-skip)*channels, fout);
skip = 0;
}
PRINT_MIPS(stderr);
celt_encoder_destroy(enc);
celt_decoder_destroy(dec);
fclose(fin);