Home | History | Annotate | Download | only in src

Lines Matching refs:DOWNSAMPLER

118 /*                        Downsampler Structure                           */
127 } DOWNSAMPLER;
131 * \brief Initialized a given downsampler structure.
133 INT FDKaacEnc_InitDownsampler(DOWNSAMPLER *DownSampler, /*!< pointer to downsampler instance */
135 INT ratio); /*!< downsampler ratio */
139 * downsampler ratio.
141 INT FDKaacEnc_Downsample(DOWNSAMPLER *DownSampler, /*!< pointer to downsampler instance */