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.c1286 UWORD32 u4_wt_ofst_u, u4_wt_ofst_v; in ih264d_motion_compensate_mp() local
1301 u4_wt_ofst_v = (UWORD32)(pu4_weight_ofst[4]); in ih264d_motion_compensate_mp()
1302 weight = ((u4_wt_ofst_v & 0xffff) << 16) in ih264d_motion_compensate_mp()
1304 ofst = ((u4_wt_ofst_v >> 16) << 8) in ih264d_motion_compensate_mp()
1320 UWORD32 u4_wt_ofst_u, u4_wt_ofst_v; in ih264d_motion_compensate_mp() local
1346 u4_wt_ofst_v = (UWORD32)(pu4_weight_ofst[4]); in ih264d_motion_compensate_mp()
1347 weight1 = ((u4_wt_ofst_v & 0xffff) << 16) in ih264d_motion_compensate_mp()
1349 ofst1 = ((u4_wt_ofst_v >> 16) << 8) in ih264d_motion_compensate_mp()
1353 u4_wt_ofst_v = (UWORD32)(pu4_weight_ofst[5]); in ih264d_motion_compensate_mp()
1354 weight2 = ((u4_wt_ofst_v & 0xffff) << 16) in ih264d_motion_compensate_mp()
[all …]