Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_refine.c3583 LWORD64 i8_updated_posx; in hme_update_32x32_cluster_attributes() local
3765 i8_updated_posx = ((LWORD64)ps_centroid->i4_pos_x_q8 * ps_cur_cluster_32->num_mvs) + in hme_update_32x32_cluster_attributes()
3772 ps_centroid->i4_pos_x_q8 = (WORD32)(i8_updated_posx / ps_cur_cluster_32->num_mvs); in hme_update_32x32_cluster_attributes()
3932 LWORD64 i8_updated_posx; in hme_update_64x64_cluster_attributes() local
4114 i8_updated_posx = ((LWORD64)ps_centroid->i4_pos_x_q8 * ps_cur_cluster_64->num_mvs) + in hme_update_64x64_cluster_attributes()
4121 ps_centroid->i4_pos_x_q8 = (WORD32)(i8_updated_posx / ps_cur_cluster_64->num_mvs); in hme_update_64x64_cluster_attributes()
4340 LWORD64 i8_updated_posx; in hme_try_merge_clusters_blksize_gt_16() local
4518 i8_updated_posx = ((LWORD64)ps_centroid->i4_pos_x_q8 * ps_cluster_data->num_mvs) + in hme_try_merge_clusters_blksize_gt_16()
4525 ps_centroid->i4_pos_x_q8 = (WORD32)(i8_updated_posx / ps_cluster_data->num_mvs); in hme_try_merge_clusters_blksize_gt_16()