HomeSort by relevance Sort by last modified time
    Searched full:mb_size (Results 1 - 25 of 39) sorted by null

1 2

  /external/libmpeg2/decoder/
impeg2d_globals.c 47 {{1,0,1,1,MB_SIZE,MB_SIZE,0},
48 {1,0,1,1,MB_SIZE,MB_SIZE,0}},
50 {{2,0,1,2,MB_SIZE/2,MB_SIZE*2,0},
51 {2,0,1,2,MB_SIZE/2,MB_SIZE*2,1}},
53 {{1,0,1,1,MB_SIZE,MB_SIZE,0}
    [all...]
impeg2d_mc.c     [all...]
  /external/libavc/encoder/
ih264e_process.c     [all...]
ime_defs.h 51 #define MB_SIZE 16
ih264e_me.c 907 rows_above = MB_SIZE + ps_proc->i4_mb_y * MB_SIZE;
908 rows_below = (ps_proc->i4_ht_mbs - ps_proc->i4_mb_y) * MB_SIZE;
909 columns_left = MB_SIZE + ps_proc->i4_mb_x * MB_SIZE;
910 columns_right = (ps_proc->i4_wd_mbs - ps_proc->i4_mb_x) * MB_SIZE;
    [all...]
ih264e_half_pel.h 47 #define HP_PL_WD MB_SIZE + 1
48 #define HP_PL_HT MB_SIZE + 1
ih264e_mc.c 438 i4_ref_strd, MB_SIZE, u1_dx,
444 MB_SIZE, MB_SIZE,
445 i4_pred_strd, MB_SIZE >> 1,
446 MB_SIZE);
ime_distortion_metrics.c 136 for(row = 0; row < MB_SIZE; row++)
138 for(col = 0; col < MB_SIZE; col++)
229 UWORD32 u4_ref_buf_offset = ref_strd - MB_SIZE;
230 UWORD32 u4_cur_buf_offset = src_strd - MB_SIZE;
234 for(count2 = MB_SIZE; count2 > 0; count2--)
236 for(count3 = MB_SIZE; count3 > 0 ; count3--)
305 UWORD32 u4_ref_buf_offset = ref_strd - MB_SIZE;
306 UWORD32 u4_cur_buf_offset = src_strd - MB_SIZE;
388 UWORD32 u4_ref_buf_offset = ref_strd - MB_SIZE;
389 UWORD32 u4_cur_buf_offset = src_strd - MB_SIZE;
    [all...]
ih264e_half_pel.c 110 u4_h = MB_SIZE;
ih264e_core_coding.c     [all...]
ih264e_intra_modes_eval.c 402 ps_codec->pf_mem_set_mul8(pu1_ngbr_pels_i16,0,MB_SIZE);
413 ps_codec->pf_mem_set_mul8(pu1_ngbr_pels_i16+16+1,0,MB_SIZE);
    [all...]
  /external/libavc/common/
ih264_defs.h 497 #define MB_SIZE 16
514 #define MAX_TU_IN_MB_ROW ((MB_SIZE / MIN_TU_SIZE))
517 #define MAX_PU_IN_MB_ROW ((MB_SIZE / MIN_PU_SIZE))
525 #define MAX_PU_IN_MB ((MB_SIZE / MIN_PU_SIZE) * \
526 (MB_SIZE / MIN_PU_SIZE))
529 #define MAX_TU_IN_MB ((MB_SIZE / MIN_TU_SIZE) * \
530 (MB_SIZE / MIN_TU_SIZE))
548 #define MAX_VERT_DEBLK_EDGES ((MB_SIZE/8) * (MB_SIZE/4))
549 #define MAX_HORZ_DEBLK_EDGES ((MB_SIZE/4) * (MB_SIZE/8)
    [all...]
ih264_luma_intra_pred_filters.c     [all...]
  /external/libmpeg2/common/
impeg2_defs.h 160 #define MB_SIZE 16
169 #define MB_LUMA_MEM_SIZE ((MB_SIZE) * (MB_SIZE))
170 #define MB_CHROMA_MEM_SIZE ((MB_SIZE/2) * (MB_SIZE/2))
impeg2_inter_pred.c 86 UWORD32 u4_rows = MB_SIZE;
87 UWORD32 u4_cols = MB_SIZE;
172 for(i = MB_SIZE; i > 0; i--)
174 for(j = MB_SIZE; j > 0; j--)
179 pu1_dst += u4_stride - MB_SIZE;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp 141 int row = MB_SIZE;
162 oscl_memcpy(y1, y2, MB_SIZE);
165 oscl_memcpy(y1, y2, MB_SIZE);
168 oscl_memcpy(y1, y2, MB_SIZE);
171 oscl_memcpy(y1, y2, MB_SIZE);
mp4def.h 141 #define MB_SIZE 16
142 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
vop.cpp 412 /* round up to a multiple of MB_SIZE. 08/09/2000 */
422 /* round up to a multiple of MB_SIZE. 08/09/2000 */
690 video->nMBPerRow = video->width / MB_SIZE;
691 video->nMBPerCol = video->height / MB_SIZE;
    [all...]
mb_utils.cpp 29 row = MB_SIZE;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 213 #define MB_SIZE 16
214 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
  /external/libavc/common/x86/
ih264_chroma_intra_pred_filters_ssse3.c 254 pu1_top = pu1_src + MB_SIZE + 2;
255 pu1_left = pu1_src + MB_SIZE - 2;
  /external/libavc/decoder/
ih264d_defs.h 263 #define MB_SIZE 16
571 #define MB_SIZE 16
ih264d_inter_pred.c 282 u2_rec_wd = MB_SIZE;
636 u2_rec_wd = MB_SIZE;
    [all...]
ih264d_process_bslice.c 337 if(u1_wd_x == MB_SIZE)
352 if((u1_wd_x == MB_SIZE) && (s_mvdirect.i1_num_partitions > 2))
    [all...]
  /external/webp/src/enc/
syntax.c 268 const int mb_size = enc->mb_w_ * enc->mb_h_; local
272 if (!VP8BitWriterInit(bw, mb_size * 7 / 8)) { // ~7 bits per macroblock

Completed in 1179 milliseconds

1 2