Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_refine.c3584 LWORD64 i8_updated_posy; in hme_update_32x32_cluster_attributes() local
3767 i8_updated_posy = ((LWORD64)ps_centroid->i4_pos_y_q8 * ps_cur_cluster_32->num_mvs) + in hme_update_32x32_cluster_attributes()
3773 ps_centroid->i4_pos_y_q8 = (WORD32)(i8_updated_posy / ps_cur_cluster_32->num_mvs); in hme_update_32x32_cluster_attributes()
3933 LWORD64 i8_updated_posy; in hme_update_64x64_cluster_attributes() local
4116 i8_updated_posy = ((LWORD64)ps_centroid->i4_pos_y_q8 * ps_cur_cluster_64->num_mvs) + in hme_update_64x64_cluster_attributes()
4122 ps_centroid->i4_pos_y_q8 = (WORD32)(i8_updated_posy / ps_cur_cluster_64->num_mvs); in hme_update_64x64_cluster_attributes()
4341 LWORD64 i8_updated_posy; in hme_try_merge_clusters_blksize_gt_16() local
4520 i8_updated_posy = ((LWORD64)ps_centroid->i4_pos_y_q8 * ps_cluster_data->num_mvs) + in hme_try_merge_clusters_blksize_gt_16()
4526 ps_centroid->i4_pos_y_q8 = (WORD32)(i8_updated_posy / ps_cluster_data->num_mvs); in hme_try_merge_clusters_blksize_gt_16()