Searched refs:PV_GET_ROW (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | conceal.cpp | 45 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()
|
D | datapart_decode.cpp | 80 …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()
|
D | scaling.h | 26 #define PV_GET_ROW(a,b) ((a) / (b)) macro
|
D | combined_decode.cpp | 148 video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); in DecodeFrameCombinedMode()
|