Changeset 359 for libmpc/trunk/libmpcenc/encode_sv7.c
- Timestamp:
- 10/02/07 12:20:18 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/libmpcenc/encode_sv7.c
r317 r359 301 301 for ( n = 0; n < MaxBand; n++ ) { 302 302 int Res = Res_L[n]; 303 const int * q = e->Q[n].L;303 const mpc_int16_t * q = e->Q[n].L; 304 304 static const unsigned int thres[] = {0, 0, 3, 7, 9, 1, 3, 4, 8}; 305 305 static const int HuffQ2_var[5*5*5] =
Note: See TracChangeset
for help on using the changeset viewer.