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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dg711.cpp175 #define BIAS (0x84) /* Bias for linear code. */ macro
216 pcm_val = BIAS - pcm_val;
219 pcm_val += BIAS;
261 t = ((u_val & QUANT_MASK) << 3) + BIAS;
264 return ((u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpcm_tablegen.h37 #define BIAS (0x84) /* Bias for linear code. */ macro
69 t = ((u_val & QUANT_MASK) << 3) + BIAS;
72 return (u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS);
H A Dproresdsp.c26 #define BIAS (1 << (PRORES_BITS_PER_SAMPLE - 1)) ///< bias value for converting signed pixels into unsigned ones macro
30 #define CLIP_AND_BIAS(x) (av_clip((x) + BIAS, CLIP_MIN, CLIP_MAX))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpcm_tablegen.h37 #define BIAS (0x84) /* Bias for linear code. */ macro
69 t = ((u_val & QUANT_MASK) << 3) + BIAS;
72 return (u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS);
H A Dproresdsp.c30 #define BIAS (1 << (PRORES_BITS_PER_SAMPLE - 1)) ///< bias value for converting signed pixels into unsigned ones macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dmulaw.c52 #define BIAS (0x84) /* Bias for linear code. */ macro
91 pcm_val = BIAS - pcm_val;
94 pcm_val += BIAS;
131 t = ((u_val & QUANT_MASK) << 3) + BIAS;
134 return ((u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dsparccpuid.S11 # define BIAS 2047
14 # define BIAS 0
125 add %fp,BIAS,%i0 ! return pointer to caller�s top of stack
224 add %sp,BIAS+16,%o1
228 add %sp,BIAS-16,%o1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_audio.c101 #define BIAS 0x84 /*!< define the add-in bias for 16 bit samples */ macro
131 sample = sample + BIAS;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dsparccpuid.S11 # define BIAS 2047
14 # define BIAS 0
126 add %fp,BIAS,%i0 ! return pointer to caller��s top of stack
238 add %sp,BIAS+2,%o1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dsparccpuid.S11 # define BIAS 2047
14 # define BIAS 0
126 add %fp,BIAS,%i0 ! return pointer to caller��s top of stack
238 add %sp,BIAS+2,%o1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_audio.c238 #define BIAS 0x84 /* define the add-in bias for 16 bit samples */ macro
276 sample = sample + BIAS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dcontrol.c91 static const int BIAS = 0x7f; local
107 int exponent = (((p[0] & 0x7f) << 1) | (p[1] >> 7)) - BIAS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfpsp.S16000 sub.l %d1,%d0 # scale = BIAS + (-exp)
16053 sub.l %d1,%d0 # scale = BIAS + (-exp)
16061 sub.l %d1,%d0 # scale = BIAS + (-exp)
16127 sub.l %d1,%d0 # scale = BIAS + (-exp)
23951 subi.w &0x3fff,%d3 # subtract BIAS
23953 subi.w &0x3fff,%d3 # subtract BIAS
23955 subi.w &0x3fff,%d3 # subtract BIAS

Completed in 123 milliseconds