Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Deac3dec.c61 uint8_t wrapflag[SPX_MAX_BANDS]={1,0,}, num_copy_sections, copy_sizes[SPX_MAX_BANDS]; in ff_eac3_apply_spectral_extension() local
67 num_copy_sections = 0; in ff_eac3_apply_spectral_extension()
72 copy_sizes[num_copy_sections++] = bin - s->spx_dst_start_freq; in ff_eac3_apply_spectral_extension()
78 copy_sizes[num_copy_sections++] = bin - s->spx_dst_start_freq; in ff_eac3_apply_spectral_extension()
85 copy_sizes[num_copy_sections++] = bin - s->spx_dst_start_freq; in ff_eac3_apply_spectral_extension()
93 for (i = 0; i < num_copy_sections; i++) { in ff_eac3_apply_spectral_extension()

Completed in 1 milliseconds