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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwavpack.c208 add = GET_MED(0) - 1;
211 base = GET_MED(0);
212 add = GET_MED(1) - 1;
216 base = GET_MED(0) + GET_MED(1);
217 add = GET_MED(2) - 1;
222 base = GET_MED(0) + GET_MED(1) + GET_MED(2) * (t - 2);
223 add = GET_MED(
[all...]
H A Dwavpackenc.c994 if (value < GET_MED(0)) {
997 low = GET_MED(0);
1000 if (value - low < GET_MED(1)) {
1003 low += GET_MED(1);
1006 if (value - low < GET_MED(2)) {
2075 if (sample < (int32_t) GET_MED(0)) {
2077 high = GET_MED(0) - 1;
2080 low = GET_MED(0);
2083 if (sample - low < GET_MED(1)) {
2085 high = low + GET_MED(
[all...]
H A Dwavpack.h101 #define GET_MED(n) ((c->median[n] >> 4) + 1) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwavpack.c214 #define GET_MED(n) ((c->median[n] >> 4) + 1) macro
353 add = GET_MED(0) - 1;
356 base = GET_MED(0);
357 add = GET_MED(1) - 1;
361 base = GET_MED(0) + GET_MED(1);
362 add = GET_MED(2) - 1;
367 base = GET_MED(0) + GET_MED(1) + GET_MED(
[all...]

Completed in 101 milliseconds