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.c1286 UWORD32 u4_wt_ofst_y = in ih264d_motion_compensate_mp() local
1288 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() local
1324 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()