Searched refs:wt_u (Results 1 – 2 of 2) sorted by relevance
284 WORD32 wt_u, wt_v; in ih264_weighted_pred_chroma() local287 wt_u = (WORD16)(wt & 0xffff); in ih264_weighted_pred_chroma()305 *pu1_dst = CLIP_U8((wt_u * (*pu1_src) + ofst_u) >> log_wd); in ih264_weighted_pred_chroma()320 *pu1_dst = CLIP_U8(wt_u * (*pu1_src) + ofst_u); in ih264_weighted_pred_chroma()
348 ldr r5, [sp, #32] @Load wt = {wt_u (16-bit), wt_v (16-bit)}353 vdup.32 q1, r5 @Q1 = {wt_u (16-bit), wt_v (16-bit)}