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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3tab.h41 extern const uint8_t ff_ac3_rematrix_band_tab[5];
H A Dac3enc_template.c363 int start = ff_ac3_rematrix_band_tab[bnd];
364 int end = FFMIN(nb_coefs, ff_ac3_rematrix_band_tab[bnd+1]);
H A Dac3tab.c139 const uint8_t ff_ac3_rematrix_band_tab[5] = { 13, 25, 37, 61, 253 }; variable
H A Dac3dec.c588 bndend = FFMIN(end, ff_ac3_rematrix_band_tab[bnd + 1]);
589 for (i = ff_ac3_rematrix_band_tab[bnd]; i < bndend; i++) {
H A Dac3enc.c288 start = ff_ac3_rematrix_band_tab[bnd];
289 end = FFMIN(nb_coefs, ff_ac3_rematrix_band_tab[bnd+1]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3tab.h43 extern const uint8_t ff_ac3_rematrix_band_tab[5];
H A Dac3enc_template.c368 int start = ff_ac3_rematrix_band_tab[bnd];
369 int end = FFMIN(nb_coefs, ff_ac3_rematrix_band_tab[bnd+1]);
H A Dac3tab.c141 const uint8_t ff_ac3_rematrix_band_tab[5] = { 13, 25, 37, 61, 253 }; variable
H A Dac3dec.c642 bndend = FFMIN(end, ff_ac3_rematrix_band_tab[bnd + 1]);
643 for (i = ff_ac3_rematrix_band_tab[bnd]; i < bndend; i++) {
H A Dac3enc.c287 start = ff_ac3_rematrix_band_tab[bnd];
288 end = FFMIN(nb_coefs, ff_ac3_rematrix_band_tab[bnd+1]);

Completed in 185 milliseconds