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

  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
residual.cpp 28 int mb_x, mb_y, offset1; local
34 mb_y = video->mb_y;
40 offset1 = (mb_x << 4) + (mb_y << 4) * video->PicWidthInSamplesL;
slice.cpp 69 video->mb_y = CurrMbAddr / video->PicWidthInMbs;
738 video->mb_y = CurrMbAddr / video->PicWidthInMbs;
pred_intra.cpp 43 offset = (video->mb_y << 4) * pitch + (video->mb_x << 4);
139 if (video->mb_y)
222 offset = (offset >> 2) + (video->mb_x << 2); //((video->mb_y << 3)* pitch + (video->mb_x << 3));
241 if (video->mb_y)
560 if (video->mb_y || block_y)
    [all...]
pred_inter.cpp 51 int y_position = (video->mb_y << 4);
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
combined_encode.cpp 110 video->outputMB->mb_y = ind_y; /* 5/28/01 */
276 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y;
392 video->outputMB->mb_y = ind_y; /* 5/28/01, do not remove */
523 video->outputMB->mb_y++;
585 video->outputMB->mb_y++;
datapart_encode.cpp 98 video->outputMB->mb_y = ind_y; /* 5/28/01 */
223 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y;
305 video->outputMB->mb_y = ind_y; /* 5/28/01 */
fastcodemb.cpp 76 Int ind_y = video->outputMB->mb_y;
307 Int ind_y = video->outputMB->mb_y;
mp4lib_int.h 133 Int mb_y; /* Y coordinate */ member in struct:tagMacroBlock
vlc_encode.cpp     [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
mb_access.cpp 36 if (video->mb_y)
42 if (video->mb_y)
deblock.cpp 59 static void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV);
121 int y_pos = video->mb_y;
290 void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV)
295 int filterTopMbEdgeFlag = (mb_y != 0);
299 int mbNum = mb_y * video->PicWidthInMbs + mb_x;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 38 int y_pos = (video->mb_y) << 4;
119 int y_pos = (video->mb_y) << 4;
212 int y_pos = (video->mb_y) << 4;
635 int y = video->mb_y << 4;
    [all...]
residual.cpp 27 int y_position = (video->mb_y << 4);
slice.cpp 48 video->mb_y = CurrMbAddr / video->PicWidthInMbs;
169 int y_position = (video->mb_y << 4);
motion_comp.cpp 54 int y_position = (video->mb_y << 4);
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 681 int mb_y; /* y-coordinate of the current mbNum */ member in struct:tagCommonObj
    [all...]

Completed in 368 milliseconds