Home | History | Annotate | Download | only in encoder

Lines Matching full:neighbors

787     MV neighbors[8] = { { -1, -1}, {0, -1}, {1, -1}, { -1, 0}, {1, 0}, { -1, 1}, {0, 1}, {1, 1} } ;
874 // check 8 1 away neighbors
881 int nr = tr + neighbors[i].row, nc = tc + neighbors[i].col;