Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddolby_e.h27 #define FRAME_SAMPLES 1792 macro
H A Ddolby_e_parser.c42 s2->duration = FRAME_SAMPLES; in dolby_e_parse()
H A Ddolby_e.c1047 s->fdsp->vector_fmul_scalar(output, output, gain_tab[end], FRAME_SAMPLES); in apply_gain()
1049 float a = gain_tab[begin] * (1.0f / (FRAME_SAMPLES - 1)); in apply_gain()
1050 float b = gain_tab[end ] * (1.0f / (FRAME_SAMPLES - 1)); in apply_gain()
1053 for (i = 0; i < FRAME_SAMPLES; i++) in apply_gain()
1054 output[i] *= a * (FRAME_SAMPLES - i - 1) + b * i; in apply_gain()
1073 frame->nb_samples = FRAME_SAMPLES; in filter_frame()
1080 transform(s, &s->channels[1][ch], s->history[ch], output + FRAME_SAMPLES / 2); in filter_frame()

Completed in 3 milliseconds