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

  /external/opencv3/3rdparty/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
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;
  /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
frame.c 28 static int CheckMode(int mb_x, int mb_y, int mode) {
31 return (mb_y == 0) ? B_DC_PRED_NOTOPLEFT : B_DC_PRED_NOLEFT;
33 return (mb_y == 0) ? B_DC_PRED_NOTOP : B_DC_PRED;
75 const int mb_y = ctx->mb_y_; local
91 if (mb_y > 0) {
123 if (mb_y > 0) {
133 if (mb_y > 0) {
150 const int pred_func = CheckMode(mb_x, mb_y, block->imodes_[0]);
161 const int pred_func = CheckMode(mb_x, mb_y, block->uvmode_);
169 if (mb_y < dec->mb_h_ - 1)
255 const int mb_y = dec->thread_ctx_.mb_y_; local
425 const int mb_y = ctx->mb_y_; local
    [all...]
  /external/libavc/decoder/
ih264d_mb_utils.c 53 /* (a) mb_x and mb_y */
86 WORD32 mb_y; local
94 /* Calculate values of mb_x and mb_y */
97 mb_y = (WORD16)ps_dec->u2_mby;
106 mb_y++;
108 if(mb_y > ps_dec->i2_prev_slice_mby)
112 if(mb_y > (ps_dec->i2_prev_slice_mby + 1))
162 ps_dec->u2_mby = mb_y;
165 ps_cur_mb_info->u2_mby = mb_y;
183 /* (a) mb_x and mb_y */
368 WORD32 mb_y; local
550 WORD32 mb_y; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 133 Int mb_y; /* Y coordinate */ member in struct:tagMacroBlock
  /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 554 milliseconds