Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_refine.c3535 S32 mvy_inp_q8 = ps_cluster_data->s_centroid.i4_pos_y_q8; in hme_update_32x32_cluster_attributes() local
3559 mvdy_q8 = cur_posy_q8 - mvy_inp_q8; in hme_update_32x32_cluster_attributes()
3614 if((mvdy_min > 0) && ((ps_cur_cluster_32->min_y << 8) > mvy_inp_q8)) in hme_update_32x32_cluster_attributes()
3616 ps_cur_cluster_32->min_y = (mvy_inp_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3619 else if((mvdy_min < 0) && ((ps_cur_cluster_32->max_y << 8) < mvy_inp_q8)) in hme_update_32x32_cluster_attributes()
3621 ps_cur_cluster_32->max_y = (mvy_inp_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3768 ((LWORD64)mvy_inp_q8 * ps_cluster_data->num_mvs); in hme_update_32x32_cluster_attributes()
3883 S32 mvy_inp_q8 = ps_cluster_data->s_centroid.i4_pos_y_q8; in hme_update_64x64_cluster_attributes() local
3908 mvdy_q8 = cur_posy_q8 - mvy_inp_q8; in hme_update_64x64_cluster_attributes()
3963 if((mvdy_min > 0) && ((ps_cur_cluster_64->min_y << 8) > mvy_inp_q8)) in hme_update_64x64_cluster_attributes()
[all …]