Searched refs:amp_sf (Results 1 – 3 of 3) sorted by relevance
85 int amp_sf; ///< quantized amplitude scale factor member
1518 ctx->waves_info->waves[dst[sb].start_index + i].amp_sf = get_bits(gb, 6); in decode_tones_amplitude()1520 ctx->waves_info->waves[dst[sb].start_index].amp_sf = get_bits(gb, 6); in decode_tones_amplitude()1529 ctx->waves_info->waves[dst[sb].start_index + i].amp_sf = in decode_tones_amplitude()1533 ctx->waves_info->waves[dst[sb].start_index].amp_sf = in decode_tones_amplitude()1547 ctx->waves_info->waves[refwaves[dst[sb].start_index + i]].amp_sf : 34; in decode_tones_amplitude()1548 ctx->waves_info->waves[dst[sb].start_index + i].amp_sf = (pred + delta) & 0x3F; in decode_tones_amplitude()1557 ctx->waves_info->waves[dst[sb].start_index + i].amp_sf = in decode_tones_amplitude()1559 ? ctx->waves_info->waves[refwaves[dst[sb].start_index + i]].amp_sf in decode_tones_amplitude()
139 amp = amp_sf_tab[wave_param->amp_sf] * in waves_synth()