Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Datrac3plus.c1480 int refwaves[48] = { 0 }; in decode_tones_amplitude() local
1500 refwaves[dst[sb].start_index + j] = fi + ref[sb].start_index; in decode_tones_amplitude()
1502 refwaves[dst[sb].start_index + j] = j + ref[sb].start_index; in decode_tones_amplitude()
1504 refwaves[dst[sb].start_index + j] = -1; in decode_tones_amplitude()
1546 pred = refwaves[dst[sb].start_index + i] >= 0 ? in decode_tones_amplitude()
1547 ctx->waves_info->waves[refwaves[dst[sb].start_index + i]].amp_sf : 34; in decode_tones_amplitude()
1558 refwaves[dst[sb].start_index + i] >= 0 in decode_tones_amplitude()
1559 ? ctx->waves_info->waves[refwaves[dst[sb].start_index + i]].amp_sf in decode_tones_amplitude()