Home | History | Annotate | Download | only in neteq

Lines Matching refs:decoded

44                               int16_t* decoded, SpeechType* speech_type) {
48 static_cast<int16_t>(encoded_len), decoded, &temp_type);
61 int16_t* decoded, SpeechType* speech_type) {
65 static_cast<int16_t>(encoded_len), decoded, &temp_type);
87 int16_t* decoded, SpeechType* speech_type) {
91 static_cast<int16_t>(encoded_len), decoded, &temp_type);
133 int16_t* decoded, SpeechType* speech_type) {
137 static_cast<int16_t>(encoded_len), decoded,
143 int AudioDecoderIlbc::DecodePlc(int num_frames, int16_t* decoded) {
145 decoded, num_frames);
165 int16_t* decoded, SpeechType* speech_type) {
169 static_cast<int16_t>(encoded_len), decoded,
176 size_t encoded_len, int16_t* decoded,
181 static_cast<int16_t>(encoded_len), decoded,
187 int AudioDecoderIsac::DecodePlc(int num_frames, int16_t* decoded) {
189 decoded, num_frames);
236 int16_t* decoded, SpeechType* speech_type) {
240 static_cast<int16_t>(encoded_len), decoded,
278 int16_t* decoded, SpeechType* speech_type) {
283 static_cast<int16_t>(encoded_len), decoded, &temp_type);
313 int16_t* decoded, SpeechType* speech_type) {
322 static_cast<int16_t>(encoded_len / 2), decoded, &temp_type);
328 static_cast<int16_t>(encoded_len / 2), &decoded[decoded_len], &temp_type);
333 int16_t temp = decoded[k];
334 memmove(&decoded[2 * k - decoded_len + 2],
335 &decoded[2 * k - decoded_len + 1],
337 decoded[2 * k - decoded_len + 1] = temp;
402 int16_t* decoded, SpeechType* speech_type) {
406 decoded, &temp_type);
421 int AudioDecoderCelt::DecodePlc(int num_frames, int16_t* decoded) {
423 decoded, num_frames);
450 int16_t* decoded, SpeechType* speech_type) {
453 static_cast<int16_t>(encoded_len), decoded,
462 size_t encoded_len, int16_t* decoded,
466 static_cast<int16_t>(encoded_len), decoded,