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

  /external/libavc/common/
ih264_chroma_intra_pred_filters.c 136 pu1_top = pu1_src + 2 * BLK8x8SIZE + 2;
137 pu1_left = pu1_src + 2 * BLK8x8SIZE - 2;
317 pu1_left = pu1_src + 2 * BLK8x8SIZE - 2;
375 pu1_top = pu1_src + 2 * BLK8x8SIZE + 2;
447 pu1_top = pu1_src + 2 * BLK8x8SIZE + 2;
448 pu1_left = pu1_src + 2 * BLK8x8SIZE - 2;
ih264_luma_intra_pred_filters.c 889 pu1_top = pu1_src + BLK8x8SIZE + 1;
941 UWORD8 *pu1_left = pu1_src + BLK8x8SIZE - 1;
1002 pu1_top = pu1_src + BLK8x8SIZE + 1;
1003 pu1_left = pu1_src + BLK8x8SIZE - 1;
1007 for(row = 0; row < BLK8x8SIZE; row++)
1013 for(row = 0; row < BLK8x8SIZE; row++)
    [all...]
ih264_defs.h 498 #define BLK8x8SIZE 8
  /external/libavc/encoder/
ih264e_process.c     [all...]
  /external/libavc/decoder/
ih264d_defs.h 265 #define BLK8x8SIZE 8
537 #define BLK8x8SIZE 8
ih264d_deblocking.c     [all...]
ih264d_inter_pred.c 375 u2_rec_wd = BLK8x8SIZE * YUV420SP_FACTOR;
783 u2_rec_wd = BLK8x8SIZE * YUV420SP_FACTOR;
    [all...]
ih264d_parse_slice.c 601 + ps_dec->u2_frm_wd_in_mbs * BLK8x8SIZE * YUV420SP_FACTOR;
603 + ps_dec->u2_frm_wd_in_mbs * BLK8x8SIZE;
    [all...]
ih264d_process_pslice.c 660 UWORD8 *pu1_pred_sblk = pu1_rec_y + ((i & 0x1) * BLK8x8SIZE)
    [all...]
  /external/libavc/common/x86/
ih264_luma_intra_pred_filters_ssse3.c 877 pu1_top = pu1_src + BLK8x8SIZE + 1;
930 UWORD8 *pu1_left = pu1_src + BLK8x8SIZE - 1;
    [all...]
ih264_chroma_intra_pred_filters_ssse3.c 111 pu1_left = pu1_src + 2 * BLK8x8SIZE - 2;
186 pu1_top = pu1_src + 2 * BLK8x8SIZE + 2;
  /external/libavc/encoder/x86/
ih264e_intra_modes_eval_ssse3.c     [all...]

Completed in 223 milliseconds