Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c6421 #define kMvPreCheckLines 5 macro
6645 assert(kMvPreCheckSize == (kMvPreCheckLines * (kMvPreCheckLines + 1)) >> 1);
6650 for (idx = 0; idx < kMvPreCheckLines; ++idx) {
6681 for (idx = 1; idx < kMvPreCheckLines; ++idx) {
6701 for (idx = 0; idx < kMvPreCheckLines; ++idx) {