Lines Matching full:through
543 case 32: sum += qlp_coeff[31] * data[i-32]; /* Falls through. */
544 case 31: sum += qlp_coeff[30] * data[i-31]; /* Falls through. */
545 case 30: sum += qlp_coeff[29] * data[i-30]; /* Falls through. */
546 case 29: sum += qlp_coeff[28] * data[i-29]; /* Falls through. */
547 case 28: sum += qlp_coeff[27] * data[i-28]; /* Falls through. */
548 case 27: sum += qlp_coeff[26] * data[i-27]; /* Falls through. */
549 case 26: sum += qlp_coeff[25] * data[i-26]; /* Falls through. */
550 case 25: sum += qlp_coeff[24] * data[i-25]; /* Falls through. */
551 case 24: sum += qlp_coeff[23] * data[i-24]; /* Falls through. */
552 case 23: sum += qlp_coeff[22] * data[i-23]; /* Falls through. */
553 case 22: sum += qlp_coeff[21] * data[i-22]; /* Falls through. */
554 case 21: sum += qlp_coeff[20] * data[i-21]; /* Falls through. */
555 case 20: sum += qlp_coeff[19] * data[i-20]; /* Falls through. */
556 case 19: sum += qlp_coeff[18] * data[i-19]; /* Falls through. */
557 case 18: sum += qlp_coeff[17] * data[i-18]; /* Falls through. */
558 case 17: sum += qlp_coeff[16] * data[i-17]; /* Falls through. */
559 case 16: sum += qlp_coeff[15] * data[i-16]; /* Falls through. */
560 case 15: sum += qlp_coeff[14] * data[i-15]; /* Falls through. */
561 case 14: sum += qlp_coeff[13] * data[i-14]; /* Falls through. */
793 case 32: sum += qlp_coeff[31] * (FLAC__int64)data[i-32]; /* Falls through. */
794 case 31: sum += qlp_coeff[30] * (FLAC__int64)data[i-31]; /* Falls through. */
795 case 30: sum += qlp_coeff[29] * (FLAC__int64)data[i-30]; /* Falls through. */
796 case 29: sum += qlp_coeff[28] * (FLAC__int64)data[i-29]; /* Falls through. */
797 case 28: sum += qlp_coeff[27] * (FLAC__int64)data[i-28]; /* Falls through. */
798 case 27: sum += qlp_coeff[26] * (FLAC__int64)data[i-27]; /* Falls through. */
799 case 26: sum += qlp_coeff[25] * (FLAC__int64)data[i-26]; /* Falls through. */
800 case 25: sum += qlp_coeff[24] * (FLAC__int64)data[i-25]; /* Falls through. */
801 case 24: sum += qlp_coeff[23] * (FLAC__int64)data[i-24]; /* Falls through. */
802 case 23: sum += qlp_coeff[22] * (FLAC__int64)data[i-23]; /* Falls through. */
803 case 22: sum += qlp_coeff[21] * (FLAC__int64)data[i-22]; /* Falls through. */
804 case 21: sum += qlp_coeff[20] * (FLAC__int64)data[i-21]; /* Falls through. */
805 case 20: sum += qlp_coeff[19] * (FLAC__int64)data[i-20]; /* Falls through. */
806 case 19: sum += qlp_coeff[18] * (FLAC__int64)data[i-19]; /* Falls through. */
807 case 18: sum += qlp_coeff[17] * (FLAC__int64)data[i-18]; /* Falls through. */
808 case 17: sum += qlp_coeff[16] * (FLAC__int64)data[i-17]; /* Falls through. */
809 case 16: sum += qlp_coeff[15] * (FLAC__int64)data[i-16]; /* Falls through. */
810 case 15: sum += qlp_coeff[14] * (FLAC__int64)data[i-15]; /* Falls through. */
811 case 14: sum += qlp_coeff[13] * (FLAC__int64)data[i-14]; /* Falls through. */
843 case 32: sum += qlp_coeff[31] * (FLAC__int64)data[i-32]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
844 case 31: sum += qlp_coeff[30] * (FLAC__int64)data[i-31]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
845 case 30: sum += qlp_coeff[29] * (FLAC__int64)data[i-30]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
846 case 29: sum += qlp_coeff[28] * (FLAC__int64)data[i-29]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
847 case 28: sum += qlp_coeff[27] * (FLAC__int64)data[i-28]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
848 case 27: sum += qlp_coeff[26] * (FLAC__int64)data[i-27]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
849 case 26: sum += qlp_coeff[25] * (FLAC__int64)data[i-26]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
850 case 25: sum += qlp_coeff[24] * (FLAC__int64)data[i-25]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
851 case 24: sum += qlp_coeff[23] * (FLAC__int64)data[i-24]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
852 case 23: sum += qlp_coeff[22] * (FLAC__int64)data[i-23]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
853 case 22: sum += qlp_coeff[21] * (FLAC__int64)data[i-22]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
854 case 21: sum += qlp_coeff[20] * (FLAC__int64)data[i-21]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
855 case 20: sum += qlp_coeff[19] * (FLAC__int64)data[i-20]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
856 case 19: sum += qlp_coeff[18] * (FLAC__int64)data[i-19]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
857 case 18: sum += qlp_coeff[17] * (FLAC__int64)data[i-18]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
858 case 17: sum += qlp_coeff[16] * (FLAC__int64)data[i-17]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
859 case 16: sum += qlp_coeff[15] * (FLAC__int64)data[i-16]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
860 case 15: sum += qlp_coeff[14] * (FLAC__int64)data[i-15]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
861 case 14: sum += qlp_coeff[13] * (FLAC__int64)data[i-14]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
862 case 13: sum += qlp_coeff[12] * (FLAC__int64)data[i-13]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
863 case 12: sum += qlp_coeff[11] * (FLAC__int64)data[i-12]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
864 case 11: sum += qlp_coeff[10] * (FLAC__int64)data[i-11]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
865 case 10: sum += qlp_coeff[ 9] * (FLAC__int64)data[i-10]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
866 case 9: sum += qlp_coeff[ 8] * (FLAC__int64)data[i- 9]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
867 case 8: sum += qlp_coeff[ 7] * (FLAC__int64)data[i- 8]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
868 case 7: sum += qlp_coeff[ 6] * (FLAC__int64)data[i- 7]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
869 case 6: sum += qlp_coeff[ 5] * (FLAC__int64)data[i- 6]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
870 case 5: sum += qlp_coeff[ 4] * (FLAC__int64)data[i- 5]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
871 case 4: sum += qlp_coeff[ 3] * (FLAC__int64)data[i- 4]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
872 case 3: sum += qlp_coeff[ 2] * (FLAC__int64)data[i- 3]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
873 case 2: sum += qlp_coeff[ 1] * (FLAC__int64)data[i- 2]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
897 case 32: sum += qlp_coeff[31] * data[i-32]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
898 case 31: sum += qlp_coeff[30] * data[i-31]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
899 case 30: sum += qlp_coeff[29] * data[i-30]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
900 case 29: sum += qlp_coeff[28] * data[i-29]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
901 case 28: sum += qlp_coeff[27] * data[i-28]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
902 case 27: sum += qlp_coeff[26] * data[i-27]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
903 case 26: sum += qlp_coeff[25] * data[i-26]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
904 case 25: sum += qlp_coeff[24] * data[i-25]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
905 case 24: sum += qlp_coeff[23] * data[i-24]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
906 case 23: sum += qlp_coeff[22] * data[i-23]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
907 case 22: sum += qlp_coeff[21] * data[i-22]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
908 case 21: sum += qlp_coeff[20] * data[i-21]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
909 case 20: sum += qlp_coeff[19] * data[i-20]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
910 case 19: sum += qlp_coeff[18] * data[i-19]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
911 case 18: sum += qlp_coeff[17] * data[i-18]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
912 case 17: sum += qlp_coeff[16] * data[i-17]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
913 case 16: sum += qlp_coeff[15] * data[i-16]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
914 case 15: sum += qlp_coeff[14] * data[i-15]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
915 case 14: sum += qlp_coeff[13] * data[i-14]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
916 case 13: sum += qlp_coeff[12] * data[i-13]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
917 case 12: sum += qlp_coeff[11] * data[i-12]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
918 case 11: sum += qlp_coeff[10] * data[i-11]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
919 case 10: sum += qlp_coeff[ 9] * data[i-10]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
920 case 9: sum += qlp_coeff[ 8] * data[i- 9]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
921 case 8: sum += qlp_coeff[ 7] * data[i- 8]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
922 case 7: sum += qlp_coeff[ 6] * data[i- 7]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
923 case 6: sum += qlp_coeff[ 5] * data[i- 6]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
924 case 5: sum += qlp_coeff[ 4] * data[i- 5]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
925 case 4: sum += qlp_coeff[ 3] * data[i- 4]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
926 case 3: sum += qlp_coeff[ 2] * data[i- 3]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
927 case 2: sum += qlp_coeff[ 1] * data[i- 2]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
1199 case 32: sum += qlp_coeff[31] * data[i-32]; /* Falls through. */
1200 case 31: sum += qlp_coeff[30] * data[i-31]; /* Falls through. */
1201 case 30: sum += qlp_coeff[29] * data[i-30]; /* Falls through. */
1202 case 29: sum += qlp_coeff[28] * data[i-29]; /* Falls through. */
1203 case 28: sum += qlp_coeff[27] * data[i-28]; /* Falls through. */
1204 case 27: sum += qlp_coeff[26] * data[i-27]; /* Falls through. */
1205 case 26: sum += qlp_coeff[25] * data[i-26]; /* Falls through. */
1206 case 25: sum += qlp_coeff[24] * data[i-25]; /* Falls through. */
1207 case 24: sum += qlp_coeff[23] * data[i-24]; /* Falls through. */
1208 case 23: sum += qlp_coeff[22] * data[i-23]; /* Falls through. */
1209 case 22: sum += qlp_coeff[21] * data[i-22]; /* Falls through. */
1210 case 21: sum += qlp_coeff[20] * data[i-21]; /* Falls through. */
1211 case 20: sum += qlp_coeff[19] * data[i-20]; /* Falls through. */
1212 case 19: sum += qlp_coeff[18] * data[i-19]; /* Falls through. */
1213 case 18: sum += qlp_coeff[17] * data[i-18]; /* Falls through. */
1214 case 17: sum += qlp_coeff[16] * data[i-17]; /* Falls through. */
1215 case 16: sum += qlp_coeff[15] * data[i-16]; /* Falls through. */
1216 case 15: sum += qlp_coeff[14] * data[i-15]; /* Falls through. */
1217 case 14: sum += qlp_coeff[13] * data[i-14]; /* Falls through. */
1451 case 32: sum += qlp_coeff[31] * (FLAC__int64)data[i-32]; /* Falls through. */
1452 case 31: sum += qlp_coeff[30] * (FLAC__int64)data[i-31]; /* Falls through. */
1453 case 30: sum += qlp_coeff[29] * (FLAC__int64)data[i-30]; /* Falls through. */
1454 case 29: sum += qlp_coeff[28] * (FLAC__int64)data[i-29]; /* Falls through. */
1455 case 28: sum += qlp_coeff[27] * (FLAC__int64)data[i-28]; /* Falls through. */
1456 case 27: sum += qlp_coeff[26] * (FLAC__int64)data[i-27]; /* Falls through. */
1457 case 26: sum += qlp_coeff[25] * (FLAC__int64)data[i-26]; /* Falls through. */
1458 case 25: sum += qlp_coeff[24] * (FLAC__int64)data[i-25]; /* Falls through. */
1459 case 24: sum += qlp_coeff[23] * (FLAC__int64)data[i-24]; /* Falls through. */
1460 case 23: sum += qlp_coeff[22] * (FLAC__int64)data[i-23]; /* Falls through. */
1461 case 22: sum += qlp_coeff[21] * (FLAC__int64)data[i-22]; /* Falls through. */
1462 case 21: sum += qlp_coeff[20] * (FLAC__int64)data[i-21]; /* Falls through. */
1463 case 20: sum += qlp_coeff[19] * (FLAC__int64)data[i-20]; /* Falls through. */
1464 case 19: sum += qlp_coeff[18] * (FLAC__int64)data[i-19]; /* Falls through. */
1465 case 18: sum += qlp_coeff[17] * (FLAC__int64)data[i-18]; /* Falls through. */
1466 case 17: sum += qlp_coeff[16] * (FLAC__int64)data[i-17]; /* Falls through. */
1467 case 16: sum += qlp_coeff[15] * (FLAC__int64)data[i-16]; /* Falls through. */
1468 case 15: sum += qlp_coeff[14] * (FLAC__int64)data[i-15]; /* Falls through. */
1469 case 14: sum += qlp_coeff[13] * (FLAC__int64)data[i-14]; /* Falls through. */
1533 case 32: sum += qlp_coeff[31] * data[i-32]; /* Falls through. */
1534 case 31: sum += qlp_coeff[30] * data[i-31]; /* Falls through. */
1535 case 30: sum += qlp_coeff[29] * data[i-30]; /* Falls through. */
1536 case 29: sum += qlp_coeff[28] * data[i-29]; /* Falls through. */
1537 case 28: sum += qlp_coeff[27] * data[i-28]; /* Falls through. */
1538 case 27: sum += qlp_coeff[26] * data[i-27]; /* Falls through. */
1539 case 26: sum += qlp_coeff[25] * data[i-26]; /* Falls through. */
1540 case 25: sum += qlp_coeff[24] * data[i-25]; /* Falls through. */
1541 case 24: sum += qlp_coeff[23] * data[i-24]; /* Falls through. */
1542 case 23: sum += qlp_coeff[22] * data[i-23]; /* Falls through. */
1543 case 22: sum += qlp_coeff[21] * data[i-22]; /* Falls through. */
1544 case 21: sum += qlp_coeff[20] * data[i-21]; /* Falls through. */
1545 case 20: sum += qlp_coeff[19] * data[i-20]; /* Falls through. */
1546 case 19: sum += qlp_coeff[18] * data[i-19]; /* Falls through. */
1547 case 18: sum += qlp_coeff[17] * data[i-18]; /* Falls through. */
1548 case 17: sum += qlp_coeff[16] * data[i-17]; /* Falls through. */
1549 case 16: sum += qlp_coeff[15] * data[i-16]; /* Falls through. */
1550 case 15: sum += qlp_coeff[14] * data[i-15]; /* Falls through. */
1551 case 14: sum += qlp_coeff[13] * data[i-14]; /* Falls through. */
1552 case 13: sum += qlp_coeff[12] * data[i-13]; /* Falls through. */
1553 case 12: sum += qlp_coeff[11] * data[i-12]; /* Falls through. */
1554 case 11: sum += qlp_coeff[10] * data[i-11]; /* Falls through. */
1555 case 10: sum += qlp_coeff[ 9] * data[i-10]; /* Falls through. */
1556 case 9: sum += qlp_coeff[ 8] * data[i- 9]; /* Falls through. */
1557 case 8: sum += qlp_coeff[ 7] * data[i- 8]; /* Falls through. */
1558 case 7: sum += qlp_coeff[ 6] * data[i- 7]; /* Falls through. */
1559 case 6: sum += qlp_coeff[ 5] * data[i- 6]; /* Falls through. */
1560 case 5: sum += qlp_coeff[ 4] * data[i- 5]; /* Falls through. */
1561 case 4: sum += qlp_coeff[ 3] * data[i- 4]; /* Falls through. */
1562 case 3: sum += qlp_coeff[ 2] * data[i- 3]; /* Falls through. */
1563 case 2: sum += qlp_coeff[ 1] * data[i- 2]; /* Falls through. */