HomeSort by relevance Sort by last modified time
    Searched defs:rR (Results 1 - 2 of 2) sorted by null

  /external/adhd/cras/src/dsp/
eq2.c 121 struct biquad *rR = &bq[1][1];
133 float32x2_t z1 = {rL->y1, rR->y1};
134 float32x2_t z2 = {rL->y2, rR->y2};
135 float32x2_t rb0 = {rL->b0, rR->b0};
136 float32x2_t rb1 = {rL->b1, rR->b1};
137 float32x2_t rb2 = {rL->b2, rR->b2};
138 float32x2_t ra1 = {rL->a1, rR->a1};
139 float32x2_t ra2 = {rL->a2, rR->a2};
201 rR->y1 = z1[1];
202 rR->y2 = z2[1]
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
cirrus_playback.c 547 int rL = 0, rR = 0, zL = 0, zR = 0, tL = 0, tR = 0;
638 rR = buffer[1];
647 tdR = (material * t_scale_factor * (rR-zR) / zR);
650 rR *= amp_factor;
659 rdR = abs(zR - rR);
666 if (right_cal_done && (rR != 0) && (rdR > r_err_range))
668 __func__, rR / r_scale_factor,
669 abs(rR % r_scale_factor));
676 if (right_cal_done && (rR != 0) && (tdR > t_err_range))

Completed in 144 milliseconds