HomeSort by relevance Sort by last modified time
    Searched refs:MB_SIZE (Results 1 - 25 of 37) 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/
ime_defs.h 51 #define MB_SIZE 16
ih264e_half_pel.h 47 #define HP_PL_WD MB_SIZE + 1
48 #define HP_PL_HT MB_SIZE + 1
ih264e_process.c     [all...]
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_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);
ih264e_half_pel.c 110 u4_h = 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_core_coding.c     [all...]
ih264e_intra_modes_eval.c 400 ps_codec->pf_mem_set_mul8(pu1_ngbr_pels_i16,0,MB_SIZE);
411 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_structs.h     [all...]
ih264_luma_intra_pred_filters.c     [all...]
  /external/libmpeg2/common/
impeg2_defs.h 139 #define MB_SIZE 16
148 #define MB_LUMA_MEM_SIZE ((MB_SIZE) * (MB_SIZE))
149 #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/
mp4def.h 141 #define MB_SIZE 16
142 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
conceal.cpp 146 int row = MB_SIZE;
167 oscl_memcpy(y1, y2, MB_SIZE);
170 oscl_memcpy(y1, y2, MB_SIZE);
173 oscl_memcpy(y1, y2, MB_SIZE);
176 oscl_memcpy(y1, y2, MB_SIZE);
pp_semaphore_luma.cpp 139 if (xpred >= 0 && xpred <= ((width << 1) - (2*MB_SIZE)) && ypred >= 0 &&
140 ypred <= ((height << 1) - (2*MB_SIZE)))
mb_utils.cpp 29 row = 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...]
  /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/decoder/
ih264d_defs.h 263 #define MB_SIZE 16
535 #define MB_SIZE 16
ih264d_utils.c     [all...]
  /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;

Completed in 735 milliseconds

1 2