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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c35 GetBoundaryStrengths
171 static u32 GetBoundaryStrengths(mbStorage_t *mb, bS_t *bs, u32 flags);
206 static u32 GetBoundaryStrengths(mbStorage_t *mb, u8 (*bs)[16], u32 flags);
609 /* GetBoundaryStrengths function returns non-zero value if any of
611 if (GetBoundaryStrengths(pMb, bS, flags))
1126 Function: GetBoundaryStrengths
1134 u32 GetBoundaryStrengths(mbStorage_t *mb, bS_t *bS, u32 flags) function
1805 /* GetBoundaryStrengths function returns non-zero value if any of
1807 if (GetBoundaryStrengths(pMb, bS, flags))
1874 Function: GetBoundaryStrengths
1882 u32 GetBoundaryStrengths(mbStorage_t *mb, u8 (*bS)[16], u32 flags) function
[all...]

Completed in 29 milliseconds