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

  /external/webp/src/dec/
frame.c 40 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) {
43 VP8FInfo* const f_info = ctx->f_info_ + mb_x;
44 uint8_t* const y_dst = dec->cache_y_ + ctx->id_ * 16 * y_bps + mb_x * 16;
52 if (mb_x > 0) {
66 uint8_t* const u_dst = dec->cache_u_ + ctx->id_ * 8 * uv_bps + mb_x * 8;
67 uint8_t* const v_dst = dec->cache_v_ + ctx->id_ * 8 * uv_bps + mb_x * 8;
70 if (mb_x > 0) {
91 int mb_x; local
94 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/
combined_encode.cpp 127 video->outputMB->mb_x = ind_x; /* 5/28/01 */
276 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y;
397 video->outputMB->mb_x = ind_x; /* 5/28/01, do not remove */
519 video->outputMB->mb_x++;
520 if (video->outputMB->mb_x >= currVol->nMBPerRow)
522 video->outputMB->mb_x = 0;
584 video->outputMB->mb_x = 0;
datapart_encode.cpp 102 video->outputMB->mb_x = ind_x; /* 5/28/01 */
223 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y;
310 video->outputMB->mb_x = ind_x; /* 5/28/01 */
fastcodemb.cpp 75 Int ind_x = video->outputMB->mb_x;
306 Int ind_x = video->outputMB->mb_x;
mp4lib_int.h 132 Int mb_x; /* X coordinate */ member in struct:tagMacroBlock
vlc_encode.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
mb_access.cpp 33 if (video->mb_x)
45 if (video->mb_x < (PicWidthInMbs - 1))
deblock.cpp 59 static void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV);
120 int x_pos = video->mb_x;
290 void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV)
294 int filterLeftMbEdgeFlag = (mb_x != 0);
300 int mbNum = mb_y * video->PicWidthInMbs + mb_x;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp 26 int x_position = (video->mb_x << 4);
intra_est.cpp 37 int x_pos = (video->mb_x) << 4;
118 int x_pos = (video->mb_x) << 4;
211 int x_pos = (video->mb_x) << 4;
636 int x = video->mb_x << 4;
    [all...]
slice.cpp 47 video->mb_x = CurrMbAddr % video->PicWidthInMbs;
168 int x_position = (video->mb_x << 4);
motion_comp.cpp 53 int x_position = (video->mb_x << 4);
    [all...]
  /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 121 milliseconds