Home
last modified time | relevance | path

Searched refs:s_centroid (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()
2905 S32 centroid_posy_q8 = ps_cluster_data->s_centroid.i4_pos_y_q8; in hme_update_cluster_attributes()
2945 ps_cluster_data->s_centroid.i4_pos_x_q8 = in hme_update_cluster_attributes()
2947 ps_cluster_data->s_centroid.i4_pos_y_q8 = in hme_update_cluster_attributes()
3004 centroid_t *ps_cur_centroid = &ps_cur_cluster->s_centroid; in hme_try_cluster_merge()
3032 ps_centroid = &ps_cluster_data->s_centroid; in hme_try_cluster_merge()
3311 ps_data->s_centroid.i4_pos_x_q8 = mvx << 8; in hme_find_and_update_clusters()
3312 ps_data->s_centroid.i4_pos_y_q8 = mvy << 8; in hme_find_and_update_clusters()
3370 ps_centroid = &ps_data->s_centroid; in hme_find_and_update_clusters()
3426 ps_data->s_centroid.i4_pos_x_q8 = mvx << 8; in hme_find_and_update_clusters()
[all …]
Dhme_defs.h259 S32 mvcx_q8 = (ps_data)->s_centroid.i4_pos_x_q8; \
260 S32 mvcy_q8 = (ps_data)->s_centroid.i4_pos_y_q8; \
2240 centroid_t s_centroid; member