Home
last modified time | relevance | path

Searched refs:old_decoder_mlt_coefs (Results 1 – 10 of 10) sorted by relevance

/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G.722.1/G722-1/
H A Ddecoder.c80 Word16 *old_decoder_mlt_coefs, in decoder() argument
181 old_decoder_mlt_coefs, in decoder()
977 Word16 *old_decoder_mlt_coefs, in error_handling() argument
989 decoder_mlt_coefs[i] = old_decoder_mlt_coefs[i]; in error_handling()
995 old_decoder_mlt_coefs[i] = 0; in error_handling()
1010 old_decoder_mlt_coefs[i] = decoder_mlt_coefs[i]; in error_handling()
H A Ddecode.c102 Word16 old_decoder_mlt_coefs[MAX_DCT_LENGTH]; in main() local
127 old_decoder_mlt_coefs[i] = 0; in main()
171 old_decoder_mlt_coefs, in main()
H A Ddefs.h140 Word16 *old_decoder_mlt_coefs,
201 Word16 *old_decoder_mlt_coefs,
/dports/net/pjsip/pjproject-2.11.1/third_party/g7221/decode/
H A Ddecoder.c80 Word16 *old_decoder_mlt_coefs, in decoder() argument
181 old_decoder_mlt_coefs, in decoder()
978 Word16 *old_decoder_mlt_coefs, in error_handling() argument
990 decoder_mlt_coefs[i] = old_decoder_mlt_coefs[i]; in error_handling()
996 old_decoder_mlt_coefs[i] = 0; in error_handling()
1011 old_decoder_mlt_coefs[i] = decoder_mlt_coefs[i]; in error_handling()
/dports/net/opal/opal-3.10.10/plugins/audio/G.722.1/G722-1/
H A Ddecoder.c80 Word16 *old_decoder_mlt_coefs, in decoder() argument
181 old_decoder_mlt_coefs, in decoder()
977 Word16 *old_decoder_mlt_coefs, in error_handling() argument
989 decoder_mlt_coefs[i] = old_decoder_mlt_coefs[i]; in error_handling()
995 old_decoder_mlt_coefs[i] = 0; in error_handling()
1010 old_decoder_mlt_coefs[i] = decoder_mlt_coefs[i]; in error_handling()
H A Ddecode.c102 Word16 old_decoder_mlt_coefs[MAX_DCT_LENGTH]; in main() local
127 old_decoder_mlt_coefs[i] = 0; in main()
171 old_decoder_mlt_coefs, in main()
H A Ddefs.h140 Word16 *old_decoder_mlt_coefs,
201 Word16 *old_decoder_mlt_coefs,
/dports/net/opal/opal-3.10.10/plugins/audio/G.722.1/
H A DG7221Codec.c175 Word16 old_decoder_mlt_coefs [G722_1_FRAME_SAMPLES]; member
195 Context->old_decoder_mlt_coefs[i] = 0; in G7221DecoderCreate()
242 …mlt_coefs, &Context->mag_shift, &Context->old_mag_shift, Context->old_decoder_mlt_coefs, Context->… in G7221Decode()
/dports/net/pjsip/pjproject-2.11.1/third_party/g7221/common/
H A Ddefs.h140 Word16 *old_decoder_mlt_coefs,
201 Word16 *old_decoder_mlt_coefs,
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G.722.1/
H A DG7221Codec.cxx288 Word16 old_decoder_mlt_coefs [G722_1_32K_FRAME_SAMPLES]; member
309 Context->old_decoder_mlt_coefs[i] = 0; in G7221DecoderCreate()
370 Context->old_decoder_mlt_coefs, Context->frame_error_flag); in G7221Decode()