Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/siren/
Drmlt.c59 float *samples_high = samples + dct_length; in siren_rmlt_encode_samples() local
80 (*samples_low * *--window_high) - (*--samples_high * *window_low); in siren_rmlt_encode_samples()
82 (*samples_high * *window_high) + (*samples_low++ * *window_low++); in siren_rmlt_encode_samples()
99 float *samples_high = samples + dct_length; in siren_rmlt_decode_samples() local
131 sample_high_val = *--samples_high; in siren_rmlt_decode_samples()
136 *samples_high = in siren_rmlt_decode_samples()