Searched refs:MAX_FRAMESAMPLES (Results 1 – 12 of 12) sorted by relevance
47 #define MAX_FRAMESAMPLES 960 macro48 #define MAX_SWBFRAMESAMPLES (MAX_FRAMESAMPLES * 2)
409 (MAX_FRAMESAMPLES + LB_TOTAL_DELAY_SAMPLES) * sizeof(float)); in EncoderInitUb()1025 float outFrame[MAX_FRAMESAMPLES]; in Decode()1026 int16_t outFrameLB[MAX_FRAMESAMPLES]; in Decode()1027 int16_t outFrameUB[MAX_FRAMESAMPLES]; in Decode()1081 (numSamplesLB > MAX_FRAMESAMPLES)) { in Decode()1228 memset(outFrame, 0, MAX_FRAMESAMPLES * in Decode()1231 const float rampStep = 2.0f / MAX_FRAMESAMPLES; in Decode()1233 memset(outFrame, 0, (MAX_FRAMESAMPLES >> 1) * in Decode()1237 for (k = MAX_FRAMESAMPLES / 2; k < MAX_FRAMESAMPLES; k++) { in Decode()1516 sizeof(float) * (MAX_FRAMESAMPLES + LB_TOTAL_DELAY_SAMPLES)); in WebRtcIsac_Control()
86 frame_mode = *current_framesamples / MAX_FRAMESAMPLES; in WebRtcIsac_DecodeLb()
367 float data_buffer_float[MAX_FRAMESAMPLES +
222 frame_mode = ISACencLB_obj->current_framesamples / MAX_FRAMESAMPLES; in WebRtcIsac_EncodeLb()
40 #define MAX_FRAMESAMPLES 960 macro
79 frame_mode = *current_framesamples / MAX_FRAMESAMPLES; /* 0, or 1 */ in WebRtcIsacfix_DecodeImpl()
810 memset(decoded, 0, sizeof(int16_t) * MAX_FRAMESAMPLES); in WebRtcIsacfix_Decode()1037 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()
28 #define MAX_FRAMESAMPLES 960 /* max number of samples per frame macro62 int16_t decoded[MAX_FRAMESAMPLES << 1]; in main()63 int16_t decodedTC[MAX_FRAMESAMPLES << 1]; in main()
27 #define MAX_FRAMESAMPLES 960 macro106 int16_t decoded[MAX_FRAMESAMPLES]; in main()
25 #define MAX_FRAMESAMPLES 960 /* max number of samples per frame (= 60 ms frame) */ macro117 int16_t decoded[MAX_FRAMESAMPLES]; in main()