/usr/include/schroedinger-1.0/schroedinger/schroanalysis.h is in libschroedinger-dev 1.0.11-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #ifndef __SCHRO_ANALYSIS_H__
#define __SCHRO_ANALYSIS_H__
#include <schroedinger/schroencoder.h>
SCHRO_BEGIN_DECLS
#ifdef SCHRO_ENABLE_UNSTABLE_API
void schro_encoder_frame_analyse (SchroEncoderFrame *frame);
void schro_encoder_frame_downsample (SchroEncoderFrame *frame);
void schro_encoder_frame_upsample (SchroEncoderFrame* frame);
void schro_frame_mean_squared_error (SchroFrame *a, SchroFrame *b, double *mse);
#endif
SCHRO_END_DECLS
#endif
|