Searched refs:window_low (Results 1 – 1 of 1) sorted by relevance
60 float *window_low = NULL; in siren_rmlt_encode_samples() local68 window_low = rmlt_window_320; in siren_rmlt_encode_samples()70 window_low = rmlt_window_640; in siren_rmlt_encode_samples()74 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()102 float *window_low = NULL; in siren_rmlt_decode_samples() local116 window_low = rmlt_window_320; in siren_rmlt_decode_samples()118 window_low = rmlt_window_640; in siren_rmlt_decode_samples()123 window_high = window_low + dct_length; in siren_rmlt_decode_samples()[all …]