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

  /external/webp/include/webp/
decode_vp8.h 53 int mb_y; // position of the current rows (in pixels) member in struct:VP8Io
  /external/webp/src/dec/
frame.c 104 io->mb_y = 0;
131 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) {
148 if (mb_y > 0) {
168 if (mb_y > 0) {
250 #define MACROBLOCK_VPOS(mb_y) ((mb_y) * 16) // vertical position of a MB
309 io->mb_y = y_start - io->crop_top;
io.c 238 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride;
239 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride;
240 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride;
259 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
288 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
314 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
323 int y = io->mb_y;
324 int y_end = io->mb_y + io->mb_h;
381 uint8_t* dst = buf->a + io->mb_y * buf->a_stride;
398 uint8_t* dst = buf->rgba + io->mb_y * buf->stride
    [all...]
  /frameworks/av/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/av/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/av/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/av/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 234 milliseconds