Searched refs:KLT_ORDER_SHAPE (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.c | 943 int32_t larsQ17[KLT_ORDER_SHAPE]; // KLT_ORDER_GAIN+KLT_ORDER_SHAPE == (ORDERLO+ORDERHI)*SUBFRAMES in WebRtcIsacfix_DecodeLpc() 966 int16_t index_QQ[KLT_ORDER_SHAPE]; in WebRtcIsacfix_DecodeLpcCoef() 969 int16_t tmpcoeffs_sQ10[KLT_ORDER_SHAPE]; in WebRtcIsacfix_DecodeLpcCoef() 970 int32_t tmpcoeffs_sQ17[KLT_ORDER_SHAPE]; in WebRtcIsacfix_DecodeLpcCoef() 971 int32_t tmpcoeffs2_sQ18[KLT_ORDER_SHAPE]; in WebRtcIsacfix_DecodeLpcCoef() 984 …eamdata, WebRtcIsacfix_kCdfShapePtr[model], WebRtcIsacfix_kInitIndexShape[model], KLT_ORDER_SHAPE); in WebRtcIsacfix_DecodeLpcCoef() 988 for (k=0; k<KLT_ORDER_SHAPE; k++) { in WebRtcIsacfix_DecodeLpcCoef() 1090 int16_t index_gQQ[KLT_ORDER_GAIN], index_sQQ[KLT_ORDER_SHAPE]; in EstCodeLpcCoef() 1091 int16_t index_ovr_gQQ[KLT_ORDER_GAIN], index_ovr_sQQ[KLT_ORDER_SHAPE]; in EstCodeLpcCoef() 1096 int32_t tmpcoeffs_sQ17[KLT_ORDER_SHAPE]; in EstCodeLpcCoef() [all …]
|
D | settings.h | 72 #define KLT_ORDER_SHAPE 108 /* (LPC_SHAPE_ORDER * SUBFRAMES) */ macro
|
D | encode.c | 605 … WebRtcIsacfix_EncHistMulti(&ISACenc_obj->bitstr_obj, &SaveEnc_str->LPCindex_s[KLT_ORDER_SHAPE*ii], in WebRtcIsacfix_EncodeStoredData() 606 WebRtcIsacfix_kCdfShapePtr[0], KLT_ORDER_SHAPE); in WebRtcIsacfix_EncodeStoredData()
|
/external/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | entropy_coding.c | 777 double lars[KLT_ORDER_GAIN + KLT_ORDER_SHAPE]; in WebRtcIsac_DecodeLpc() 849 int index_g[KLT_ORDER_GAIN], index_s[KLT_ORDER_SHAPE]; in WebRtcIsac_DecodeLpcCoef() 850 double tmpcoeffs_g[KLT_ORDER_GAIN], tmpcoeffs_s[KLT_ORDER_SHAPE]; in WebRtcIsac_DecodeLpcCoef() 851 double tmpcoeffs2_g[KLT_ORDER_GAIN], tmpcoeffs2_s[KLT_ORDER_SHAPE]; in WebRtcIsac_DecodeLpcCoef() 873 WebRtcIsac_kQKltInitIndexShape, KLT_ORDER_SHAPE); in WebRtcIsac_DecodeLpcCoef() 885 for (k = 0; k < KLT_ORDER_SHAPE; k++) { in WebRtcIsac_DecodeLpcCoef() 1000 int index_s[KLT_ORDER_SHAPE]; in WebRtcIsac_EncodeLar() 1001 int index_ovr_s[KLT_ORDER_SHAPE]; in WebRtcIsac_EncodeLar() 1002 double tmpcoeffs_s[KLT_ORDER_SHAPE]; in WebRtcIsac_EncodeLar() 1003 double tmpcoeffs2_s[KLT_ORDER_SHAPE]; in WebRtcIsac_EncodeLar() [all …]
|
D | lpc_tables.h | 38 #define KLT_ORDER_SHAPE (LPC_SHAPE_ORDER * SUBFRAMES) macro
|
D | encode.c | 1112 &ISACSavedEnc_obj->LPCindex_s[KLT_ORDER_SHAPE * ii], in WebRtcIsac_EncodeStoredDataLb() 1114 KLT_ORDER_SHAPE); in WebRtcIsac_EncodeStoredDataLb()
|