Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dreconintra.c141 case ZEROMV: in vp8_build_intra_predictors_mby()
267 case ZEROMV: in vp8_build_intra_predictors_mby_s()
405 case ZEROMV: in vp8_build_intra_predictors_mbuv()
550 case ZEROMV: in vp8_build_intra_predictors_mbuv_s()
Dblockd.h84 ZEROMV, enumerator
Dentropymode.c153 -ZEROMV, 2,
Dloopfilter.c271 if (mbmi->mode == ZEROMV) in vp8_adjust_mb_lf_value()
/external/webp/src/dec/
Dtree.c39 NEARESTMV, NEARMV, ZEROMV, NEWMV, SPLITMV }; enumerator
55 -ZEROMV, 1,
/external/libvpx/vp8/encoder/
Dsegmentation.c49 else if ((this_mb_mode_info->mbmi.mode != ZEROMV) && *(x->gf_active_ptr)) in vp8_update_gf_useage_maps()
Dpickinter.c607 if (this_mode != ZEROMV || x->e_mbd.mode_info_context->mbmi.ref_frame != ALTREF_FRAME) in vp8_pick_inter_mode()
801 case ZEROMV: in vp8_pick_inter_mode()
918 …if (cpi->is_src_frame_alt_ref && (best_mbmode.mode != ZEROMV || best_mbmode.ref_frame != ALTREF_FR… in vp8_pick_inter_mode()
920 best_mbmode.mode = ZEROMV; in vp8_pick_inter_mode()
Drdopt.c79 ZEROMV,
85 ZEROMV,
88 ZEROMV,
1891 if (this_mode != ZEROMV || x->e_mbd.mode_info_context->mbmi.ref_frame != ALTREF_FRAME) in vp8_rd_pick_inter_mode()
1958 if (vp8_mode_order[mode_index] == ZEROMV) in vp8_rd_pick_inter_mode()
2229 case ZEROMV: in vp8_rd_pick_inter_mode()
2463 …if (cpi->is_src_frame_alt_ref && (best_mbmode.mode != ZEROMV || best_mbmode.ref_frame != ALTREF_FR… in vp8_rd_pick_inter_mode()
2465 best_mbmode.mode = ZEROMV; in vp8_rd_pick_inter_mode()
Dethreading.c197 …if ((xd->mode_info_context->mbmi.mode == ZEROMV) && (xd->mode_info_context->mbmi.ref_frame == LAST… in thread_encoding_proc()
213 else if ((mbmi->mode == ZEROMV) && (mbmi->ref_frame == LAST_FRAME)) in thread_encoding_proc()
Dencodeframe.c600 …if ((xd->mode_info_context->mbmi.mode == ZEROMV) && (xd->mode_info_context->mbmi.ref_frame == LAST… in encode_mb_row()
615 …else if ((xd->mode_info_context->mbmi.mode == ZEROMV) && (xd->mode_info_context->mbmi.ref_frame ==… in encode_mb_row()
1295 …>mode_info_context->mbmi.ref_frame != LAST_FRAME) || (xd->mode_info_context->mbmi.mode != ZEROMV))) in vp8cx_encode_inter_macroblock()
1313 if (xd->mode_info_context->mbmi.mode == ZEROMV) in vp8cx_encode_inter_macroblock()
Dmcomp.c1612 if (m == ZEROMV) in accum_mv_refs()
/external/libvpx/vp8/decoder/
Dreconintra_mt.c142 case ZEROMV: in vp8mt_build_intra_predictors_mby()
278 case ZEROMV: in vp8mt_build_intra_predictors_mby_s()
434 case ZEROMV: in vp8mt_build_intra_predictors_mbuv()
596 case ZEROMV: in vp8mt_build_intra_predictors_mbuv_s()
Ddecodemv.c439 case ZEROMV: in read_mb_modes_mv()