Home
last modified time | relevance | path

Searched refs:b_const (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_srgb.c264 LLVMValueRef x05, x0375, a_const, b_const, c_const, tmp2; in lp_build_linear_to_srgb() local
288 b_const = lp_build_const_vec(gallivm, src_type, 0.325f * 1.0622 * 255.0f); in lp_build_linear_to_srgb()
292 tmp2 = lp_build_mad(&f32_bld, b_const, x05, c_const); in lp_build_linear_to_srgb()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct_neon.h129 const int16_t b_const) { in multiply_accumulate_shift_and_narrow_s16() argument
132 temp_low = vmlal_n_s16(temp_low, vget_low_s16(b), b_const); in multiply_accumulate_shift_and_narrow_s16()
133 temp_high = vmlal_n_s16(temp_high, vget_high_s16(b), b_const); in multiply_accumulate_shift_and_narrow_s16()
201 const int32_t b_const) { in multiply_accumulate_shift_and_narrow_s32_dual() argument
208 c[0] = vmlal_n_s32(c[0], vget_low_s32(b.val[0]), b_const); in multiply_accumulate_shift_and_narrow_s32_dual()
209 c[1] = vmlal_n_s32(c[1], vget_high_s32(b.val[0]), b_const); in multiply_accumulate_shift_and_narrow_s32_dual()
210 c[2] = vmlal_n_s32(c[2], vget_low_s32(b.val[1]), b_const); in multiply_accumulate_shift_and_narrow_s32_dual()
211 c[3] = vmlal_n_s32(c[3], vget_high_s32(b.val[1]), b_const); in multiply_accumulate_shift_and_narrow_s32_dual()