~medibuntu-maintainers/mplayer/medibuntu.precise

« back to all changes in this revision

Viewing changes to ffmpeg/libavcodec/sbr.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-01-12 22:23:28 UTC
  • mfrom: (0.4.7 sid)
  • mto: This revision was merged to the branch mainline in revision 76.
  • Revision ID: package-import@ubuntu.com-20120112222328-8jqdyodym3p84ygu
Tags: 2:1.0~rc4.dfsg1+svn34540-1
* New upstream snapshot
* upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    uint8_t bs_xover_band;
43
43
 
44
44
    /**
45
 
     * @defgroup bs_header_extra_1     Variables associated with bs_header_extra_1
 
45
     * @name Variables associated with bs_header_extra_1
46
46
     * @{
47
47
     */
48
48
    uint8_t bs_freq_scale;
58
58
 */
59
59
typedef struct {
60
60
    /**
61
 
     * @defgroup aac_bitstream     Main bitstream data variables
 
61
     * @name Main bitstream data variables
62
62
     * @{
63
63
     */
64
64
    unsigned           bs_frame_class;
74
74
    /** @} */
75
75
 
76
76
    /**
77
 
     * @defgroup state         State variables
 
77
     * @name State variables
78
78
     * @{
79
79
     */
80
80
    DECLARE_ALIGNED(16, float, synthesis_filterbank_samples)[SBR_SYNTHESIS_BUF_SIZE];
116
116
    SpectrumParameters spectrum_params;
117
117
    int                bs_amp_res_header;
118
118
    /**
119
 
     * @defgroup bs_header_extra_2     variables associated with bs_header_extra_2
 
119
     * @name Variables associated with bs_header_extra_2
120
120
     * @{
121
121
     */
122
122
    unsigned           bs_limiter_bands;