Searched refs:char_out (Results 1 – 1 of 1) sorted by relevance
606 unsigned char *char_out; in g721_encode() local631 char_out = (unsigned char *)out_buf; in g721_encode()633 *char_out = state_ptr->leftover[0]; in g721_encode()688 *char_out++ += i << 4; in g721_encode()690 *char_out = i; in g721_encode()743 unsigned char *char_out; in g721_decode() local749 char_out = (unsigned char *)out_buf; in g721_decode()793 *char_out++ = _tandem_adjust_alaw(sr, se, y, i); in g721_decode()796 *char_out++ = _tandem_adjust_ulaw(sr, se, y, i); in g721_decode()