Searched defs:wsample (Results 1 – 1 of 1) sorted by relevance
180 double wsample = wsamples[frame->ch_layout.nb_channels * s->window_offset + ch]; in compute_peak_double() local196 double *wsample = &wsamples[frame->ch_layout.nb_channels * s->window_offset + ch]; in update_peak_double() local209 float wsample = wsamples[frame->ch_layout.nb_channels * s->window_offset + ch]; in compute_peak_float() local225 float *wsample = &wsamples[frame->ch_layout.nb_channels * s->window_offset + ch]; in update_peak_float() local238 double wsample = wsamples[frame->ch_layout.nb_channels * s->window_offset + ch]; in compute_rms_double() local255 double *wsample = &wsamples[frame->ch_layout.nb_channels * s->window_offset + ch]; in update_rms_double() local268 float wsample = wsamples[frame->ch_layout.nb_channels * s->window_offset + ch]; in compute_rms_float() local285 float *wsample = &wsamples[frame->ch_layout.nb_channels * s->window_offset + ch]; in update_rms_float() local298 double wsample = wsamples[s->window_offset]; in compute_peak_doublep() local314 double *wsample = &wsamples[s->window_offset]; in update_peak_doublep() local[all …]