Home
last modified time | relevance | path

Searched refs:mode_check_freq (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c762 cpi->mode_check_freq[i] = 0; in vp8_set_speed_features()
833 cpi->mode_check_freq[THR_ZERO1] = in vp8_set_speed_features()
834 cpi->mode_check_freq[THR_NEAREST1] = in vp8_set_speed_features()
835 cpi->mode_check_freq[THR_NEAR1] = in vp8_set_speed_features()
836 cpi->mode_check_freq[THR_TM] = in vp8_set_speed_features()
837 cpi->mode_check_freq[THR_DC] = 0; /* always */ in vp8_set_speed_features()
839 cpi->mode_check_freq[THR_ZERO2] = in vp8_set_speed_features()
840 cpi->mode_check_freq[THR_ZERO3] = in vp8_set_speed_features()
841 cpi->mode_check_freq[THR_NEAREST2] = in vp8_set_speed_features()
842 cpi->mode_check_freq[THR_NEAREST3] = speed_map(Speed, in vp8_set_speed_features()
[all …]
Donyx_int.h356 unsigned int mode_check_freq[MAX_MODES]; member
Dpickinter.c754 (cpi->mode_check_freq[mode_index] > 1)) in vp8_pick_inter_mode()
756 if (x->mbs_tested_so_far <= (cpi->mode_check_freq[mode_index] * in vp8_pick_inter_mode()
Drdopt.c2077 if (x->mode_test_hit_counts[mode_index] && (cpi->mode_check_freq[mode_index] > 1)) in vp8_rd_pick_inter_mode()
2079 …if (x->mbs_tested_so_far <= cpi->mode_check_freq[mode_index] * x->mode_test_hit_counts[mode_index… in vp8_rd_pick_inter_mode()