Searched refs:MAX_FRAMESAMPLES (Results 1 – 11 of 11) sorted by relevance
39 #define MAX_FRAMESAMPLES 960 macro40 #define MAX_SWBFRAMESAMPLES (MAX_FRAMESAMPLES * 2)
355 (MAX_FRAMESAMPLES + LB_TOTAL_DELAY_SAMPLES) * sizeof(float)); in EncoderInitUb()971 float outFrame[MAX_FRAMESAMPLES]; in Decode()972 int16_t outFrameLB[MAX_FRAMESAMPLES]; in Decode()973 int16_t outFrameUB[MAX_FRAMESAMPLES]; in Decode()1027 (numSamplesLB > MAX_FRAMESAMPLES)) { in Decode()1174 memset(outFrame, 0, MAX_FRAMESAMPLES * in Decode()1177 const float rampStep = 2.0f / MAX_FRAMESAMPLES; in Decode()1179 memset(outFrame, 0, (MAX_FRAMESAMPLES >> 1) * in Decode()1183 for (k = MAX_FRAMESAMPLES / 2; k < MAX_FRAMESAMPLES; k++) { in Decode()1475 sizeof(float) * (MAX_FRAMESAMPLES + LB_TOTAL_DELAY_SAMPLES)); in WebRtcIsac_Control()
85 frame_mode = *current_framesamples / MAX_FRAMESAMPLES; in WebRtcIsac_DecodeLb()
330 float data_buffer_float[MAX_FRAMESAMPLES + LB_TOTAL_DELAY_SAMPLES];
224 frame_mode = ISACencLB_obj->current_framesamples / MAX_FRAMESAMPLES; in WebRtcIsac_EncodeLb()
39 #define MAX_FRAMESAMPLES 960 macro
79 frame_mode = *current_framesamples / MAX_FRAMESAMPLES; /* 0, or 1 */ in WebRtcIsacfix_DecodeImpl()
674 memset(decoded, 0, sizeof(int16_t) * MAX_FRAMESAMPLES); in WebRtcIsacfix_Decode()727 int16_t outframe16[MAX_FRAMESAMPLES]; in WebRtcIsacfix_DecodePlc()
75 frame_mode = ISACenc_obj->current_framesamples/MAX_FRAMESAMPLES; /* 0 (30 ms) or 1 (60 ms) */ in WebRtcIsacfix_EncodeImpl()
31 #define MAX_FRAMESAMPLES \ macro66 int16_t decoded[MAX_FRAMESAMPLES << 1]; in main()67 int16_t decodedTC[MAX_FRAMESAMPLES << 1]; in main()
28 #define MAX_FRAMESAMPLES \ macro125 int16_t decoded[MAX_FRAMESAMPLES]; in TEST()