Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_encoder.c6868 #define kMvPreCheckLines 5 macro
7092 assert(kMvPreCheckSize == (kMvPreCheckLines * (kMvPreCheckLines + 1)) >> 1);
7097 for (idx = 0; idx < kMvPreCheckLines; ++idx) {
7128 for (idx = 1; idx < kMvPreCheckLines; ++idx) {
7148 for (idx = 0; idx < kMvPreCheckLines; ++idx) {