HomeSort by relevance Sort by last modified time
    Searched refs:pX0 (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
pred_lt.cpp 193 Word16 *pX0, *pX1, *pX2;
197 pX0 = &exc[-T0];
208 pX0--;
213 pX1 = pX0++;
214 pX2 = pX0;
267 Word16 *pX0;
281 pX0 = &(exc[-T0]);
295 pX0--;
321 pX0++;
322 pX2 = pX0;
    [all...]
  /external/libvncserver/common/
zywrletemplate.c 313 static InlineX void Harr(signed char* pX0, signed char* pX1)
316 int X0 = (int)*pX0, X1 = (int)*pX1;
333 *pX0 = (signed char)X1;
360 signed char* pX0;
363 pX0 = (signed char*)data;
365 end = pX0+(size>>(l+1))*s;
368 while (pX0 < end) {
369 Harr(pX0, pX0+ofs);
370 pX0++
    [all...]

Completed in 223 milliseconds