Home
last modified time | relevance | path

Searched refs:ChannelParams (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmlpenc.c164 ChannelParams *channel_params;
171ChannelParams major_channel_params[MAJOR_HEADER_INTERVAL+1][MAX_CHANNELS]; ///< ChannelPar…
180 ChannelParams *cur_channel_params;
193 ChannelParams *prev_channel_params;
196 ChannelParams *seq_channel_params;
204 static ChannelParams restart_channel_params[MAX_CHANNELS];
231 static int compare_filter_params(const ChannelParams *prev_cp, const ChannelParams *cp, int filter) in compare_filter_params()
318 ChannelParams *prev_cp = &ctx->prev_channel_params[ch]; in compare_decoding_params()
319 ChannelParams *cp = &ctx->cur_channel_params[ch]; in compare_decoding_params()
340 static void copy_filter_params(ChannelParams *dst_cp, ChannelParams *src_cp, int filter) in copy_filter_params()
[all …]
Dmlp.h85 typedef struct ChannelParams { struct
93 } ChannelParams; argument
Dmlpdec.c76 ChannelParams channel_params[MAX_CHANNELS];
226 ChannelParams *cp = &s->channel_params[ch]; in calculate_sign_huff()
254 ChannelParams *cp = &s->channel_params[channel]; in read_huff_channels()
604 ChannelParams *cp = &s->channel_params[ch]; in read_restart_header()
792 ChannelParams *cp = &s->channel_params[ch]; in read_channel_params()
907 ChannelParams *cp = &s->channel_params[ch]; in read_decoding_params()
/third_party/ffmpeg/libavfilter/
Daf_aexciter.c26 typedef struct ChannelParams { struct
34 } ChannelParams; argument
48 ChannelParams *cp;
80 static void set_params(ChannelParams *p, in set_params()
144 static double distortion_process(AExciterContext *s, ChannelParams *p, double in) in distortion_process()