Lines Matching defs:eq

56 	eqhw_t *eqhw = &(vortex->eq.this04);
78 eqhw_t *eqhw = &(vortex->eq.this04);
101 eqhw_t *eqhw = &(vortex->eq.this04);
118 eqhw_t *eqhw = &(vortex->eq.this04);
164 eqhw_t *eqhw = &(vortex->eq.this04);
211 eqhw_t *eqhw = &(vortex->eq.this04);
221 eqhw_t *eqhw = &(vortex->eq.this04);
231 eqhw_t *eqhw = &(vortex->eq.this04);
241 eqhw_t *eqhw = &(vortex->eq.this04);
252 eqhw_t *eqhw = &(vortex->eq.this04);
267 eqhw_t *eqhw = &(vortex->eq.this04);
282 eqhw_t *eqhw = &(vortex->eq.this04);
297 eqhw_t *eqhw = &(vortex->eq.this04);
314 eqhw_t *eqhw = &(vortex->eq.this04);
338 eqhw_t *eqhw = &(vortex->eq.this04);
478 eqhw_t *eqhw = &(vortex->eq.this04);
495 eqlzr_t *eq = &(vortex->eq);
497 if (eq->this28) {
498 *gain = eq->this130[index];
506 eqlzr_t *eq = &(vortex->eq);
508 if (eq->this28 == 0)
511 eq->this130[index] = gain;
512 if (eq->this54)
520 eqlzr_t *eq = &(vortex->eq);
522 if (eq->this28) {
523 *gain = eq->this130[index + eq->this10];
531 eqlzr_t *eq = &(vortex->eq);
533 if (eq->this28 == 0)
536 eq->this130[index + eq->this10] = gain;
537 if (eq->this54)
547 eqlzr_t *eq = &(vortex->eq);
550 if (eq->this10 == 0)
557 (vortex, si, &gains[si + eq->this10]))
561 while (eq->this10 > si) ;
568 eqlzr_t *eq = &(vortex->eq);
570 vortex_EqHw_SetLeftGainsTarget(vortex, eq->this130);
571 vortex_EqHw_SetRightGainsTarget(vortex, &(eq->this130[eq->this10]));
579 eqlzr_t *eq = &(vortex->eq);
582 if (((eq->this10) * 2 != count) || (eq->this28 == 0))
586 eq->this130[i] = gains[i];
589 if (eq->this54)
597 eqlzr_t *eq = &(vortex->eq);
600 eq->this58 = a;
601 eq->this5c = b;
602 if (eq->this54)
603 eax = eq->this0e;
605 eax = eq->this0a;
606 ebx = (eax * eq->this58) >> 0x10;
607 eax = (eax * eq->this5c) >> 0x10;
613 eqlzr_t *eq = &(vortex->eq);
616 if (eq->this54)
617 eax = eq->this0e;
619 eax = eq->this0a;
620 ebx = (eax * eq->this58) >> 0x10;
621 eax = (eax * eq->this5c) >> 0x10;
633 eqlzr_t *eq = &(vortex->eq);
635 if ((eq->this28) && (bp == 0)) {
638 vortex_EqHw_SetBypassGain(vortex, eq->this08, eq->this08);
641 vortex_EqHw_SetLeftGainsTarget(vortex, eq->this14_array);
642 vortex_EqHw_SetRightGainsTarget(vortex, eq->this14_array);
643 vortex_EqHw_SetBypassGain(vortex, eq->this0c, eq->this0c);
650 eqlzr_t *eq = &(vortex->eq);
653 memcpy(&(eq->coefset), &asEqCoefsNormal, sizeof(auxxEqCoeffSet_t));
655 vortex_Eqlzr_SetAllBands(vortex, eq_gains_normal, eq->this10 * 2);
660 eqlzr_t *eq = &(vortex->eq);
662 if (eq->this10 == 0)
664 *count = eq->this10 * 2;
672 eqlzr_t *eq = &(vortex->eq);
674 return (&(eq->coefset));
679 eqlzr_t *eq = &(vortex->eq);
682 //eq->this04 = 0;
683 eq->this08 = 0; /* Bypass gain with EQ in use. */
684 eq->this0a = 0x5999;
685 eq->this0c = 0x5999; /* Bypass gain with EQ disabled. */
686 eq->this0e = 0x5999;
688 eq->this10 = 0xa; /* 10 eq frequency bands. */
689 eq->this04.this04 = eq->this10;
690 eq->this28 = 0x1; /* if 1 => Allow read access to this130 (gains) */
691 eq->this54 = 0x0; /* if 1 => Dont Allow access to hardware (gains) */
692 eq->this58 = 0xffff;
693 eq->this5c = 0xffff;
696 memset(eq->this14_array, 0, sizeof(eq->this14_array));
703 vortex_EqHw_Program10Band(vortex, &(eq->coefset));
704 vortex_Eqlzr_SetBypass(vortex, eq->this54);
726 eqlzr_t *eq = &(vortex->eq);
729 ucontrol->value.integer.value[0] = eq->this54 ? 0 : 1;
739 eqlzr_t *eq = &(vortex->eq);
742 eq->this54 = ucontrol->value.integer.value[0] ? 0 : 1;
743 vortex_Eqlzr_SetBypass(vortex, eq->this54);