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

  /external/webp/src/dec/
frame.c 131 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) {
132 VP8MB* const mb = dec->mb_info_ + mb_x;
133 uint8_t* const y_dst = dec->cache_y_ + mb_x * 16;
142 if (mb_x > 0) {
155 uint8_t* const u_dst = dec->cache_u_ + mb_x * 8;
156 uint8_t* const v_dst = dec->cache_v_ + mb_x * 8;
160 if (mb_x > 0) {
180 int mb_x; local
185 for (mb_x = dec->tl_mb_x_; mb_x < dec->br_mb_x_; ++mb_x)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 132 Int mb_x; /* X coordinate */ member in struct:tagMacroBlock
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 680 int mb_x; /* x-coordinate of the current mbNum */ member in struct:tagCommonObj
    [all...]

Completed in 102 milliseconds