Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dime.c559 WORD32 mv_x_tmp = (mv_x << 2) + 2; in ime_sub_pel_motion_estimation_16x16() local
562 mv_x_tmp -= (i * 4); in ime_sub_pel_motion_estimation_16x16()
567 …i4_mb_cost = i4_mb_distortion + u4_lambda_motion * ( pu1_mv_bits[ mv_x_tmp - ps_mb_part->s_mv_pred… in ime_sub_pel_motion_estimation_16x16()
576 i2_mv_u_x = mv_x_tmp; in ime_sub_pel_motion_estimation_16x16()
593 WORD32 mv_x_tmp = (mv_x << 2); in ime_sub_pel_motion_estimation_16x16() local
601 …i4_mb_cost = i4_mb_distortion + u4_lambda_motion * ( pu1_mv_bits[ mv_x_tmp - ps_mb_part->s_mv_pred… in ime_sub_pel_motion_estimation_16x16()
610 i2_mv_u_x = mv_x_tmp; in ime_sub_pel_motion_estimation_16x16()
629 WORD32 mv_x_tmp = (mv_x << 2) + 2; in ime_sub_pel_motion_estimation_16x16() local
632 mv_x_tmp -= (i * 4); in ime_sub_pel_motion_estimation_16x16()
638 …i4_mb_cost = i4_mb_distortion + u4_lambda_motion * ( pu1_mv_bits[ mv_x_tmp - ps_mb_part->s_mv_pred… in ime_sub_pel_motion_estimation_16x16()
[all …]