Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h35 INTER_ALL = (1 << NEARESTMV) | (1 << NEARMV) | (1 << ZEROMV) | (1 << NEWMV),
38 INTER_NEAREST_ZERO = (1 << NEARESTMV) | (1 << ZEROMV),
39 INTER_NEAREST_NEW_ZERO = (1 << NEARESTMV) | (1 << ZEROMV) | (1 << NEWMV),
41 INTER_NEAREST_NEAR_ZERO = (1 << NEARESTMV) | (1 << NEARMV) | (1 << ZEROMV),
Dvp9_rdopt.c97 {ZEROMV, {LAST_FRAME, NONE}},
98 {ZEROMV, {GOLDEN_FRAME, NONE}},
99 {ZEROMV, {ALTREF_FRAME, NONE}},
111 {ZEROMV, {LAST_FRAME, ALTREF_FRAME}},
112 {ZEROMV, {GOLDEN_FRAME, ALTREF_FRAME}},
1296 case ZEROMV: in set_and_cost_bmi_mvs()
1503 if ((this_mode == NEARMV || this_mode == NEARESTMV || this_mode == ZEROMV) && in check_best_zero_mv()
1510 int c3 = cost_mv_ref(cpi, ZEROMV, rfc); in check_best_zero_mv()
1517 assert(this_mode == ZEROMV); in check_best_zero_mv()
1763 bsi->modes[i] = ZEROMV; in rd_pick_best_sub8x8_mode()
[all …]
Dvp9_pickmode.c1051 {LAST_FRAME, ZEROMV},
1053 {GOLDEN_FRAME, ZEROMV},
1061 {LAST_FRAME, ZEROMV},
1062 {GOLDEN_FRAME, ZEROMV},
1083 PREDICTION_MODE best_mode = ZEROMV; in vp9_pick_inter_mode()
1187 frame_mv[ZEROMV][ref_frame].as_int = 0; in vp9_pick_inter_mode()
1241 if (!(this_mode == ZEROMV && ref_frame == LAST_FRAME)) { in vp9_pick_inter_mode()
1782 b_mv[ZEROMV].as_int = 0; in vp9_pick_inter_mode_sub8x8()
Dvp9_denoiser.c230 mbmi->mode = ZEROMV; in perform_motion_compensation()
233 ctx->best_sse_inter_mode = ZEROMV; in perform_motion_compensation()
Dvp9_encodeframe.c1135 mbmi->mode = ZEROMV; in set_mode_info_seg_skip()
/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c620 this_mode == ZEROMV && in evaluate_inter_mode()
950 if (vp8_mode_order[mode_index] == NEWMV && parent_mode == ZEROMV in vp8_pick_inter_mode()
1006 if (this_mode != ZEROMV || in vp8_pick_inter_mode()
1269 case ZEROMV: in vp8_pick_inter_mode()
1303 if (this_mode == ZEROMV && sse < zero_mv_sse && in vp8_pick_inter_mode()
1425 x->best_sse_inter_mode == ZEROMV && in vp8_pick_inter_mode()
1446 (best_mbmode.mode != ZEROMV && in vp8_pick_inter_mode()
1457 vp8_cost_mv_ref(ZEROMV, mdcounts); in vp8_pick_inter_mode()
1466 x->e_mbd.mode_info_context->mbmi.mode = ZEROMV; in vp8_pick_inter_mode()
1483 (best_mbmode.mode != ZEROMV || best_mbmode.ref_frame != ALTREF_FRAME)) in vp8_pick_inter_mode()
[all …]
Dsegmentation.c51 else if ((this_mb_mode_info->mbmi.mode != ZEROMV) && *(x->gf_active_ptr)) in vp8_update_gf_useage_maps()
Drdopt.c87 ZEROMV,
93 ZEROMV,
96 ZEROMV,
2056 if (this_mode != ZEROMV || x->e_mbd.mode_info_context->mbmi.ref_frame != ALTREF_FRAME) in vp8_rd_pick_inter_mode()
2114 if (vp8_mode_order[mode_index] == ZEROMV) in vp8_rd_pick_inter_mode()
2393 case ZEROMV: in vp8_rd_pick_inter_mode()
2435 if (this_mode == ZEROMV && sse < zero_mv_sse ) in vp8_rd_pick_inter_mode()
2544 vp8_cost_mv_ref(ZEROMV, mdcounts); in vp8_rd_pick_inter_mode()
2553 x->e_mbd.mode_info_context->mbmi.mode = ZEROMV; in vp8_rd_pick_inter_mode()
2573 (best_mode.mbmode.mode != ZEROMV || best_mode.mbmode.ref_frame != ALTREF_FRAME)) in vp8_rd_pick_inter_mode()
[all …]
Dencodeframe.c532 if (xd->mode_info_context->mbmi.mode == ZEROMV && in encode_mb_row()
568 …else if ((xd->mode_info_context->mbmi.mode == ZEROMV) && (xd->mode_info_context->mbmi.ref_frame ==… in encode_mb_row()
1313 …>mode_info_context->mbmi.ref_frame != LAST_FRAME) || (xd->mode_info_context->mbmi.mode != ZEROMV))) in vp8cx_encode_inter_macroblock()
1333 if (xd->mode_info_context->mbmi.mode == ZEROMV) in vp8cx_encode_inter_macroblock()
Ddenoising.c562 mbmi->mode = ZEROMV; in vp8_denoiser_denoise_mb()
564 x->best_sse_inter_mode = ZEROMV; in vp8_denoiser_denoise_mb()
Dethreading.c211 if (xd->mode_info_context->mbmi.mode == ZEROMV && in thread_encoding_proc()
251 else if ((mbmi->mode == ZEROMV) && (mbmi->ref_frame == LAST_FRAME)) in thread_encoding_proc()
Dmcomp.c1986 if (m == ZEROMV) in accum_mv_refs()
Donyx_if.c4727 if (tmp->mbmi.mode == ZEROMV && in encode_frame_to_data_rate()
/external/opencv3/3rdparty/libwebp/dec/
Dtree.c41 NEARESTMV, NEARMV, ZEROMV, NEWMV, SPLITMV }; enumerator
57 -ZEROMV, 1,
/external/libvpx/libvpx/vp9/common/
Dvp9_enums.h124 #define ZEROMV 12 macro
Dvp9_entropymode.c236 -INTER_OFFSET(ZEROMV), 2,
/external/libvpx/libvpx/vp8/common/
Dentropymode.c136 -ZEROMV, 2,
Dblockd.h84 ZEROMV, enumerator
Dvp8_loopfilter.c53 lfi->mode_lf_lut[ZEROMV] = 1; in lf_init_lut()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c452 case ZEROMV: { in assign_mv()
516 mbmi->mode = ZEROMV; in read_inter_block_mode_info()
528 if (bsize < BLOCK_8X8 || mbmi->mode != ZEROMV) { in read_inter_block_mode_info()
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c528 mbmi->mode = ZEROMV; in read_mb_modes_mv()