Home
last modified time | relevance | path

Searched refs:FRAME_SAMPLES (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddolby_e.c1038 s->fdsp->vector_fmul_scalar(output, output, gain_tab[end], FRAME_SAMPLES); in apply_gain()
1040 float a = gain_tab[begin] * (1.0f / (FRAME_SAMPLES - 1)); in apply_gain()
1041 float b = gain_tab[end ] * (1.0f / (FRAME_SAMPLES - 1)); in apply_gain()
1044 for (i = 0; i < FRAME_SAMPLES; i++) in apply_gain()
1045 output[i] *= a * (FRAME_SAMPLES - i - 1) + b * i; in apply_gain()
1064 frame->nb_samples = FRAME_SAMPLES; in filter_frame()
1071 transform(s, &s->channels[1][ch], s->history[ch], output + FRAME_SAMPLES / 2); in filter_frame()
Ddolby_e.h27 #define FRAME_SAMPLES 1792 macro
Ddolby_e_parser.c40 s2->duration = FRAME_SAMPLES; in dolby_e_parse()