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

  /external/libvpx/vp8/encoder/
onyx_int.h 323 unsigned int mbs_tested_so_far; member in struct:__anon8495
pickinter.c 505 cpi->mbs_tested_so_far++; // Count of the number of MBs tested so far this frame
557 //if ( (cpi->mbs_tested_so_far / cpi->mode_test_hit_counts[mode_index]) <= cpi->mode_check_freq[mode_index] )
558 if (cpi->mbs_tested_so_far <= (cpi->mode_check_freq[mode_index] * cpi->mode_test_hit_counts[mode_index]))
rdopt.c     [all...]
onyx_if.c 556 cpi->mbs_tested_so_far = 0;
    [all...]

Completed in 211 milliseconds