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

  /external/chromium_org/third_party/libwebp/dec/
tree.c 283 VP8Decoder* const dec, int mb_x) {
284 uint8_t* const top = dec->intra_t_ + 4 * mb_x;
286 VP8MBData* const block = dec->mb_data_ + mb_x;
350 int mb_x; local
351 for (mb_x = 0; mb_x < dec->mb_w_; ++mb_x) {
352 ParseIntraMode(br, dec, mb_x);
frame.c 33 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) {
37 const VP8FInfo* const f_info = ctx->f_info_ + mb_x;
38 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16;
46 if (mb_x > 0) {
60 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8;
61 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8;
63 if (mb_x > 0) {
84 int mb_x; local
87 for (mb_x = dec->tl_mb_x_; mb_x < dec->br_mb_x_; ++mb_x)
216 int mb_x; local
711 int mb_x; local
    [all...]
  /external/webp/src/dec/
tree.c 283 VP8Decoder* const dec, int mb_x) {
284 uint8_t* const top = dec->intra_t_ + 4 * mb_x;
286 VP8MBData* const block = dec->mb_data_ + mb_x;
350 int mb_x; local
351 for (mb_x = 0; mb_x < dec->mb_w_; ++mb_x) {
352 ParseIntraMode(br, dec, mb_x);
frame.c 33 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) {
37 const VP8FInfo* const f_info = ctx->f_info_ + mb_x;
38 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16;
46 if (mb_x > 0) {
60 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8;
61 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8;
63 if (mb_x > 0) {
84 int mb_x; local
87 for (mb_x = dec->tl_mb_x_; mb_x < dec->br_mb_x_; ++mb_x)
216 int mb_x; local
711 int mb_x; local
    [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...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c 471 uint32_t mb_x; local
523 mb_x = mb_addr % ctx->picture_width_mb;
524 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MACROBLOCK_NUMBER, MB_NO_X, mb_x);
531 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MACROBLOCK_NUMBER , MB_SLICE_LHS, ctx->fstmb_slice || (mb_x == 0));
    [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 101 milliseconds