Home | History | Annotate | Download | only in source

Lines Matching defs:outFrame

1020   float outFrame[MAX_FRAMESAMPLES];
1063 numDecodedBytesLB = WebRtcIsac_DecodeLb(outFrame, decInstLB,
1090 if (outFrame[k] > 32767) {
1092 } else if (outFrame[k] < -32768) {
1095 decoded[k] = (WebRtc_Word16)WebRtcIsac_lrint(outFrame[k]);
1104 if (outFrame[k] > 32767) {
1106 } else if (outFrame[k] < -32768) {
1109 outFrameLB[k] = (WebRtc_Word16)WebRtcIsac_lrint(outFrame[k]);
1207 numDecodedBytesUB = WebRtcIsac_DecodeUb12(outFrame, decInstUB,
1215 memset(outFrame, 0, MAX_FRAMESAMPLES *
1220 memset(outFrame, 0, (MAX_FRAMESAMPLES >> 1) *
1225 outFrame[k] *= rampVal;
1235 numDecodedBytesUB = WebRtcIsac_DecodeUb16(outFrame, decInstUB,
1257 if (outFrame[k] > 32767) {
1259 } else if (outFrame[k] < -32768) {
1263 outFrame[k]);