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

  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 784 cpi->mode_check_freq[i] = 0;
864 cpi->mode_check_freq[THR_ZERO1] = cpi->mode_check_freq[THR_NEAREST1] =
865 cpi->mode_check_freq[THR_NEAR1] = cpi->mode_check_freq[THR_TM] =
866 cpi->mode_check_freq[THR_DC] = 0; /* always */
868 cpi->mode_check_freq[THR_ZERO2] = cpi->mode_check_freq[THR_ZERO3] =
869 cpi->mode_check_freq[THR_NEAREST2] = cpi->mode_check_freq[THR_NEAREST3]
    [all...]
onyx_int.h 329 unsigned int mode_check_freq[MAX_MODES]; member in struct:VP8_COMP
pickinter.c 812 (cpi->mode_check_freq[mode_index] > 1)) {
813 if (x->mbs_tested_so_far <= (cpi->mode_check_freq[mode_index] *
    [all...]
rdopt.c     [all...]

Completed in 300 milliseconds