Searched refs:i4_tmp (Results 1 - 2 of 2) sorted by relevance

/external/libhevc/common/
H A Dihevc_weighted_pred.c118 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
309 WORD32 i4_tmp; local
414 WORD32 i4_tmp; local
501 WORD32 i4_tmp; local
584 WORD32 i4_tmp; local
[all...]
H A Dihevc_inter_pred_filters.c532 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
1114 WORD32 i4_tmp; local
1191 WORD32 i4_tmp; local
[all...]

Completed in 157 milliseconds