Lines Matching refs:mvx
241 ps_merge_cand[i4_num_cands_added].s_mv.i2_mvx = ps_data->as_mv[j].mvx; in hme_add_clustered_mvs_as_merge_cands()
255 if((ps_merge_cand[k].s_mv.i2_mvx == ps_data->as_mv[j].mvx) && in hme_add_clustered_mvs_as_merge_cands()
2892 S32 mvx, in hme_update_cluster_attributes() argument
2907 if((mvdx > 0) && (ps_cluster_data->min_x > mvx)) in hme_update_cluster_attributes()
2909 ps_cluster_data->min_x = mvx; in hme_update_cluster_attributes()
2911 else if((mvdx < 0) && (ps_cluster_data->max_x < mvx)) in hme_update_cluster_attributes()
2913 ps_cluster_data->max_x = mvx; in hme_update_cluster_attributes()
2929 ps_cluster_data->as_mv[num_mvs].mvx = mvx; in hme_update_cluster_attributes()
2940 i8_mvx_sum_q8 = (LWORD64)centroid_posx_q8 * ps_cluster_data->num_mvs + (mvx << 8); in hme_update_cluster_attributes()
3300 S32 mvx = i2_mv_x; in hme_find_and_update_clusters() local
3311 ps_data->s_centroid.i4_pos_x_q8 = mvx << 8; in hme_find_and_update_clusters()
3316 ps_data->as_mv[0].mvx = mvx; in hme_find_and_update_clusters()
3331 ps_data->max_x = mvx; in hme_find_and_update_clusters()
3332 ps_data->min_x = mvx; in hme_find_and_update_clusters()
3374 mvx_q8 = mvx << 8; in hme_find_and_update_clusters()
3405 mvx, in hme_find_and_update_clusters()
3426 ps_data->s_centroid.i4_pos_x_q8 = mvx << 8; in hme_find_and_update_clusters()
3431 ps_data->as_mv[0].mvx = mvx; in hme_find_and_update_clusters()
3446 ps_data->max_x = mvx; in hme_find_and_update_clusters()
3447 ps_data->min_x = mvx; in hme_find_and_update_clusters()
5384 S32 mvx, mvy; in hme_analyse_mv_clustering() local
5556 mvx = ps_mv->i2_mvx; in hme_analyse_mv_clustering()
5567 mvx, in hme_analyse_mv_clustering()