Searched refs:filterLeftMbEdgeFlag (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp294 int filterLeftMbEdgeFlag = (mb_x != 0); local
313 filterLeftMbEdgeFlag = mb_is_available(video->mblock, video->PicSizeInMbs, mbNum - 1, mbNum);
323 if (filterLeftMbEdgeFlag)
370 } /* end of: if(filterLeftMbEdgeFlag) */
386 /* Save Alpha, Beta and clipTable for future use, with the obselete variables filterLeftMbEdgeFlag, mbNum amd tmp */
387 filterLeftMbEdgeFlag = Alpha;
485 /* Recover Alpha, Beta and clipTable for edge!=0 with the variables filterLeftMbEdgeFlag, mbNum and tmp */
487 Alpha = filterLeftMbEdgeFlag;

Completed in 29 milliseconds