Skip to content

Commit

Permalink
delete unused constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
aikiriao committed Jun 24, 2024
1 parent b98767a commit a040704
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/srla_internal/include/srla_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#define SRLA_RSHIFT_LPC_COEFFICIENT_BITWIDTH 4
/* (LPC係数次数-1)のビット幅 */
#define SRLA_LPC_COEFFICIENT_ORDER_BITWIDTH 8
/* 圧縮をやめて生データを出力するときの閾値(サンプルあたりビット数に占める比率) */
#define SRLA_ESTIMATED_CODELENGTH_THRESHOLD 0.95f
/* LPCのリッジ正則化パラメータ */
#define SRLA_LPC_RIDGE_REGULARIZATION_PARAMETER 1e-5

Expand Down

0 comments on commit a040704

Please sign in to comment.