Lines Matching defs:model
2 * audio encoder psychoacoustic model
87 * context used by psychoacoustic model
91 const struct FFPsyModel *model; ///< encoder-specific model functions
108 void* model_priv_data; ///< psychoacoustic model implementation private data
112 * codec-specific psychoacoustic model implementation
121 * @param ctx model context
134 * @param ctx model context
145 * Initialize psychoacoustic model.
147 * @param ctx model context
172 * Cleanup model context at the end.
174 * @param ctx model context
186 * psychoacoustic model audio preprocessing initialization