Searched refs:mbs_tested_so_far (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h149 unsigned int mbs_tested_so_far; member in struct:macroblock
H A Dethreading.c508 mb->mbs_tested_so_far = 0;
H A Dpickinter.c687 x->mbs_tested_so_far++;
763 if (x->mbs_tested_so_far <= (cpi->mode_check_freq[mode_index] *
H A Drdopt.c2014 x->mbs_tested_so_far++;
2074 if (x->mbs_tested_so_far <= cpi->mode_check_freq[mode_index] * x->mode_test_hit_counts[mode_index])
H A Donyx_if.c788 cpi->mb.mbs_tested_so_far = 0;
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h148 unsigned int mbs_tested_so_far; member in struct:macroblock
H A Dethreading.c493 mb->mbs_tested_so_far = 0;
H A Dpickinter.c684 x->mbs_tested_so_far++;
753 if (x->mbs_tested_so_far <= (cpi->mode_check_freq[mode_index] *
H A Drdopt.c2014 x->mbs_tested_so_far++;
2074 if (x->mbs_tested_so_far <= cpi->mode_check_freq[mode_index] * x->mode_test_hit_counts[mode_index])
H A Donyx_if.c765 cpi->mb.mbs_tested_so_far = 0;

Completed in 2482 milliseconds