Searched refs:als_weighting (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | alsdec.c | 1228 static inline int als_weighting(GetBitContext *gb, int k, int off) in als_weighting() function 1254 current->weighting[0] = als_weighting(gb, 1, 16); in read_channel_data() 1255 current->weighting[1] = als_weighting(gb, 2, 14); in read_channel_data() 1256 current->weighting[2] = als_weighting(gb, 1, 16); in read_channel_data() 1259 current->weighting[3] = als_weighting(gb, 1, 16); in read_channel_data() 1260 current->weighting[4] = als_weighting(gb, 1, 16); in read_channel_data() 1261 current->weighting[5] = als_weighting(gb, 1, 16); in read_channel_data()
|