Searched refs:MB_SIZE (Results 1 – 8 of 8) 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)
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()
29 row = MB_SIZE; in PutSKIPPED_MB()
692 video->nMBPerRow = video->width / MB_SIZE; in DecodeVOLHeader()693 video->nMBPerCol = video->height / MB_SIZE; in DecodeVOLHeader()1370 video->nTotalMB = video->width / MB_SIZE * video->height / MB_SIZE; in DecodeShortHeader()1433 video->nMBinGOB = video->nMBPerRow = video->width / MB_SIZE; in DecodeShortHeader()1434 video->nGOBinVop = video->nMBPerCol = video->height / MB_SIZE; in DecodeShortHeader()
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()