HomeSort by relevance Sort by last modified time
    Searched refs:mode_check_freq (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/encoder/
onyx_if.c 474 cpi->mode_check_freq[i] = 0;
633 cpi->mode_check_freq[THR_SPLITG] = 4;
634 cpi->mode_check_freq[THR_SPLITA] = 4;
635 cpi->mode_check_freq[THR_SPLITMV] = 2;
675 cpi->mode_check_freq[THR_SPLITG] = 15;
676 cpi->mode_check_freq[THR_SPLITA] = 15;
677 cpi->mode_check_freq[THR_SPLITMV] = 7;
719 cpi->mode_check_freq[THR_V_PRED] = 2;
720 cpi->mode_check_freq[THR_H_PRED] = 2;
721 cpi->mode_check_freq[THR_B_PRED] = 2
    [all...]
onyx_int.h 297 unsigned int mode_check_freq[MAX_MODES]; member in struct:__anon5299
pickinter.c 565 if (cpi->mode_test_hit_counts[mode_index] && (cpi->mode_check_freq[mode_index] > 1))
567 //if ( (cpi->mbs_tested_so_far / cpi->mode_test_hit_counts[mode_index]) <= cpi->mode_check_freq[mode_index] )
568 if (cpi->mbs_tested_so_far <= (cpi->mode_check_freq[mode_index] * cpi->mode_test_hit_counts[mode_index]))
rdopt.c     [all...]

Completed in 24 milliseconds