Home
last modified time | relevance | path

Searched refs:use_prev_frame_mvs (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.c27 const MV_REF *const prev_frame_mvs = cm->use_prev_frame_mvs ? in find_mv_refs_idx()
84 if (cm->use_prev_frame_mvs) { in find_mv_refs_idx()
115 if (cm->use_prev_frame_mvs) { in find_mv_refs_idx()
Dvp9_onyxc_int.h216 int use_prev_frame_mvs; member
/external/libvpx/libvpx/test/
Dvp9_encoder_parms_get_to_decoder.cc148 EXPECT_EQ(common->use_prev_frame_mvs, 0); in HandleDecodeResult()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1710 if (cm->use_prev_frame_mvs) { in update_state_rt()
3901 cm->use_prev_frame_mvs = !cm->error_resilient_mode && in encode_frame_internal()
3908 cm->prev_mi = cm->use_prev_frame_mvs ? in encode_frame_internal()
Dvp9_pickmode.c1189 if (cm->use_prev_frame_mvs) in vp9_pick_inter_mode()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2164 cm->use_prev_frame_mvs = !cm->error_resilient_mode && in vp9_decode_frame()