public class LspGetq extends Object
| Constructor and Description |
|---|
LspGetq() |
| Modifier and Type | Method and Description |
|---|---|
static void |
lsp_expand_1_2(float[] buf,
float gap) |
static void |
lsp_expand_1(float[] buf,
float gap) |
static void |
lsp_expand_2(float[] buf,
float gap) |
static void |
lsp_get_quant(float[][] lspcb1,
float[][] lspcb2,
int code0,
int code1,
int code2,
float[][] fg,
float[][] freq_prev,
float[] lspq,
float[] fg_sum) |
static void |
lsp_prev_compose(float[] lsp_ele,
float[] lsp,
float[][] fg,
float[][] freq_prev,
float[] fg_sum) |
static void |
lsp_prev_extract(float[] lsp,
float[] lsp_ele,
float[][] fg,
float[][] freq_prev,
float[] fg_sum_inv) |
static void |
lsp_prev_update(float[] lsp_ele,
float[][] freq_prev) |
static void |
lsp_stability(float[] buf) |
public static void lsp_get_quant(float[][] lspcb1,
float[][] lspcb2,
int code0,
int code1,
int code2,
float[][] fg,
float[][] freq_prev,
float[] lspq,
float[] fg_sum)
public static void lsp_expand_1(float[] buf,
float gap)
public static void lsp_expand_2(float[] buf,
float gap)
public static void lsp_expand_1_2(float[] buf,
float gap)
public static void lsp_prev_compose(float[] lsp_ele,
float[] lsp,
float[][] fg,
float[][] freq_prev,
float[] fg_sum)
public static void lsp_prev_extract(float[] lsp,
float[] lsp_ele,
float[][] fg,
float[][] freq_prev,
float[] fg_sum_inv)
public static void lsp_prev_update(float[] lsp_ele,
float[][] freq_prev)
public static void lsp_stability(float[] buf)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.