- Timestamp:
- Oct 6, 2008 6:42:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-codec/g722/g722_enc.c
r1872 r2342 543 543 544 544 for(i = 0; i < nsamples; i += 2) { 545 tx_qmf(enc, in[i] , in[i+1], &xlow, &xhigh);545 tx_qmf(enc, in[i]>>2, in[i+1]>>2, &xlow, &xhigh); 546 546 547 547 /* low band encoder */
Note: See TracChangeset
for help on using the changeset viewer.