public class Short_term
extends java.lang.Object
Constructor and Description |
---|
Short_term() |
Modifier and Type | Method and Description |
---|---|
static void |
Coefficients_0_12(short[] LARpp_j_1,
short[] LARpp_j,
short[] LARp) |
static void |
Coefficients_13_26(short[] LARpp_j_1,
short[] LARpp_j,
short[] LARp) |
static void |
Coefficients_27_39(short[] LARpp_j_1,
short[] LARpp_j,
short[] LARp) |
static void |
Coefficients_40_159(short[] LARpp_j,
short[] LARp) |
static void |
Decoding_of_the_coded_Log_Area_Ratios(short[] LARc,
short[] LARpp) |
void |
Gsm_Short_Term_Analysis_Filter(Gsm_State S,
short[] LARc,
short[] s) |
void |
Gsm_Short_Term_Synthesis_Filter(Gsm_State S,
short[] LARcr,
short[] wt,
int[] s) |
static void |
LARp_to_rp(short[] LARp) |
static void |
Short_term_synthesis_filtering(Gsm_State S,
short[] rrp,
int k,
short[] wt,
int[] sr,
int wt_sr_index_start) |
static void |
STEP(short[] LARc,
short[] LARpp,
int index,
short temp1,
short B,
short MIC,
short INVA) |
public void Gsm_Short_Term_Analysis_Filter(Gsm_State S, short[] LARc, short[] s) throws java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException
public void Gsm_Short_Term_Synthesis_Filter(Gsm_State S, short[] LARcr, short[] wt, int[] s) throws java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException
public static void Decoding_of_the_coded_Log_Area_Ratios(short[] LARc, short[] LARpp)
public static void STEP(short[] LARc, short[] LARpp, int index, short temp1, short B, short MIC, short INVA)
public static void Coefficients_0_12(short[] LARpp_j_1, short[] LARpp_j, short[] LARp)
public static void Coefficients_13_26(short[] LARpp_j_1, short[] LARpp_j, short[] LARp)
public static void Coefficients_27_39(short[] LARpp_j_1, short[] LARpp_j, short[] LARp)
public static void Coefficients_40_159(short[] LARpp_j, short[] LARp)
public static void LARp_to_rp(short[] LARp)
public static void Short_term_synthesis_filtering(Gsm_State S, short[] rrp, int k, short[] wt, int[] sr, int wt_sr_index_start)