Searched refs:amp_sf (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac3plus.h83 int amp_sf; ///< quantized amplitude scale factor member in struct:Atrac3pWaveParam
H A Datrac3plus.c1616 ctx->waves_info->waves[dst[sb].start_index + i].amp_sf = get_bits(gb, 6);
1618 ctx->waves_info->waves[dst[sb].start_index].amp_sf = get_bits(gb, 6);
1627 ctx->waves_info->waves[dst[sb].start_index + i].amp_sf =
1631 ctx->waves_info->waves[dst[sb].start_index].amp_sf =
1645 ctx->waves_info->waves[refwaves[dst[sb].start_index + i]].amp_sf : 34;
1646 ctx->waves_info->waves[dst[sb].start_index + i].amp_sf = (pred + delta) & 0x3F;
1655 ctx->waves_info->waves[dst[sb].start_index + i].amp_sf =
1657 ? ctx->waves_info->waves[refwaves[dst[sb].start_index + i]].amp_sf
H A Datrac3plusdsp.c134 amp = amp_sf_tab[wave_param->amp_sf] *

Completed in 58 milliseconds