Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_inter_pred.c1287 UWORD32 u4_wt_ofst_y = in ih264d_motion_compensate_mp() local
1289 WORD32 weight = (WORD16)(u4_wt_ofst_y & 0xffff); in ih264d_motion_compensate_mp()
1290 WORD32 ofst = (WORD8)(u4_wt_ofst_y >> 16); in ih264d_motion_compensate_mp()
1321 UWORD32 u4_wt_ofst_y; in ih264d_motion_compensate_mp() local
1325 u4_wt_ofst_y = (UWORD32)(pu4_weight_ofst[0]); in ih264d_motion_compensate_mp()
1327 weight1 = (WORD16)(u4_wt_ofst_y & 0xffff); in ih264d_motion_compensate_mp()
1328 ofst1 = (WORD8)(u4_wt_ofst_y >> 16); in ih264d_motion_compensate_mp()
1330 u4_wt_ofst_y = (UWORD32)(pu4_weight_ofst[1]); in ih264d_motion_compensate_mp()
1331 weight2 = (WORD16)(u4_wt_ofst_y & 0xffff); in ih264d_motion_compensate_mp()
1332 ofst2 = (WORD8)(u4_wt_ofst_y >> 16); in ih264d_motion_compensate_mp()