HomeSort by relevance Sort by last modified time
    Searched refs:MB_in_width (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp 143 int xpos, ypos, MB_in_width;
146 MB_in_width = (width_Y + 15) >> 4;
147 ypos = PV_GET_ROW(mbnum, MB_in_width);
148 xpos = mbnum - ypos * MB_in_width;
combined_decode.cpp 551 int MB_in_width = video->nMBPerRow;
563 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1);
565 pp_mod[2] = pp_mod[0] + (MB_in_width << 1);
datapart_decode.cpp 641 int MB_in_width = video->nMBPerRow;
653 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1);
655 pp_mod[2] = pp_mod[0] + (MB_in_width << 1);
mb_motion_comp.cpp 135 int MB_in_width = video->nMBPerRow;
175 mvwidth = MB_in_width << 1;
609 /*4*MB_in_width*MB_in_height*/

Completed in 913 milliseconds