Searched refs:MAX_FRAMESAMPLES (Results 1 – 11 of 11) sorted by relevance
47 #define MAX_FRAMESAMPLES 960 macro48 #define MAX_SWBFRAMESAMPLES (MAX_FRAMESAMPLES * 2)
398 (MAX_FRAMESAMPLES + LB_TOTAL_DELAY_SAMPLES) * sizeof(float)); in EncoderInitUb()1020 float outFrame[MAX_FRAMESAMPLES]; in Decode()1021 WebRtc_Word16 outFrameLB[MAX_FRAMESAMPLES]; in Decode()1022 WebRtc_Word16 outFrameUB[MAX_FRAMESAMPLES]; in Decode()1067 (numSamplesLB > MAX_FRAMESAMPLES)) { in Decode()1215 memset(outFrame, 0, MAX_FRAMESAMPLES * in Decode()1218 const float rampStep = 2.0f / MAX_FRAMESAMPLES; in Decode()1220 memset(outFrame, 0, (MAX_FRAMESAMPLES >> 1) * in Decode()1224 for (k = MAX_FRAMESAMPLES / 2; k < MAX_FRAMESAMPLES; k++) { in Decode()1504 sizeof(float) * (MAX_FRAMESAMPLES + LB_TOTAL_DELAY_SAMPLES)); in WebRtcIsac_Control()
85 frame_mode = *current_framesamples / MAX_FRAMESAMPLES; in WebRtcIsac_DecodeLb()
365 float data_buffer_float[MAX_FRAMESAMPLES +
221 frame_mode = ISACencLB_obj->current_framesamples / MAX_FRAMESAMPLES; in WebRtcIsac_EncodeLb()
40 #define MAX_FRAMESAMPLES 960 macro
79 frame_mode = (WebRtc_Word16)WEBRTC_SPL_DIV(*current_framesamples, MAX_FRAMESAMPLES); /* 0, or 1 */ in WebRtcIsacfix_DecodeImpl()
808 memset(decoded, 0, sizeof(WebRtc_Word16) * MAX_FRAMESAMPLES); in WebRtcIsacfix_Decode()1034 WebRtc_Word16 outframe16[MAX_FRAMESAMPLES]; in WebRtcIsacfix_DecodePlc()
72 frame_mode = ISACenc_obj->current_framesamples/MAX_FRAMESAMPLES; /* 0 (30 ms) or 1 (60 ms) */ in WebRtcIsacfix_EncodeImpl()
27 #define MAX_FRAMESAMPLES 960 macro116 WebRtc_Word16 decoded[MAX_FRAMESAMPLES]; in main()
24 #define MAX_FRAMESAMPLES 960 /* max number of samples per frame (= 60 ms frame) */ macro112 WebRtc_Word16 decoded[MAX_FRAMESAMPLES]; in main()