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

  /external/chromium_org/third_party/libwebp/dec/
frame.c 42 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) {
45 VP8FInfo* const f_info = ctx->f_info_ + mb_x;
46 uint8_t* const y_dst = dec->cache_y_ + ctx->id_ * 16 * y_bps + mb_x * 16;
54 if (mb_x > 0) {
68 uint8_t* const u_dst = dec->cache_u_ + ctx->id_ * 8 * uv_bps + mb_x * 8;
69 uint8_t* const v_dst = dec->cache_v_ + ctx->id_ * 8 * uv_bps + mb_x * 8;
72 if (mb_x > 0) {
93 int mb_x; local
96 for (mb_x = dec->tl_mb_x_; mb_x < dec->br_mb_x_; ++mb_x)
    [all...]
  /external/webp/src/dec/
frame.c 42 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) {
45 VP8FInfo* const f_info = ctx->f_info_ + mb_x;
46 uint8_t* const y_dst = dec->cache_y_ + ctx->id_ * 16 * y_bps + mb_x * 16;
54 if (mb_x > 0) {
68 uint8_t* const u_dst = dec->cache_u_ + ctx->id_ * 8 * uv_bps + mb_x * 8;
69 uint8_t* const v_dst = dec->cache_v_ + ctx->id_ * 8 * uv_bps + mb_x * 8;
72 if (mb_x > 0) {
93 int mb_x; local
96 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 249 milliseconds