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/
frame.c 33 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) {
52 if (mb_y > 0) {
71 if (mb_y > 0) {
85 const int mb_y = dec->thread_ctx_.mb_y_; local
88 DoFilter(dec, mb_x, mb_y);
243 #define MACROBLOCK_VPOS(mb_y) ((mb_y) * 16) // vertical position of a MB
258 const int mb_y = ctx->mb_y_; local
259 const int is_first_row = (mb_y == 0);
260 const int is_last_row = (mb_y >= dec->br_mb_y_ - 1)
712 const int mb_y = ctx->mb_y_; local
    [all...]
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 28 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride;
29 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride;
30 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride;
50 uint8_t* const dst = buf->rgba + io->mb_y * buf->stride;
65 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
91 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
98 int y = io->mb_y;
99 const int y_end = io->mb_y + io->mb_h;
153 uint8_t* dst = buf->a + io->mb_y * buf->a_stride;
174 int start_y = io->mb_y;
    [all...]
vp8l.c 587 // Sets io->mb_y, io->mb_h & io->mb_w according to start row, end row and
608 io->mb_y = y_start - io->crop_top;
    [all...]
  /external/webp/src/dec/
frame.c 33 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) {
52 if (mb_y > 0) {
71 if (mb_y > 0) {
85 const int mb_y = dec->thread_ctx_.mb_y_; local
88 DoFilter(dec, mb_x, mb_y);
243 #define MACROBLOCK_VPOS(mb_y) ((mb_y) * 16) // vertical position of a MB
258 const int mb_y = ctx->mb_y_; local
259 const int is_first_row = (mb_y == 0);
260 const int is_last_row = (mb_y >= dec->br_mb_y_ - 1)
712 const int mb_y = ctx->mb_y_; local
    [all...]
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 28 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride;
29 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride;
30 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride;
50 uint8_t* const dst = buf->rgba + io->mb_y * buf->stride;
65 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
91 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
98 int y = io->mb_y;
99 const int y_end = io->mb_y + io->mb_h;
153 uint8_t* dst = buf->a + io->mb_y * buf->a_stride;
174 int start_y = io->mb_y;
    [all...]
vp8l.c 587 // Sets io->mb_y, io->mb_h & io->mb_w according to start row, end row and
608 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 6005 milliseconds