Lines Matching refs:mvx_inp_q8
3534 S32 mvx_inp_q8 = ps_cluster_data->s_centroid.i4_pos_x_q8; in hme_update_32x32_cluster_attributes() local
3558 mvdx_q8 = cur_posx_q8 - mvx_inp_q8; in hme_update_32x32_cluster_attributes()
3603 if((mvdx_min > 0) && ((ps_cur_cluster_32->min_x << 8) > mvx_inp_q8)) in hme_update_32x32_cluster_attributes()
3605 ps_cur_cluster_32->min_x = (mvx_inp_q8 + ((1 << 7))) >> 8; in hme_update_32x32_cluster_attributes()
3608 else if((mvdx_min < 0) && ((ps_cur_cluster_32->max_x << 8) < mvx_inp_q8)) in hme_update_32x32_cluster_attributes()
3610 ps_cur_cluster_32->max_x = (mvx_inp_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3766 ((LWORD64)mvx_inp_q8 * ps_cluster_data->num_mvs); in hme_update_32x32_cluster_attributes()
3882 S32 mvx_inp_q8 = ps_cluster_data->s_centroid.i4_pos_x_q8; in hme_update_64x64_cluster_attributes() local
3907 mvdx_q8 = cur_posx_q8 - mvx_inp_q8; in hme_update_64x64_cluster_attributes()
3952 if((mvdx_min > 0) && ((ps_cur_cluster_64->min_x << 8) > mvx_inp_q8)) in hme_update_64x64_cluster_attributes()
3954 ps_cur_cluster_64->min_x = (mvx_inp_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
3957 else if((mvdx_min < 0) && ((ps_cur_cluster_64->max_x << 8) < mvx_inp_q8)) in hme_update_64x64_cluster_attributes()
3959 ps_cur_cluster_64->max_x = (mvx_inp_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4115 ((LWORD64)mvx_inp_q8 * ps_cluster_data->num_mvs); in hme_update_64x64_cluster_attributes()