Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_refine.c2904 S32 centroid_posx_q8 = ps_cluster_data->s_centroid.i4_pos_x_q8; in hme_update_cluster_attributes()
2945 ps_cluster_data->s_centroid.i4_pos_x_q8 = in hme_update_cluster_attributes()
3012 cur_pos_x_q8 = ps_cur_centroid->i4_pos_x_q8; in hme_try_cluster_merge()
3034 other_pos_x_q8 = ps_centroid->i4_pos_x_q8; in hme_try_cluster_merge()
3073 ps_cur_centroid->i4_pos_x_q8 = (WORD32)(i8_mv_x_sum_self / ps_cur_cluster->num_mvs); in hme_try_cluster_merge()
3092 mvd_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster->min_x << 8); in hme_try_cluster_merge()
3107 mvd_q8 = (ps_cur_cluster->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_try_cluster_merge()
3140 mvdx_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster->min_x << 8); in hme_try_cluster_merge()
3163 mvdx_q8 = (ps_cur_cluster->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_try_cluster_merge()
3198 mvdx_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster->min_x << 8); in hme_try_cluster_merge()
[all …]
Dhme_defs.h259 S32 mvcx_q8 = (ps_data)->s_centroid.i4_pos_x_q8; \
435 ps_mv->i2_mvx = (ps_centroid->i4_pos_x_q8 + (1 << 7)) >> 8; \
2212 WORD32 i4_pos_x_q8; member