Lines Matching refs:vol
275 int32_t vol = m->map_table_i[oc][ic];
277 if (vol <= 0)
280 if (vol >= 0x10000) {
285 *d += (int16_t) (((int32_t)*s * vol) >> 16);
305 int32_t vol = m->map_table_i[oc][ic];
307 if (vol <= 0)
310 if (vol >= 0x10000) {
315 *d += (int32_t) (((int64_t)*s * vol) >> 16);
335 float vol = m->map_table_f[oc][ic];
337 if (vol <= 0.0f)
340 if (vol >= 1.0f) {
345 *d += *s * vol;
366 int32_t vol = m->map_table_i[oc][ic];
369 if (vol == 0)
373 if (vol != 0x10000 || arrange[oc] >= 0)