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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 52 int block_x, block_y, offset_x, offset_y, offsetP, offset;
98 offsetP = (block_y << 2) * picPitch + (block_x << 2);
101 predBlock + offsetP, picPitch, MbWidth, MbHeight);
103 offsetP = (block_y * picWidth) + (block_x << 1);
106 predCb + offsetP, picPitch >> 1, MbWidth >> 1, MbHeight >> 1);
109 predCr + offsetP, picPitch >> 1, MbWidth >> 1, MbHeight >> 1);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]

Completed in 119 milliseconds