Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_inter_pred.c1285 UWORD32 u4_wt_ofst_u, u4_wt_ofst_v; in ih264d_motion_compensate_mp() local
1300 u4_wt_ofst_v = (UWORD32)(pu4_weight_ofst[4]); in ih264d_motion_compensate_mp()
1301 weight = ((u4_wt_ofst_v & 0xffff) << 16) in ih264d_motion_compensate_mp()
1303 ofst = ((u4_wt_ofst_v >> 16) << 8) in ih264d_motion_compensate_mp()
1319 UWORD32 u4_wt_ofst_u, u4_wt_ofst_v; in ih264d_motion_compensate_mp() local
1345 u4_wt_ofst_v = (UWORD32)(pu4_weight_ofst[4]); in ih264d_motion_compensate_mp()
1346 weight1 = ((u4_wt_ofst_v & 0xffff) << 16) in ih264d_motion_compensate_mp()
1348 ofst1 = ((u4_wt_ofst_v >> 16) << 8) in ih264d_motion_compensate_mp()
1352 u4_wt_ofst_v = (UWORD32)(pu4_weight_ofst[5]); in ih264d_motion_compensate_mp()
1353 weight2 = ((u4_wt_ofst_v & 0xffff) << 16) in ih264d_motion_compensate_mp()
[all …]