Home
last modified time | relevance | path

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

/external/libavc/common/
Dih264_weighted_pred.c284 WORD32 wt_u, wt_v; in ih264_weighted_pred_chroma() local
288 wt_v = (WORD16)(wt >> 16); in ih264_weighted_pred_chroma()
308 *pu1_dst = CLIP_U8((wt_v * (*pu1_src) + ofst_v) >> log_wd); in ih264_weighted_pred_chroma()
323 *pu1_dst = CLIP_U8(wt_v * (*pu1_src) + ofst_v); in ih264_weighted_pred_chroma()
/external/libavc/common/arm/
Dih264_weighted_pred_a9q.s348 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)}