HomeSort by relevance Sort by last modified time
    Searched full:pt_exc (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pred_lt4.cpp 169 int16 i, j, *pt_exc; local
174 pt_exc = &exc[-T0];
183 pt_exc--;
186 pt_exc -= (L_INTERPOL2 - 1);
200 int16 tmp1 = pt_exc[i ];
201 int16 tmp2 = pt_exc[i+1];
202 int16 tmp3 = pt_exc[i+2];
212 tmp1 = pt_exc[i+3];
213 tmp2 = pt_exc[i+4];
223 tmp1 = pt_exc[i+5]
    [all...]

Completed in 1139 milliseconds