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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3tab.h45 extern const uint16_t ff_ac3_hearing_threshold_tab[AC3_CRITICAL_BANDS][3];
H A Dac3.c188 mask[band] = FFMAX(ff_ac3_hearing_threshold_tab[band >> s->sr_shift][s->sr_code], excite[band]);
H A Dac3tab.c215 const uint16_t ff_ac3_hearing_threshold_tab[AC3_CRITICAL_BANDS][3]= { variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3tab.h47 extern const uint16_t ff_ac3_hearing_threshold_tab[AC3_CRITICAL_BANDS][3];
H A Dac3.c188 mask[band] = FFMAX(ff_ac3_hearing_threshold_tab[band >> s->sr_shift][s->sr_code], excite[band]);
H A Dac3tab.c217 const uint16_t ff_ac3_hearing_threshold_tab[AC3_CRITICAL_BANDS][3]= { variable

Completed in 47 milliseconds