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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_conceal.c 261 u32 mbNum;
289 mbNum = row * width + col;
291 h264bsdSetCurrImageMbPointers(currImage, mbNum);
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 300 int mbNum = mb_y * video->PicWidthInMbs + mb_x;
305 MbQ = &(video->mblock[mbNum]); // current Mb
314 filterLeftMbEdgeFlag = mb_is_available(video->mblock, video->PicSizeInMbs, mbNum - 1, mbNum);
315 filterTopMbEdgeFlag = mb_is_available(video->mblock, video->PicSizeInMbs, mbNum - video->PicWidthInMbs, mbNum);
387 /* Save Alpha, Beta and clipTable for future use, with the obselete variables filterLeftMbEdgeFlag, mbNum amd tmp */
389 mbNum = Beta;
486 /* Recover Alpha, Beta and clipTable for edge!=0 with the variables filterLeftMbEdgeFlag, mbNum and tmp */
489 Beta = mbNum;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 679 uint mbNum; /* number of current MB */
680 int mb_x; /* x-coordinate of the current mbNum */
681 int mb_y; /* y-coordinate of the current mbNum */
    [all...]

Completed in 279 milliseconds