/third_party/ffmpeg/libavfilter/ |
H A D | vf_mestimate.c | 135 preds.mvs[preds.nb][0] = px;\ 136 preds.mvs[preds.nb][1] = py;\ 234 me_ctx->pred_x = mid_pred(preds[0].mvs[1][0], preds[0].mvs[2][0], preds[0].mvs[3][0]); in filter_frame() 235 me_ctx->pred_y = mid_pred(preds[0].mvs[1][1], preds[0].mvs[2][1], preds[0].mvs[3][1]); in filter_frame() 237 me_ctx->pred_x = mid_pred(0, preds[0].mvs[1][0], preds[0].mvs[ in filter_frame() [all...] |
H A D | vf_minterpolate.c | 140 int16_t mvs[2][2]; member 148 int16_t mvs[NB_PIXEL_MVS][2]; member 411 preds.mvs[preds.nb][0] = px;\ 412 preds.mvs[preds.nb][1] = py;\ 470 me_ctx->pred_x = mid_pred(preds[0].mvs[1][0], preds[0].mvs[2][0], preds[0].mvs[3][0]); in search_mv() 471 me_ctx->pred_y = mid_pred(preds[0].mvs[1][1], preds[0].mvs[2][1], preds[0].mvs[ in search_mv() [all...] |
H A D | motion_estimation.c | 350 COST_P_MV(x_mb + preds[0].mvs[i][0], y_mb + preds[0].mvs[i][1]); in ff_me_search_epzs() 353 COST_P_MV(x_mb + preds[1].mvs[i][0], y_mb + preds[1].mvs[i][1]); in ff_me_search_epzs() 392 COST_P_MV(x_mb + pred->mvs[i][0], y_mb + pred->mvs[i][1]); in ff_me_search_umh()
|
H A D | vf_codecview.c | 282 const AVMotionVector *mvs = (const AVMotionVector *)sd->data; in filter_frame() local 287 for (i = 0; i < sd->size / sizeof(*mvs); i++) { in filter_frame() 288 const AVMotionVector *mv = &mvs[i]; in filter_frame()
|
H A D | motion_estimation.h | 37 int mvs[10][2]; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegutils.c | 117 AVMotionVector *mvs = av_malloc_array(mb_width * mb_height, 2 * 4 * sizeof(AVMotionVector)); in ff_print_debug_info2() local 118 if (!mvs) in ff_print_debug_info2() 135 mbcount += add_mb(mvs + mbcount, mb_type, sx, sy, mx, my, scale, direction); in ff_print_debug_info2() 148 mbcount += add_mb(mvs + mbcount, mb_type, sx, sy, mx, my, scale, direction); in ff_print_debug_info2() 161 mbcount += add_mb(mvs + mbcount, mb_type, sx, sy, mx, my, scale, direction); in ff_print_debug_info2() 169 mbcount += add_mb(mvs + mbcount, mb_type, sx, sy, mx, my, scale, direction); in ff_print_debug_info2() 181 av_freep(&mvs); in ff_print_debug_info2() 184 memcpy(sd->data, mvs, mbcount * sizeof(AVMotionVector)); in ff_print_debug_info2() 187 av_freep(&mvs); in ff_print_debug_info2()
|
H A D | mpegvideo.c | 1309 int my, off, i, mvs; in lowest_referenced_row() local 1316 mvs = 1; in lowest_referenced_row() 1319 mvs = 2; in lowest_referenced_row() 1322 mvs = 4; in lowest_referenced_row() 1328 for (i = 0; i < mvs; i++) { in lowest_referenced_row()
|
/third_party/ffmpeg/doc/examples/ |
H A D | extract_mvs.c | 61 const AVMotionVector *mvs = (const AVMotionVector *)sd->data; in decode_packet() local 62 for (i = 0; i < sd->size / sizeof(*mvs); i++) { in decode_packet() 63 const AVMotionVector *mv = &mvs[i]; in decode_packet()
|
/third_party/icu/icu4c/source/config/ |
H A D | gmakever.mk | 11 ifeq ($(MACHTYPE),i370-ibm-mvs)
|
/third_party/skia/third_party/externals/icu/source/config/ |
H A D | gmakever.mk | 11 ifeq ($(MACHTYPE),i370-ibm-mvs)
|
/third_party/ffmpeg/tests/fate/ |
H A D | filter-video.mak | 40 FATE_FILTER_SAMPLES-$(call FILTERDEMDEC, CODECVIEW, RM, RV40) += fate-filter-codecview-mvs 41 fate-filter-codecview-mvs: CMD = framecrc -flags2 +export_mvs -i $(TARGET_SAMPLES)/real/spygames-2MB.rmvb -vf codecview=mv=pf+bf+bb -frames:v 60 -an
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | me_cmp.asm | 109 ; and it's even more unlikely to not have any alternative mvs/modes with lower cost.
|
/third_party/eudev/ |
H A D | configure | 14795 mvs*) 15514 mvs*)
|
/third_party/node/deps/cares/ |
H A D | configure | 15921 mvs*) 16640 mvs*)
|