Searched refs:u4_ht_y (Results 1 – 1 of 1) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_inter_pred.c | 910 UWORD32 u4_wd_y, u4_ht_y, u4_wd_uv; in ih264d_motion_compensate_bp() local 938 u4_ht_y = ps_pred->i1_mb_partheight; in ih264d_motion_compensate_bp() 949 u4_ht_y, in ih264d_motion_compensate_bp() 978 u2_num_pels += (UWORD8)u4_wd_y * (UWORD8)u4_ht_y; in ih264d_motion_compensate_bp() 1017 UWORD32 u4_wd_y, u4_ht_y, u1_dir, u4_wd_uv; in ih264d_motion_compensate_mp() local 1087 u4_ht_y = ps_pred->i1_mb_partheight; in ih264d_motion_compensate_mp() 1129 u4_ht_y, in ih264d_motion_compensate_mp() 1259 u2_num_pels += u4_wd_y * u4_ht_y; in ih264d_motion_compensate_mp() 1297 weight, ofst, u4_ht_y, in ih264d_motion_compensate_mp() 1312 u4_ht_y >> 1, u4_wd_y >> 1); in ih264d_motion_compensate_mp() [all …]
|