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

  /external/libavc/common/x86/
ih264_luma_intra_pred_filters_ssse3.c 125 WORD32 i4_top; local
132 i4_top = *((WORD32 *)pu1_top);
137 *((WORD32 *)(pu1_dst)) = i4_top;
138 *((WORD32 *)(pu1_dst + dst_strd)) = i4_top;
139 *((WORD32 *)(pu1_dst + dst_strd2)) = i4_top;
140 *((WORD32 *)(pu1_dst + dst_strd3)) = i4_top;
    [all...]
  /external/libhevc/encoder/
ihevce_enc_loop_utils.c 690 WORD32 i4_top, i4_left; local
699 i4_top = ps_ctxt->i4_prev_QP;
703 i4_top = ps_ctxt->ai4_qp_qg[(cu_pos_y - 1) * 8 + (cu_pos_x)];
713 i4_pred_qp = (i4_left + i4_top + 1) >> 1;
    [all...]

Completed in 86 milliseconds