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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dwavpack.c171 #define GET_MED(n) ((c->median[n] >> 4) + 1) macro
299 add = GET_MED(0) - 1;
302 base = GET_MED(0);
303 add = GET_MED(1) - 1;
307 base = GET_MED(0) + GET_MED(1);
308 add = GET_MED(2) - 1;
313 base = GET_MED(0) + GET_MED(1) + GET_MED(
[all...]

Completed in 92 milliseconds