Home
last modified time | relevance | path

Searched refs:lf_motion_threshold (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c87 sf->lf_motion_threshold = LOW_MOTION_THRESHOLD; in set_good_speed_feature()
95 sf->lf_motion_threshold = NO_MOTION_THRESHOLD; in set_good_speed_feature()
123 sf->lf_motion_threshold = LOW_MOTION_THRESHOLD; in set_good_speed_feature()
210 sf->lf_motion_threshold = LOW_MOTION_THRESHOLD; in set_rt_speed_feature()
Dvp9_speed_features.h214 MOTION_THRESHOLD lf_motion_threshold; member
Dvp9_encodeframe.c2492 sb_has_motion(cm, prev_mi, sf->lf_motion_threshold))) { in encode_rd_sb_row()
2505 sb_has_motion(cm, prev_mi, sf->lf_motion_threshold)) in encode_rd_sb_row()