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

  /external/libhevc/common/
ihevc_weighted_pred.c 118 WORD32 i4_tmp; local
124 i4_tmp = (pi2_src[col] + lvl_shift) * wgt0;
125 i4_tmp += 1 << (shift - 1);
126 i4_tmp = (i4_tmp >> shift) + off0;
128 pu1_dst[col] = CLIP_U8(i4_tmp);
203 WORD32 i4_tmp; local
209 i4_tmp = (pi2_src[col] + lvl_shift) * wgt0_cb;
210 i4_tmp += 1 << (shift - 1);
211 i4_tmp = (i4_tmp >> shift) + off0_cb
309 WORD32 i4_tmp; local
414 WORD32 i4_tmp; local
501 WORD32 i4_tmp; local
584 WORD32 i4_tmp; local
    [all...]
ihevc_inter_pred_filters.c 532 WORD32 i4_tmp; local
538 i4_tmp = 0;
540 i4_tmp += pi1_coeff[i] * pi2_src[col + (i - 3) * src_strd];
542 i4_tmp = ((i4_tmp >> SHIFT_14_MINUS_BIT_DEPTH) + OFFSET_14_MINUS_BIT_DEPTH) >> SHIFT_14_MINUS_BIT_DEPTH;
543 i4_tmp = CLIP_U8(i4_tmp);
545 pu1_dst[col] = i4_tmp;
607 WORD32 i4_tmp; local
613 i4_tmp = 0
1114 WORD32 i4_tmp; local
1191 WORD32 i4_tmp; local
    [all...]
  /external/libhevc/encoder/
hme_utils.c 795 S32 i4_max_ridx, i4_max_cidx, i4_tmp; local
850 i4_tmp = HI_PASS(i4_rsum, i);
851 if(ABS(i4_tmp) > i4_max_rp[1])
852 i4_max_rp[1] = i4_tmp;
854 i4_tmp = HI_PASS(i4_csum, i);
855 if(ABS(i4_tmp) > i4_max_cp[1])
856 i4_max_cp[1] = i4_tmp;
863 i4_tmp = HI_PASS(i4_rsum, i);
864 if(ABS(i4_tmp) > i4_max_rp[2])
865 i4_max_rp[2] = i4_tmp;
    [all...]
hme_refine.c 161 WORD32 row, col, i4_tmp; local
183 i4_tmp = pu1_ref[col];
184 pu1_temp_pred[col] = CLIP_U8(i4_tmp);
209 i4_tmp = pu1_ref[col];
210 pu1_temp_pred[col] = CLIP_U8(i4_tmp);
    [all...]

Completed in 435 milliseconds