Home
last modified time | relevance | path

Searched refs:MB_SIZE (Results 1 – 9 of 9) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dconceal.cpp141 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()
Dmp4def.h141 #define MB_SIZE 16 macro
142 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
Dpp_semaphore_luma.cpp139 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()
Dvop.cpp687 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()
Dmb_utils.cpp29 row = MB_SIZE; in PutSKIPPED_MB()
Dpvdec_api.cpp297 video->nMBinGOB = video->width / MB_SIZE; in PVAllocVideoData()
299 video->nGOBinVop = video->height / MB_SIZE; in PVAllocVideoData()
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4def.h201 #define MB_SIZE 16 macro
202 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
Dmotion_comp.cpp1722 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()
/external/opencore/codecs_v2/video/avc_h264/common/include/
Davcint_common.h66 #define MB_SIZE 16 macro