Home | History | Annotate | Download | only in audioflinger

Lines Matching full:scaleto8_24

4149                 const float scaleto8_24 = MAX_GAIN_INT * MAX_GAIN_INT;
4150 vl = (uint32_t) (scaleto8_24 * vlf);
4151 vr = (uint32_t) (scaleto8_24 * vrf);