-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathinspect-422.h
25 lines (21 loc) · 1.01 KB
/
inspect-422.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
* [open]aptx - inspect422.h
* Copyright (c) 2017 Arkadiusz Bokowy
*
* This file is a part of [open]aptx.
*
* This project is licensed under the terms of the MIT license.
*
*/
#ifndef OPENAPTX_INSPECT422_H_
#define OPENAPTX_INSPECT422_H_
#include "aptx422.h"
int aptX_prediction_filter_422_cmp(const char * label, const aptX_prediction_filter_422 * a,
const aptX_prediction_filter_422 * b);
int aptX_inverter_422_cmp(const char * label, const aptX_inverter_422 * a, const aptX_inverter_422 * b);
int aptX_quantizer_422_cmp(const char * label, const aptX_quantizer_422 * a, const aptX_quantizer_422 * b);
int aptX_subband_encoder_422_cmp(const char * label, const aptX_subband_encoder_422 * a,
const aptX_subband_encoder_422 * b);
int aptX_QMF_analyzer_422_cmp(const char * label, const aptX_QMF_analyzer_422 * a, const aptX_QMF_analyzer_422 * b);
int aptX_encoder_422_cmp(const char * label, const aptX_encoder_422 * a, const aptX_encoder_422 * b);
#endif