Home
last modified time | relevance | path

Searched refs:BIAS (Results 1 – 25 of 42) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dpcm_tablegen.h37 #define BIAS (0x84) /* Bias for linear code. */ macro
72 t = ((u_val & QUANT_MASK) << 3) + BIAS; in ulaw2linear()
75 return (u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS); in ulaw2linear()
86 t = (((u_val & VIDC_QUANT_MASK) >> VIDC_QUANT_SHIFT) << 3) + BIAS; in vidc2linear()
89 return (u_val & VIDC_SIGN_BIT) ? (BIAS - t) : (t - BIAS); in vidc2linear()
/third_party/pulseaudio/src/pulsecore/
Dg711.c160 #define BIAS (0x84) /* Bias for linear code. */ macro
217 pcm_val += (BIAS >> 2); in st_14linear2ulaw()
256 t = ((u_val & QUANT_MASK) << 3) + BIAS; in st_ulaw2linear16()
259 return ((u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS)); in st_ulaw2linear16()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTextureFunctionHLSL.cpp140 case TextureFunctionHLSL::TextureFunction::BIAS: in OutputHLSL4SampleFunctionPrefix()
160 case TextureFunctionHLSL::TextureFunction::BIAS: in OutputHLSL4SampleFunctionPrefix()
256 case TextureFunctionHLSL::TextureFunction::BIAS: in GetHLSLCoordCount()
387 case TextureFunctionHLSL::TextureFunction::BIAS: in OutputTextureFunctionArgumentList()
446 if (textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS || in OutputTextureFunctionArgumentList()
807 textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations()
814 if (textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations()
852 textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations()
859 if (textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations()
897 textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations()
[all …]
DTextureFunctionHLSL.h34 BIAS, enumerator
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTextureFunctionHLSL.cpp140 case TextureFunctionHLSL::TextureFunction::BIAS: in OutputHLSL4SampleFunctionPrefix()
160 case TextureFunctionHLSL::TextureFunction::BIAS: in OutputHLSL4SampleFunctionPrefix()
255 case TextureFunctionHLSL::TextureFunction::BIAS: in GetHLSLCoordCount()
384 case TextureFunctionHLSL::TextureFunction::BIAS: in OutputTextureFunctionArgumentList()
442 if (textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS || in OutputTextureFunctionArgumentList()
803 textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations()
810 if (textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations()
848 textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations()
855 if (textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations()
893 textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations()
[all …]
DTextureFunctionHLSL.h34 BIAS, enumerator
/third_party/gstreamer/gstplugins_good/gst/law/
Dmulaw-conversion.c31 #define BIAS 0x84 /* define the add-in bias for 16 bit samples */ macro
73 sample = sample + BIAS; in mulaw_encode()
/third_party/openssl/crypto/des/asm/
Ddes_enc.m444 # define BIAS 2047
51 # define BIAS 0
1222 STPTR in0, [%sp+BIAS+ARG0+0*ARGSZ]
1239 LDPTR [%sp+BIAS+ARG0+0*ARGSZ], in0
1272 LDPTR [%sp+BIAS+ARG0+0*ARGSZ], in0
1385 define({INPUT}, { [%sp+BIAS+ARG0+0*ARGSZ] })
1386 define({OUTPUT}, { [%sp+BIAS+ARG0+1*ARGSZ] })
1387 define({IVEC}, { [%sp+BIAS+ARG0+4*ARGSZ] })
1578 define({KS1}, { [%sp+BIAS+ARG0+3*ARGSZ] })
1579 define({KS2}, { [%sp+BIAS+ARG0+4*ARGSZ] })
[all …]
/third_party/openssl/crypto/
Dsparccpuid.S18 # define BIAS 2047 macro
21 # define BIAS 0 macro
133 add %fp,BIAS,%i0 ! return pointer to caller´s top of stack
245 add %sp,BIAS+2,%o1
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/graphics/early_fragment/
Ddepth_equal.amber96 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepth_less_or_equal.amber96 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepth_greater.amber97 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepth_not_equal.amber96 BIAS constant 0.0 clamp 0.0 slope 0.0
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/graphics/execution_mode/
Ddepthless_2.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepthless_3.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepthunchanged_3.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepthgreater_2.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepthless_4.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepthgreater_1.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepthgreater_0.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepthunchanged_2.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepthless_0.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepthless_1.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepthgreater_4.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepthgreater_3.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0

12