HomeSort by relevance Sort by last modified time
    Searched defs:tmpX (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
convolve.c 38 Word16 *tmpH,*tmpX;
45 tmpX = x;
47 s = vo_mult32((*tmpX++), (*tmpH--));i--;
50 s += vo_mult32((*tmpX++), (*tmpH--));
51 s += vo_mult32((*tmpX++), (*tmpH--));
52 s += vo_mult32((*tmpX++), (*tmpH--));
53 s += vo_mult32((*tmpX++), (*tmpH--));
60 tmpX = x;
62 s = vo_mult32((*tmpX++), (*tmpH--));i--;
63 s += vo_mult32((*tmpX++), (*tmpH--));i--
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.c     [all...]
  /external/mesa3d/src/mesa/program/
prog_execute.c     [all...]

Completed in 234 milliseconds