Searched refs:MB_SIZE (Results 1 – 7 of 7) sorted by relevance
150 int row = MB_SIZE; in CopyVopMB()171 oscl_memcpy(y1, y2, MB_SIZE); in CopyVopMB()174 oscl_memcpy(y1, y2, MB_SIZE); in CopyVopMB()177 oscl_memcpy(y1, y2, MB_SIZE); in CopyVopMB()180 oscl_memcpy(y1, y2, MB_SIZE); in CopyVopMB()
141 #define MB_SIZE 16 macro142 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
692 video->nMBPerRow = video->width / MB_SIZE; in DecodeVOLHeader()693 video->nMBPerCol = video->height / MB_SIZE; in DecodeVOLHeader()1378 video->nTotalMB = video->width / MB_SIZE * video->height / MB_SIZE; in DecodeShortHeader()1441 video->nMBinGOB = video->nMBPerRow = video->width / MB_SIZE; in DecodeShortHeader()1442 video->nGOBinVop = video->nMBPerCol = video->height / MB_SIZE; in DecodeShortHeader()
29 row = MB_SIZE; in PutSKIPPED_MB()
325 video->nMBinGOB = video->width / MB_SIZE; in PVAllocVideoData()327 video->nGOBinVop = video->height / MB_SIZE; in PVAllocVideoData()
213 #define MB_SIZE 16 macro214 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
1721 Int offset = pitch - MB_SIZE; in Copy_MB_from_Vop()1799 Int offset = pitch - MB_SIZE; in Copy_MB_into_Vop()1910 Int k1 = lx - MB_SIZE, k2 = lx_uv - B_SIZE; in get_MB()