Home
last modified time | relevance | path

Searched refs:PV_GET_ROW (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dconceal.cpp45 video->mbnum_row = PV_GET_ROW(mbnum, video->nMBPerRow); in ConcealTexture_I()
60 video->mbnum_row = PV_GET_ROW(video->mbnum, video->nMBPerRow); in ConcealTexture_I()
89 video->mbnum_row = PV_GET_ROW(mbnum, video->nMBPerRow); in ConcealTexture_P()
152 ypos = PV_GET_ROW(mbnum, MB_in_width); in CopyVopMB()
Ddatapart_decode.cpp80 …video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the pa… in DecodeFrameDataPartMode()
238 …video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the pa… in DecodeDataPart_I_VideoPacket()
263 …video->mbnum_row = PV_GET_ROW(mbnum , nMBPerRow); /* This is needed if nbnum is read from the pa… in DecodeDataPart_I_VideoPacket()
365 …video->mbnum_row = PV_GET_ROW(video->mbnum, nMBPerRow); /* This is needed if mbnum is read from… in DecodeDataPart_P_VideoPacket()
421 …video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the pa… in DecodeDataPart_P_VideoPacket()
456 …video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the pac… in DecodeDataPart_P_VideoPacket()
Dscaling.h26 #define PV_GET_ROW(a,b) ((a) / (b)) macro
Dcombined_decode.cpp148 video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); in DecodeFrameCombinedMode()