Searched refs:window_high (Results 1 – 1 of 1) sorted by relevance
61 float *window_high = NULL; in siren_rmlt_encode_samples() local74 window_high = window_low + dct_length; in siren_rmlt_encode_samples()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()103 float *window_high = NULL; in siren_rmlt_decode_samples() local123 window_high = window_low + dct_length; in siren_rmlt_decode_samples()135 (*old_low * *--window_high) + (sample_middle_low_val * *window_low); in siren_rmlt_decode_samples()137 (sample_middle_low_val * *window_high) - (*old_low * *window_low++); in siren_rmlt_decode_samples()