Searched refs:MB_SIZE (Results 1 – 9 of 9) sorted by relevance
141 int row = MB_SIZE; in CopyVopMB()162 oscl_memcpy(y1, y2, MB_SIZE); in CopyVopMB()165 oscl_memcpy(y1, y2, MB_SIZE); in CopyVopMB()168 oscl_memcpy(y1, y2, MB_SIZE); in CopyVopMB()171 oscl_memcpy(y1, y2, MB_SIZE); in CopyVopMB()
141 #define MB_SIZE 16 macro142 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
139 if (xpred >= 0 && xpred <= ((width << 1) - (2*MB_SIZE)) && ypred >= 0 && in pp_semaphore_luma()140 ypred <= ((height << 1) - (2*MB_SIZE))) in pp_semaphore_luma()
687 video->nMBPerRow = video->width / MB_SIZE; in DecodeVOLHeader()688 video->nMBPerCol = video->height / MB_SIZE; in DecodeVOLHeader()1359 video->nTotalMB = video->width / MB_SIZE * video->height / MB_SIZE; in DecodeShortHeader()1422 video->nMBinGOB = video->nMBPerRow = video->width / MB_SIZE; in DecodeShortHeader()1423 video->nGOBinVop = video->nMBPerCol = video->height / MB_SIZE; in DecodeShortHeader()
29 row = MB_SIZE; in PutSKIPPED_MB()
297 video->nMBinGOB = video->width / MB_SIZE; in PVAllocVideoData()299 video->nGOBinVop = video->height / MB_SIZE; in PVAllocVideoData()
201 #define MB_SIZE 16 macro202 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
1722 Int offset = pitch - MB_SIZE; in Copy_MB_from_Vop()1800 Int offset = pitch - MB_SIZE; in Copy_MB_into_Vop()1911 Int k1 = lx - MB_SIZE, k2 = lx_uv - B_SIZE; in get_MB()
66 #define MB_SIZE 16 macro