comparison libfaad2/sbr_tf_grid.h @ 10989:3185f64f6350

synced with current cvs
author alex
date Fri, 03 Oct 2003 22:23:26 +0000
parents e989150f8216
children 4a370c80fe5c
comparison
equal deleted inserted replaced
10988:c2bff70784d5 10989:3185f64f6350
20 ** forbidden. 20 ** forbidden.
21 ** 21 **
22 ** Commercial non-GPL licensing of this software is possible. 22 ** Commercial non-GPL licensing of this software is possible.
23 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com. 23 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
24 ** 24 **
25 ** $Id: sbr_tf_grid.h,v 1.1 2003/07/29 08:20:13 menno Exp $ 25 ** $Id: sbr_tf_grid.h,v 1.2 2003/09/09 18:09:52 menno Exp $
26 **/ 26 **/
27 27
28 #ifndef __SBR_TF_GRID_H__ 28 #ifndef __SBR_TF_GRID_H__
29 #define __SBR_TF_GRID_H__ 29 #define __SBR_TF_GRID_H__
30 30
31 #ifdef __cplusplus 31 #ifdef __cplusplus
32 extern "C" { 32 extern "C" {
33 #endif 33 #endif
34 34
35 35
36 void envelope_time_border_vector(sbr_info *sbr, uint8_t ch); 36 uint8_t envelope_time_border_vector(sbr_info *sbr, uint8_t ch);
37 void noise_floor_time_border_vector(sbr_info *sbr, uint8_t ch); 37 void noise_floor_time_border_vector(sbr_info *sbr, uint8_t ch);
38 38
39 static int16_t rel_bord_lead(sbr_info *sbr, uint8_t ch, uint8_t l); 39 static int16_t rel_bord_lead(sbr_info *sbr, uint8_t ch, uint8_t l);
40 static int16_t rel_bord_trail(sbr_info *sbr, uint8_t ch, uint8_t l); 40 static int16_t rel_bord_trail(sbr_info *sbr, uint8_t ch, uint8_t l);
41 static uint8_t middleBorder(sbr_info *sbr, uint8_t ch); 41 static uint8_t middleBorder(sbr_info *sbr, uint8_t ch);