Home
last modified time | relevance | path

Searched refs:kZeroMv (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.h19 static const MV kZeroMv = { 0, 0 }; variable
Dvp9_temporal_filter.c747 blk_mvs[0] = kZeroMv; in vp9_temporal_filter_iterate_row_c()
748 blk_mvs[1] = kZeroMv; in vp9_temporal_filter_iterate_row_c()
749 blk_mvs[2] = kZeroMv; in vp9_temporal_filter_iterate_row_c()
750 blk_mvs[3] = kZeroMv; in vp9_temporal_filter_iterate_row_c()
/external/libaom/libaom/av1/encoder/
Dtemporal_filter.c103 const MV baseline_mv = kZeroMv; in tf_motion_search()
988 MV ref_mv = kZeroMv; // Reference motion vector passed down along frames. in tf_do_filtering()
994 MV subblock_mvs[4] = { kZeroMv, kZeroMv, kZeroMv, kZeroMv }; in tf_do_filtering()
1001 mbd->mi[0]->mv[0].as_mv = kZeroMv; in tf_do_filtering()
1012 ref_mv = kZeroMv; in tf_do_filtering()
Dfirstpass.c615 first_pass_motion_search(cpi, x, &kZeroMv, &tmp_mv, &tmp_err); in firstpass_inter_prediction()
632 first_pass_motion_search(cpi, x, &kZeroMv, &tmp_mv, &gf_motion_error); in firstpass_inter_prediction()
657 first_pass_motion_search(cpi, x, &kZeroMv, &tmp_mv, &alt_motion_error); in firstpass_inter_prediction()
858 MV last_mv = kZeroMv; in av1_first_pass()
948 MV best_ref_mv = kZeroMv; in av1_first_pass()
Dmotion_search_facade.c775 const MV ref_mv = kZeroMv; in av1_simple_motion_search()
/external/libaom/libaom/av1/common/
Dmv.h45 static const MV kZeroMv = { 0, 0 }; variable
/external/libaom/libaom/av1/decoder/
Ddecodemv.c880 MV diff = kZeroMv; in read_mv()