Lines Matching refs:ps_centroid
2987 centroid_t *ps_centroid; in hme_try_cluster_merge() local
3032 ps_centroid = &ps_cluster_data->s_centroid; in hme_try_cluster_merge()
3034 other_pos_x_q8 = ps_centroid->i4_pos_x_q8; in hme_try_cluster_merge()
3035 other_pos_y_q8 = ps_centroid->i4_pos_y_q8; 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()
3122 mvd_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster->min_y << 8); in hme_try_cluster_merge()
3137 mvdy_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster->min_y << 8); 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()
3160 mvdy_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster->min_y << 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()
3183 mvd_q8 = (ps_cur_cluster->max_y << 8) - ps_centroid->i4_pos_y_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()
3201 mvdy_q8 = (ps_cur_cluster->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_try_cluster_merge()
3221 mvdx_q8 = (ps_cur_cluster->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_try_cluster_merge()
3224 mvdy_q8 = (ps_cur_cluster->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_try_cluster_merge()
3348 centroid_t *ps_centroid; in hme_find_and_update_clusters() local
3370 ps_centroid = &ps_data->s_centroid; in hme_find_and_update_clusters()
3371 posx_q8 = ps_centroid->i4_pos_x_q8; in hme_find_and_update_clusters()
3372 posy_q8 = ps_centroid->i4_pos_y_q8; in hme_find_and_update_clusters()
3518 centroid_t *ps_centroid; in hme_update_32x32_cluster_attributes() local
3553 ps_centroid = &ps_cur_cluster_32->s_centroid; in hme_update_32x32_cluster_attributes()
3555 cur_posx_q8 = ps_centroid->i4_pos_x_q8; in hme_update_32x32_cluster_attributes()
3556 cur_posy_q8 = ps_centroid->i4_pos_y_q8; in hme_update_32x32_cluster_attributes()
3590 ps_centroid = &ps_cur_cluster_32->s_centroid; in hme_update_32x32_cluster_attributes()
3631 mvd_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster_32->min_x << 8); in hme_update_32x32_cluster_attributes()
3644 mvd_q8 = (ps_cur_cluster_32->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_update_32x32_cluster_attributes()
3657 mvd_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster_32->min_y << 8); in hme_update_32x32_cluster_attributes()
3672 mvdy_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster_32->min_y << 8); in hme_update_32x32_cluster_attributes()
3675 mvdx_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster_32->min_x << 8); in hme_update_32x32_cluster_attributes()
3692 mvdy_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster_32->min_y << 8); in hme_update_32x32_cluster_attributes()
3695 mvdx_q8 = (ps_cur_cluster_32->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_update_32x32_cluster_attributes()
3710 mvd_q8 = (ps_cur_cluster_32->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_update_32x32_cluster_attributes()
3725 mvdx_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster_32->min_x << 8); in hme_update_32x32_cluster_attributes()
3728 mvdy_q8 = (ps_cur_cluster_32->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_update_32x32_cluster_attributes()
3745 mvdx_q8 = (ps_cur_cluster_32->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_update_32x32_cluster_attributes()
3748 mvdy_q8 = (ps_cur_cluster_32->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_update_32x32_cluster_attributes()
3765 i8_updated_posx = ((LWORD64)ps_centroid->i4_pos_x_q8 * ps_cur_cluster_32->num_mvs) + in hme_update_32x32_cluster_attributes()
3767 i8_updated_posy = ((LWORD64)ps_centroid->i4_pos_y_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()
3773 ps_centroid->i4_pos_y_q8 = (WORD32)(i8_updated_posy / ps_cur_cluster_32->num_mvs); in hme_update_32x32_cluster_attributes()
3866 centroid_t *ps_centroid; in hme_update_64x64_cluster_attributes() local
3902 ps_centroid = &ps_cur_cluster_64->s_centroid; in hme_update_64x64_cluster_attributes()
3904 cur_posx_q8 = ps_centroid->i4_pos_x_q8; in hme_update_64x64_cluster_attributes()
3905 cur_posy_q8 = ps_centroid->i4_pos_y_q8; in hme_update_64x64_cluster_attributes()
3939 ps_centroid = &ps_cur_cluster_64->s_centroid; in hme_update_64x64_cluster_attributes()
3980 mvd_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster_64->min_x << 8); in hme_update_64x64_cluster_attributes()
3993 mvd_q8 = (ps_cur_cluster_64->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_update_64x64_cluster_attributes()
4006 mvd_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster_64->min_y << 8); in hme_update_64x64_cluster_attributes()
4021 mvdy_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster_64->min_y << 8); in hme_update_64x64_cluster_attributes()
4024 mvdx_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster_64->min_x << 8); in hme_update_64x64_cluster_attributes()
4041 mvdy_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster_64->min_y << 8); in hme_update_64x64_cluster_attributes()
4044 mvdx_q8 = (ps_cur_cluster_64->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_update_64x64_cluster_attributes()
4059 mvd_q8 = (ps_cur_cluster_64->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_update_64x64_cluster_attributes()
4074 mvdx_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster_64->min_x << 8); in hme_update_64x64_cluster_attributes()
4077 mvdy_q8 = (ps_cur_cluster_64->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_update_64x64_cluster_attributes()
4094 mvdx_q8 = (ps_cur_cluster_64->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_update_64x64_cluster_attributes()
4097 mvdy_q8 = (ps_cur_cluster_64->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_update_64x64_cluster_attributes()
4114 i8_updated_posx = ((LWORD64)ps_centroid->i4_pos_x_q8 * ps_cur_cluster_64->num_mvs) + in hme_update_64x64_cluster_attributes()
4116 i8_updated_posy = ((LWORD64)ps_centroid->i4_pos_y_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()
4122 ps_centroid->i4_pos_y_q8 = (WORD32)(i8_updated_posy / ps_cur_cluster_64->num_mvs); in hme_update_64x64_cluster_attributes()
4290 centroid_t *ps_centroid = &ps_cluster_data->s_centroid; in hme_try_merge_clusters_blksize_gt_16() local
4295 S32 node0_posx_q8 = ps_centroid->i4_pos_x_q8; in hme_try_merge_clusters_blksize_gt_16()
4296 S32 node0_posy_q8 = ps_centroid->i4_pos_y_q8; in hme_try_merge_clusters_blksize_gt_16()
4518 i8_updated_posx = ((LWORD64)ps_centroid->i4_pos_x_q8 * ps_cluster_data->num_mvs) + in hme_try_merge_clusters_blksize_gt_16()
4520 i8_updated_posy = ((LWORD64)ps_centroid->i4_pos_y_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()
4526 ps_centroid->i4_pos_y_q8 = (WORD32)(i8_updated_posy / ps_cluster_data->num_mvs); in hme_try_merge_clusters_blksize_gt_16()