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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dscaling.h26 #define PV_GET_ROW(a,b) ((a) / (b)) macro
H A Dconceal.cpp44 video->mbnum_row = PV_GET_ROW(mbnum, video->nMBPerRow);
59 video->mbnum_row = PV_GET_ROW(video->mbnum, video->nMBPerRow);
88 video->mbnum_row = PV_GET_ROW(mbnum, video->nMBPerRow);
147 ypos = PV_GET_ROW(mbnum, MB_in_width);
H A Ddatapart_decode.cpp80 video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the packet header */
238 video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the packet header */
263 video->mbnum_row = PV_GET_ROW(mbnum , nMBPerRow); /* This is needed if nbnum is read from the packet header */
365 video->mbnum_row = PV_GET_ROW(video->mbnum, nMBPerRow); /* This is needed if mbnum is read from the packet header */
421 video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the packet header */
456 video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the packet header */
H A Dcombined_decode.cpp148 video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow);

Completed in 68 milliseconds