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

  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp 78 int pitch = video->currPic->pitch, pitch_c, width; local
84 pitch_c = pitch >> 1;
99 SrcU += ((pitch_c << 3) - (width >> 1));
100 SrcV += ((pitch_c << 3) - (width >> 1));
    [all...]

Completed in 16 milliseconds