Searched refs:mvy (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | mr_dissim.c | 37 mvy[cnt] = x->mbmi.mv.as_mv.col; \ 45 mvy[cnt] = x->mbmi.mv.as_mv.col; \ 50 mvy[cnt] *= -1; \ 101 int mvy[8]; in vp8_cal_dissimilarity() local 181 int max_mvy = mvy[0]; in vp8_cal_dissimilarity() 182 int min_mvy = mvy[0]; in vp8_cal_dissimilarity() 191 if (mvy[i] > max_mvy) max_mvy = mvy[i]; in vp8_cal_dissimilarity() 192 else if (mvy[i] < min_mvy) min_mvy = mvy[i]; in vp8_cal_dissimilarity()
|
D | rdopt.c | 1550 int mvy[8]; in vp8_mv_pred() local 1658 mvy[i] = near_mvs[i].as_mv.col; in vp8_mv_pred() 1662 insertsortmv(mvy, vcnt); in vp8_mv_pred() 1664 mv.as_mv.col = mvy[vcnt/2]; in vp8_mv_pred()
|
/external/libhevc/decoder/ |
D | ihevcd_mv_pred.c | 110 WORD32 mvx, mvy; in ihevcd_scale_mv() local 123 mvy = ps_mv->i2_mvy; in ihevcd_scale_mv() 127 mvy = SIGN(dist_scale_factor * mvy) in ihevcd_scale_mv() 128 * ((abs(dist_scale_factor * mvy) + 127) >> 8); in ihevcd_scale_mv() 131 ps_mv->i2_mvy = CLIP_S16(mvy); in ihevcd_scale_mv() 172 WORD32 mvx, mvy; in ihevcd_scale_collocated_mv() local 183 mvy = ps_mv->i2_mvy; in ihevcd_scale_collocated_mv() 187 mvy = SIGN(dist_scale_factor * mvy) in ihevcd_scale_collocated_mv() 188 * ((abs(dist_scale_factor * mvy) + 127) >> 8); in ihevcd_scale_collocated_mv() 191 ps_mv->i2_mvy = CLIP_S16(mvy); in ihevcd_scale_collocated_mv()
|
/external/libavc/encoder/ |
D | ih264e_me.c | 230 WORD32 mvx, mvy; in ih264e_get_search_candidates() local 267 mvy = (ps_left_mv->i2_mvy + 2) >> 2; in ih264e_get_search_candidates() 270 mvy = CLIP3(i4_srch_range_n, i4_srch_range_s, mvy); in ih264e_get_search_candidates() 273 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvy = mvy; in ih264e_get_search_candidates() 282 mvy = (ps_top_mv->i2_mvy + 2) >> 2; in ih264e_get_search_candidates() 285 mvy = CLIP3(i4_srch_range_n, i4_srch_range_s, mvy); in ih264e_get_search_candidates() 288 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvy = mvy; in ih264e_get_search_candidates() 296 mvy = (ps_top_right_mv->i2_mvy + 2)>> 2; in ih264e_get_search_candidates() 299 mvy = CLIP3(i4_srch_range_n, i4_srch_range_s, mvy); in ih264e_get_search_candidates() 302 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvy = mvy; in ih264e_get_search_candidates() [all …]
|
/external/icu/icu4c/source/data/misc/ |
D | likelySubtags.txt | 447 mvy{"mvy_Arab_PK"}
|
D | supplementalData.txt | 13398 mvy{ 28671 mvy{
|