Searched refs:u4_wt_ofst_y (Results 1 – 1 of 1) sorted by relevance
1286 UWORD32 u4_wt_ofst_y = in ih264d_motion_compensate_mp() local1288 WORD32 weight = (WORD16)(u4_wt_ofst_y & 0xffff); in ih264d_motion_compensate_mp()1289 WORD32 ofst = (WORD8)(u4_wt_ofst_y >> 16); in ih264d_motion_compensate_mp()1320 UWORD32 u4_wt_ofst_y; in ih264d_motion_compensate_mp() local1324 u4_wt_ofst_y = (UWORD32)(pu4_weight_ofst[0]); in ih264d_motion_compensate_mp()1326 weight1 = (WORD16)(u4_wt_ofst_y & 0xffff); in ih264d_motion_compensate_mp()1327 ofst1 = (WORD8)(u4_wt_ofst_y >> 16); in ih264d_motion_compensate_mp()1329 u4_wt_ofst_y = (UWORD32)(pu4_weight_ofst[1]); in ih264d_motion_compensate_mp()1330 weight2 = (WORD16)(u4_wt_ofst_y & 0xffff); in ih264d_motion_compensate_mp()1331 ofst2 = (WORD8)(u4_wt_ofst_y >> 16); in ih264d_motion_compensate_mp()