Home
last modified time | relevance | path

Searched refs:normalize_factor (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_nir_attribute_workarounds.c112 nir_ssa_def *normalize_factor = in apply_attr_wa_block() local
116 val = nir_fmul(b, nir_u2f32(b, val), normalize_factor); in apply_attr_wa_block()
/external/adhd/cras/src/tests/
Dfmt_conv_unittest.cc518 const float normalize_factor = 1.0 / (1 + 0.707 + 0.5); in TEST() local
521 int16_t lfe = 0.5 * normalize_factor * in_lfe; in TEST()
522 int16_t center = 0.707 * normalize_factor * in_fc; in TEST()
523 int16_t fl = normalize_factor * in_fl + center + lfe; in TEST()
524 int16_t fr = normalize_factor * in_fr + center + lfe; in TEST()
525 int16_t rl = normalize_factor * in_rl + lfe; in TEST()
526 int16_t rr = normalize_factor * in_rr + lfe; in TEST()
/external/adhd/cras/src/server/
Dcras_fmt_conv.c67 static float normalize_factor(float *buf, size_t n) in normalize_factor() function
124 normalize(mtx, 2, 6, normalize_factor(mtx[STEREO_L], 6)); in surround51_to_stereo_downmix_mtx()
163 normalize(mtx, 4, 6, normalize_factor(mtx[CRAS_CH_FL], 6)); in surround51_to_quad_downmix_mtx()