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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c1182 static inline int als_weighting(GetBitContext *gb, int k, int off) function
1208 current->weighting[0] = als_weighting(gb, 1, 16);
1209 current->weighting[1] = als_weighting(gb, 2, 14);
1210 current->weighting[2] = als_weighting(gb, 1, 16);
1213 current->weighting[3] = als_weighting(gb, 1, 16);
1214 current->weighting[4] = als_weighting(gb, 1, 16);
1215 current->weighting[5] = als_weighting(gb, 1, 16);

Completed in 85 milliseconds