Searched refs:ZEROMV (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/vp8/common/ |
D | reconintra.c | 141 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()
|
D | blockd.h | 84 ZEROMV, enumerator
|
D | entropymode.c | 153 -ZEROMV, 2,
|
D | loopfilter.c | 271 if (mbmi->mode == ZEROMV) in vp8_adjust_mb_lf_value()
|
/external/webp/src/dec/ |
D | tree.c | 39 NEARESTMV, NEARMV, ZEROMV, NEWMV, SPLITMV }; enumerator 55 -ZEROMV, 1,
|
/external/libvpx/vp8/encoder/ |
D | segmentation.c | 49 else if ((this_mb_mode_info->mbmi.mode != ZEROMV) && *(x->gf_active_ptr)) in vp8_update_gf_useage_maps()
|
D | pickinter.c | 607 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()
|
D | rdopt.c | 79 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()
|
D | ethreading.c | 197 …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()
|
D | encodeframe.c | 600 …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()
|
D | mcomp.c | 1612 if (m == ZEROMV) in accum_mv_refs()
|
/external/libvpx/vp8/decoder/ |
D | reconintra_mt.c | 142 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()
|
D | decodemv.c | 439 case ZEROMV: in read_mb_modes_mv()
|