Home
last modified time | relevance | path

Searched refs:wt2_v (Results 1 – 2 of 2) sorted by relevance

/external/libavc/common/
Dih264_weighted_pred.c457 WORD32 wt1_u, wt1_v, wt2_u, wt2_v; in ih264_weighted_bi_pred_chroma() local
469 wt2_v = (WORD16)(wt2 >> 16); in ih264_weighted_bi_pred_chroma()
489 *pu1_dst = CLIP_U8((wt1_v * (*pu1_src1) + wt2_v * (*pu1_src2) + ofst_v) >> shft); in ih264_weighted_bi_pred_chroma()
/external/libavc/common/arm/
Dih264_weighted_bi_pred_a9q.s467 vdup.32 q2, r8 @Q2 = (wt2_u, wt2_v) (32-bit)