Searched refs:MAX_SERIAL_SIZE (Results 1 – 4 of 4) sorted by relevance
756 Word16 ets_output_bfr[MAX_SERIAL_SIZE+2]; in AMREncode()864 ets_output_bfr[1+MAX_SERIAL_SIZE] = (Word16) mode; in AMREncode()868 ets_output_bfr[1+MAX_SERIAL_SIZE] = -1; in AMREncode()876 for (i = 0; i < 2*(MAX_SERIAL_SIZE + 2); i++) in AMREncode()883 num_enc_bytes = 2 * (MAX_SERIAL_SIZE + 2); in AMREncode()
732 for (i = 0; i < MAX_SERIAL_SIZE; i++) in GSMEncodeFrame()
401 Word16 dec_ets_input_bfr[MAX_SERIAL_SIZE]; in AMRDecode()492 for (i = 0; i < MAX_SERIAL_SIZE; i++) in AMRDecode()511 byte_offset = 2 * (MAX_SERIAL_SIZE + 2); in AMRDecode()
97 #define MAX_SERIAL_SIZE 244 /* max. num. of serial bits */ macro