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

  /external/chromium_org/third_party/libwebp/dec/
decode_vp8.h 55 int mb_y; // position of the current rows (in pixels) member in struct:VP8Io
105 // start of the current row (That is: it is pre-offset by mb_y and takes
io.c 31 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride;
32 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride;
33 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride;
53 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
82 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
108 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
115 int y = io->mb_y;
116 const int y_end = io->mb_y + io->mb_h;
170 uint8_t* dst = buf->a + io->mb_y * buf->a_stride;
191 int start_y = io->mb_y;
    [all...]
frame.c 42 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) {
60 if (mb_y > 0) {
80 if (mb_y > 0) {
94 const int mb_y = dec->thread_ctx_.mb_y_; local
97 DoFilter(dec, mb_x, mb_y);
161 #define MACROBLOCK_VPOS(mb_y) ((mb_y) * 16) // vertical position of a MB
233 io->mb_y = y_start - io->crop_top;
512 io->mb_y = 0;
vp8l.c 563 // Sets io->mb_y, io->mb_h & io->mb_w according to start row, end row and
584 io->mb_y = y_start - io->crop_top;
    [all...]
  /external/webp/src/dec/
decode_vp8.h 55 int mb_y; // position of the current rows (in pixels) member in struct:VP8Io
105 // start of the current row (That is: it is pre-offset by mb_y and takes
io.c 31 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride;
32 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride;
33 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride;
53 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
82 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
108 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
115 int y = io->mb_y;
116 const int y_end = io->mb_y + io->mb_h;
170 uint8_t* dst = buf->a + io->mb_y * buf->a_stride;
191 int start_y = io->mb_y;
    [all...]
frame.c 42 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) {
60 if (mb_y > 0) {
80 if (mb_y > 0) {
94 const int mb_y = dec->thread_ctx_.mb_y_; local
97 DoFilter(dec, mb_x, mb_y);
161 #define MACROBLOCK_VPOS(mb_y) ((mb_y) * 16) // vertical position of a MB
233 io->mb_y = y_start - io->crop_top;
512 io->mb_y = 0;
vp8l.c 563 // Sets io->mb_y, io->mb_h & io->mb_w according to start row, end row and
584 io->mb_y = y_start - io->crop_top;
    [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);
300 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 454 milliseconds