Home
last modified time | relevance | path

Searched refs:mv_y (Results 1 – 25 of 659) sorted by relevance

12345678910>>...27

/dports/multimedia/jmref/JM/lencod/src/
H A Dme_umhexsmp.c211 cand.mv_y = iMinNow.mv_y + Diamond[m].mv_y; in smpUMHEXIntegerPelBlockMotionSearch()
224 cand.mv_y = iMinNow.mv_y + Diamond[m].mv_y; in smpUMHEXIntegerPelBlockMotionSearch()
260 cand.mv_y = iMinNow.mv_y + Hexagon[m].mv_y; in smpUMHEXIntegerPelBlockMotionSearch()
296 cand.mv_y = iMinNow.mv_y + Diamond[m].mv_y; in smpUMHEXIntegerPelBlockMotionSearch()
310 cand.mv_y = iMinNow.mv_y + Diamond[m].mv_y; in smpUMHEXIntegerPelBlockMotionSearch()
325 cand.mv_y = iMinNow.mv_y + Hexagon[m].mv_y; in smpUMHEXIntegerPelBlockMotionSearch()
342 cand.mv_y = iMinNow.mv_y + Diamond[m].mv_y; in smpUMHEXIntegerPelBlockMotionSearch()
735 cand.mv_y = iMinNow.mv_y + Diamond[m].mv_y; in smpUMHEXBipredIntegerPelBlockMotionSearch()
748 cand.mv_y = iMinNow.mv_y + Diamond[m].mv_y; in smpUMHEXBipredIntegerPelBlockMotionSearch()
783 cand.mv_y = iMinNow.mv_y + Hexagon[m].mv_y; in smpUMHEXBipredIntegerPelBlockMotionSearch()
[all …]
H A Dme_umhex.c294 cand.mv_y = iMinNow.mv_y + Diamond[m].mv_y; in UMHEXIntegerPelBlockMotionSearch()
307 cand.mv_y = iMinNow.mv_y + Diamond[m].mv_y; in UMHEXIntegerPelBlockMotionSearch()
363 cand.mv_y = iMinNow.mv_y + Diamond[m].mv_y; in UMHEXIntegerPelBlockMotionSearch()
449 cand.mv_y = iMinNow.mv_y + Hexagon[m].mv_y; in UMHEXIntegerPelBlockMotionSearch()
466 cand.mv_y = iMinNow.mv_y + Diamond[m].mv_y; in UMHEXIntegerPelBlockMotionSearch()
584 cand.mv_y = iMinNow.mv_y + DiamondQ[m].mv_y; in UMHEXSubPelBlockMotionSearch()
904 cand.mv_y = iMinNow.mv_y + Diamond[m].mv_y; in UMHEXBipredIntegerPelBlockMotionSearch()
919 cand.mv_y = iMinNow.mv_y + Diamond[m].mv_y; in UMHEXBipredIntegerPelBlockMotionSearch()
993 cand.mv_y = iMinNow.mv_y + Diamond[m].mv_y; in UMHEXBipredIntegerPelBlockMotionSearch()
1069 cand.mv_y = iMinNow.mv_y + Hexagon[m].mv_y; in UMHEXBipredIntegerPelBlockMotionSearch()
[all …]
H A Dme_fullsearch.c73 cand.mv_y = center.mv_y + p_Vid->spiral_qpel_search[pos].mv_y; in full_search_motion_estimation()
137 pred1.mv_y = mv_block->pos_y_padded + pred_mv1->mv_y; // predicted position y (in sub-pel units) in full_search_bipred_motion_estimation()
139 pred2.mv_y = mv_block->pos_y_padded + pred_mv2->mv_y; // predicted position y (in sub-pel units) in full_search_bipred_motion_estimation()
151 cand.mv_y = center1.mv_y + p_Vid->spiral_qpel_search[pos].mv_y; in full_search_bipred_motion_estimation()
224 cand.mv_y = mv->mv_y + p_Vid->spiral_hpel_search[pos].mv_y; // quarter-pel units in sub_pel_motion_estimation()
250 mv->mv_y = mv->mv_y + p_Vid->spiral_hpel_search[best_pos].mv_y; in sub_pel_motion_estimation()
266 cand.mv_y = mv->mv_y + p_Vid->spiral_search[pos].mv_y; // quarter-pel units in sub_pel_motion_estimation()
337 cand.mv_y = mv1->mv_y + p_Vid->spiral_hpel_search[pos].mv_y; // quarter-pel units in sub_pel_bipred_motion_estimation()
374 cand.mv_y = mv1->mv_y + p_Vid->spiral_search[pos].mv_y; // quarter-pel units in sub_pel_bipred_motion_estimation()
443 cand.mv_y = mv->mv_y + p_Vid->spiral_search[pos].mv_y; in full_sub_pel_motion_estimation()
[all …]
H A Dme_epzs.c43 mv->mv_y &= 0xFFFC; in set_integer_mv()
332 if (nextLast || ((tmp.mv_x == center.mv_x) && (tmp.mv_y == center.mv_y))) in EPZS_motion_estimation()
379 if ((tmp.mv_x == 0 && tmp.mv_y == 0) || (tmp.mv_x == mv->mv_x && tmp.mv_y == mv->mv_y)) in EPZS_motion_estimation()
381 if (iabs (tmp.mv_x - mv->mv_x) < (mv_range) && iabs (tmp.mv_y - mv->mv_y) < (mv_range)) in EPZS_motion_estimation()
621 …if ((tmp.mv_x == 0 && tmp.mv_y == 0) || (iabs (tmp.mv_x - mv->mv_x) < (mv_range) && iabs (tmp.mv_y in EPZS_subMB_motion_estimation()
671 if (nextLast || ((tmp.mv_x == center.mv_x) && (tmp.mv_y == center.mv_y))) in EPZS_subMB_motion_estimation()
718 if ((tmp.mv_x == 0 && tmp.mv_y == 0) || (tmp.mv_x == mv->mv_x && tmp.mv_y == mv->mv_y)) in EPZS_subMB_motion_estimation()
720 if (iabs (tmp.mv_x - mv->mv_x) < (mv_range) && iabs (tmp.mv_y - mv->mv_y) < (mv_range)) in EPZS_subMB_motion_estimation()
898 …if ((tmp.mv_x == 0 && tmp.mv_y == 0) || (iabs (tmp.mv_x - mv1->mv_x) < (mv_range) && iabs (tmp.mv_… in EPZS_bipred_motion_estimation()
951 if (nextLast || ((tmp.mv_x == center1.mv_x) && (tmp.mv_y == center1.mv_y))) in EPZS_bipred_motion_estimation()
[all …]
H A Dme_epzs_int.c292 || (iabs (tmp.mv_x - mv->mv_x) < (mv_range) && iabs (tmp.mv_y - mv->mv_y) < (mv_range))) in EPZS_integer_motion_estimation()
346 if (nextLast || ((tmp.mv_x == center.mv_x) && (tmp.mv_y == center.mv_y))) in EPZS_integer_motion_estimation()
393 if ((tmp.mv_x == 0 && tmp.mv_y == 0) || (tmp.mv_x == mv->mv_x && tmp.mv_y == mv->mv_y)) in EPZS_integer_motion_estimation()
395 if (iabs (tmp.mv_x - mv->mv_x) < (mv_range) && iabs (tmp.mv_y - mv->mv_y) < (mv_range)) in EPZS_integer_motion_estimation()
648 …|| (tmp.mv_x == 0 && tmp.mv_y == 0) || (iabs (tmp.mv_x - mv->mv_x) < (mv_range) && iabs (tmp.mv_y in EPZS_integer_subMB_motion_estimation()
698 if (nextLast || ((tmp.mv_x == center.mv_x) && (tmp.mv_y == center.mv_y))) in EPZS_integer_subMB_motion_estimation()
746 if ((tmp.mv_x == 0 && tmp.mv_y == 0) || (tmp.mv_x == mv->mv_x && tmp.mv_y == mv->mv_y)) in EPZS_integer_subMB_motion_estimation()
926 …if ((tmp.mv_x == 0 && tmp.mv_y == 0) || (iabs (tmp.mv_x - mv1->mv_x) < (mv_range) && iabs (tmp.mv_… in EPZS_integer_bipred_motion_estimation()
979 if (nextLast || ((tmp.mv_x == center1.mv_x) && (tmp.mv_y == center1.mv_y))) in EPZS_integer_bipred_motion_estimation()
1008 if ((tmp.mv_x == 0 && tmp.mv_y == 0) || (tmp.mv_x == mv1->mv_x && tmp.mv_y == mv1->mv_y)) in EPZS_integer_bipred_motion_estimation()
[all …]
H A Dme_epzs_common.c1023 p->bot[LIST_0][j][i].mv_y = (p->bot[LIST_0][j][i].mv_y + 1) >> 1; in EPZSSliceInit()
1024 p->bot[LIST_1][j][i].mv_y = (p->bot[LIST_1][j][i].mv_y + 1) >> 1; in EPZSSliceInit()
1061 p->top[LIST_0][j][i].mv_y = (p->top[LIST_0][j][i].mv_y + 1) >> 1; in EPZSSliceInit()
1062 p->top[LIST_1][j][i].mv_y = (p->top[LIST_1][j][i].mv_y + 1) >> 1; in EPZSSliceInit()
1181 MotionVector0[j][i].mv_y = (short) rshift_rnd_sf (MotionVector0[j][i].mv_y, 1); in EPZSSliceInit()
1182 MotionVector1[j][i].mv_y = (short) rshift_rnd_sf (MotionVector1[j][i].mv_y, 1); in EPZSSliceInit()
1318 (point++)->motion.mv_y = 0; in EPZS_spatial_predictors()
1471 point->motion.mv_y = (short) rshift_rnd_sf (point->motion.mv_y, 1); in EPZS_spatial_predictors()
1485 point->motion.mv_y = (short) rshift_rnd_sf (point->motion.mv_y, 1); in EPZS_spatial_predictors()
1499 point->motion.mv_y = (short) rshift_rnd_sf (point->motion.mv_y, 1); in EPZS_spatial_predictors()
[all …]
H A Dme_epzs_sub.c91 …if (best_pos ==0 && (pred->mv_x == mv->mv_x) && (pred->mv_y == mv->mv_y) && min_mcost < sub_thresh… in EPZS_sub_pel_motion_estimation()
98 if (best_pos !=0 || (iabs(pred->mv_x - mv->mv_x) + iabs(pred->mv_y - mv->mv_y))) in EPZS_sub_pel_motion_estimation()
180 if (best_pos !=0 || (iabs(pred->mv_x - mv->mv_x) + iabs(pred->mv_y - mv->mv_y))) in EPZS_sub_pel_motion_estimation()
298 …if (best_pos ==0 && (pred1->mv_x == mv1->mv_x) && (pred1->mv_y == mv1->mv_y) && min_mcost < sub_th… in EPZS_sub_pel_bipred_motion_estimation()
305 if (best_pos !=0 || (iabs(pred1->mv_x - mv1->mv_x) + iabs(pred1->mv_y - mv1->mv_y))) in EPZS_sub_pel_bipred_motion_estimation()
389 if (best_pos !=0 || (iabs(pred1->mv_x - mv1->mv_x) + iabs(pred1->mv_y - mv1->mv_y))) in EPZS_sub_pel_bipred_motion_estimation()
/dports/multimedia/jmref/JM/lencod/inc/
H A Dmv_search.h55 mv0->mv_y = (short) (mv0->mv_y + mv1->mv_y); in add_mvs()
61 mv0.mv_y = (short) (mv0.mv_y + mv1->mv_y); in add_MVs()
69 mv0.mv_y = (short) (mv0.mv_y + mv_block->pos_y_padded); in pad_MVs()
104 …return ( ((distblk)lambda) *((distblk)(mvbits[mv->mv_x - pmv->mv_x] + mvbits[mv->mv_y - pmv->mv_y]… in mv_cost()
107 …f((lambda *(p_Vid->mvbits[mv->mv_x - pmv->mv_x] + p_Vid->mvbits[mv->mv_y - pmv->mv_y])), LAMBDA_AC… in mv_cost()
109 …return ((lambda *(p_Vid->mvbits[mv->mv_x - pmv->mv_x] + p_Vid->mvbits[mv->mv_y - pmv->mv_y]))>> LA… in mv_cost()
136 int i32MVy = iabs(pMV->mv_y - pRefMV->mv_y); in GetMaxMVD()
H A Dme_umhex.h69 …if((iabs(cand.mv_x - center.mv_x)>>2) < search_range && (iabs(cand.mv_y - center.mv_y)>>2)< search…
71 …if(!p_UMHex->McostState[((cand.mv_y - center.mv_y) >> 2)+ search_range][((cand.mv_x-center.mv_x)>>…
78 …p_UMHex->McostState[((cand.mv_y - center.mv_y) >> 2) + search_range][((cand.mv_x - center.mv_x) >>…
89 if((iabs(cand.mv_x - center2.mv_x) >> 2) < search_range && (iabs(cand.mv_y - center2.mv_y) >> 2) < …
91 …if(!p_UMHex->McostState[((cand.mv_y - center2.mv_y) >> 2) + search_range][((cand.mv_x-center2.mv_x…
99 …p_UMHex->McostState[((cand.mv_y - center2.mv_y) >> 2) + search_range][((cand.mv_x - center2.mv_x) …
H A Dme_epzs_common.h129 cur_mv->mv_y = (short) rshift_rnd_sf((mvScale * cur_mv->mv_y), shift_mv); in add_predictor()
136 out_mv->mv_y = (short) rshift_rnd_sf((scale * mv->mv_y), shift_mv); in scale_mv()
142 out_mv->mv_y = (short) rshift_rnd_sf((scale[1] * mv->mv_y), shift_mv); in scale_mv_xy()
148 …MotionVector0->mv_y = (short) iClip3 (-32768, 32767, rshift_rnd_sf((tempmv_scale[LIST_0] * mv->mv_… in compute_scaled()
150 …MotionVector1->mv_y = (short) iClip3 (-32768, 32767, rshift_rnd_sf((tempmv_scale[LIST_1] * mv->mv_… in compute_scaled()
/dports/math/R-cran-forecast/forecast/tests/testthat/
H A Dtest-tslm.R5mv_y <- ts(cbind(rnorm(120, 0, 3) + 1:120 + 20 * sin(2 * pi * (1:120) / 12), rnorm(120, 3, 7) + 1:… globalVar
10 data <- datamat(mv_y, mv_x, v_y, v_x, fourier(v_y, 3))
44 a <- mv_y[, 1]
45 … expect_warning(fit1 <- tslm(mv_y ~ trend, subset = a < 20), "Subset has been assumed contiguous")
46 expect_error(fit2 <- tslm(mv_y ~ trend, subset = subset(mv_y, mv_y[, 1] < 20)))
51 fit1 <- tslm(mv_y ~ trend + season)
52 fit2 <- tslm(mv_y ~ trend + season, lambda = 0.5)
54 fit3 <- tslm(mv_y ~ trend + season, lambda = 0.5, biasadj = TRUE)
56 fit2 <- tslm(mv_y ~ trend + season, data = data)
60 …expect_warning(fit3 <- tslm(mv_y ~ trend + season, subset = mv_y[, 1] < 1), "Subset has been assum…
[all …]
H A Dtest-mforecast.R5mv_y <- ts(cbind(rnorm(120, 0, 3) + 1:120 + 20 * sin(2 * pi * (1:120) / 12), rnorm(120, 3, 7) + 1:… globalVar
11 fit <- lm(mv_y ~ v_x)
20 fit <- lm(mv_y ~ v_x)
23 fit3 <- lm(mv_y[, 1] ~ v_x)
24 fit4 <- lm(mv_y[, 2] ~ v_x)
35 fit <- lm(mv_y ~ v_x)
37 fit2 <- lm(mv_y[, 1] ~ v_x)
52 fit <- lm(mv_y ~ v_x)
59 fit <- lm(mv_y ~ v_x)
/dports/multimedia/jmref/JM/lcommon/src/
H A Dmv_prediction.c125 ? mv_info[block[0].pos_y][block[0].pos_x].mv[list].mv_y in GetMotionVectorPredictorMBAFF()
126 : mv_info[block[0].pos_y][block[0].pos_x].mv[list].mv_y / 2 in GetMotionVectorPredictorMBAFF()
129 ? mv_info[block[1].pos_y][block[1].pos_x].mv[list].mv_y in GetMotionVectorPredictorMBAFF()
130 : mv_info[block[1].pos_y][block[1].pos_x].mv[list].mv_y / 2 in GetMotionVectorPredictorMBAFF()
133 ? mv_info[block[2].pos_y][block[2].pos_x].mv[list].mv_y in GetMotionVectorPredictorMBAFF()
134 : mv_info[block[2].pos_y][block[2].pos_x].mv[list].mv_y / 2 in GetMotionVectorPredictorMBAFF()
141 : mv_info[block[0].pos_y][block[0].pos_x].mv[list].mv_y in GetMotionVectorPredictorMBAFF()
145 : mv_info[block[1].pos_y][block[1].pos_x].mv[list].mv_y in GetMotionVectorPredictorMBAFF()
149 : mv_info[block[2].pos_y][block[2].pos_x].mv[list].mv_y in GetMotionVectorPredictorMBAFF()
182 pmv->mv_y = (short) pred_vec; in GetMotionVectorPredictorMBAFF()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dindeo4.c483 mv_x = mv_y = 0; in decode_mb_info()
520 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
523 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
561 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
564 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
570 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
575 mb->mv_y = mv_y; in decode_mb_info()
580 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
586 mb->b_mv_y = -mv_y; in decode_mb_info()
591 mb->b_mv_y = -mb->mv_y; in decode_mb_info()
[all …]
H A Dindeo5.c456 int x, y, mv_x, mv_y, mv_delta, offs, mb_offset, in decode_mb_info() local
477 mv_x = mv_y = 0; in decode_mb_info()
502 mb->mv_x = mb->mv_y = 0; /* no motion vector coded */ in decode_mb_info()
507 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
510 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
538 mb->mv_x = mb->mv_y = 0; /* there is no motion vector in intra-macroblocks */ in decode_mb_info()
544 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
547 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
553 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
558 mb->mv_y = mv_y; in decode_mb_info()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dindeo4.c483 mv_x = mv_y = 0; in decode_mb_info()
520 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
523 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
561 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
564 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
570 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
575 mb->mv_y = mv_y; in decode_mb_info()
580 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
586 mb->b_mv_y = -mv_y; in decode_mb_info()
591 mb->b_mv_y = -mb->mv_y; in decode_mb_info()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dindeo4.c486 mv_x = mv_y = 0; in decode_mb_info()
528 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
531 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
569 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
572 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
578 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
583 mb->mv_y = mv_y; in decode_mb_info()
588 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
594 mb->b_mv_y = -mv_y; in decode_mb_info()
599 mb->b_mv_y = -mb->mv_y; in decode_mb_info()
[all …]
H A Dindeo5.c458 int x, y, mv_x, mv_y, mv_delta, offs, mb_offset, in decode_mb_info() local
479 mv_x = mv_y = 0; in decode_mb_info()
504 mb->mv_x = mb->mv_y = 0; /* no motion vector coded */ in decode_mb_info()
509 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
512 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
540 mb->mv_x = mb->mv_y = 0; /* there is no motion vector in intra-macroblocks */ in decode_mb_info()
546 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
549 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
555 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
560 mb->mv_y = mv_y; in decode_mb_info()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dindeo4.c486 mv_x = mv_y = 0; in decode_mb_info()
528 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
531 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
569 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
572 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
578 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
583 mb->mv_y = mv_y; in decode_mb_info()
588 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
594 mb->b_mv_y = -mv_y; in decode_mb_info()
599 mb->b_mv_y = -mb->mv_y; in decode_mb_info()
[all …]
H A Dindeo5.c458 int x, y, mv_x, mv_y, mv_delta, offs, mb_offset, in decode_mb_info() local
479 mv_x = mv_y = 0; in decode_mb_info()
504 mb->mv_x = mb->mv_y = 0; /* no motion vector coded */ in decode_mb_info()
509 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
512 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
540 mb->mv_x = mb->mv_y = 0; /* there is no motion vector in intra-macroblocks */ in decode_mb_info()
546 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
549 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
555 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
560 mb->mv_y = mv_y; in decode_mb_info()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dindeo4.c486 mv_x = mv_y = 0; in decode_mb_info()
528 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
531 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
569 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
572 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
578 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
583 mb->mv_y = mv_y; in decode_mb_info()
588 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
594 mb->b_mv_y = -mv_y; in decode_mb_info()
599 mb->b_mv_y = -mb->mv_y; in decode_mb_info()
[all …]
H A Dindeo5.c457 int x, y, mv_x, mv_y, mv_delta, offs, mb_offset, in decode_mb_info() local
478 mv_x = mv_y = 0; in decode_mb_info()
503 mb->mv_x = mb->mv_y = 0; /* no motion vector coded */ in decode_mb_info()
508 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
511 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
539 mb->mv_x = mb->mv_y = 0; /* there is no motion vector in intra-macroblocks */ in decode_mb_info()
545 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
548 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
554 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
559 mb->mv_y = mv_y; in decode_mb_info()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dindeo4.c486 mv_x = mv_y = 0; in decode_mb_info()
528 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
531 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
569 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
572 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
578 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
583 mb->mv_y = mv_y; in decode_mb_info()
588 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
594 mb->b_mv_y = -mv_y; in decode_mb_info()
599 mb->b_mv_y = -mb->mv_y; in decode_mb_info()
[all …]
H A Dindeo5.c457 int x, y, mv_x, mv_y, mv_delta, offs, mb_offset, in decode_mb_info() local
478 mv_x = mv_y = 0; in decode_mb_info()
503 mb->mv_x = mb->mv_y = 0; /* no motion vector coded */ in decode_mb_info()
508 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
511 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
539 mb->mv_x = mb->mv_y = 0; /* there is no motion vector in intra-macroblocks */ in decode_mb_info()
545 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
548 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
554 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
559 mb->mv_y = mv_y; in decode_mb_info()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dindeo4.c486 mv_x = mv_y = 0; in decode_mb_info()
528 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
531 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
569 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
572 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
578 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
583 mb->mv_y = mv_y; in decode_mb_info()
588 mv_y += IVI_TOSIGNED(mv_delta); in decode_mb_info()
594 mb->b_mv_y = -mv_y; in decode_mb_info()
599 mb->b_mv_y = -mb->mv_y; in decode_mb_info()
[all …]

12345678910>>...27