Home
last modified time | relevance | path

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

/external/rust/crates/aho-corasick/src/
Dahocorasick.rs1350 search_pos: usize, field
1399 search_pos: 0, in new()
1413 if self.search_pos >= self.buf.len() { in next()
1430 self.search_pos - self.buf.min_buffer_len(); in next()
1431 self.search_pos = self.buf.min_buffer_len(); in next()
1463 self.search_pos, in next()
1468 self.search_pos = self.buf.len(); in next()
1472 if mat.end() == self.search_pos { in next()
1476 self.search_pos += 1; in next()
1478 self.search_pos = mat.end(); in next()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c2293 static const MV search_pos[4] = { variable
2401 tmp_mv->row = search_pos[idx].row + this_mv.row; in vp9_int_pro_motion_estimation()
2402 tmp_mv->col = search_pos[idx].col + this_mv.col; in vp9_int_pro_motion_estimation()
/external/libaom/libaom/av1/encoder/
Dmcomp.c1655 static const MV search_pos[4] = { in av1_int_pro_motion_estimation() local
1735 best_int_mv->as_fullmv.row = search_pos[idx].row + this_mv.row; in av1_int_pro_motion_estimation()
1736 best_int_mv->as_fullmv.col = search_pos[idx].col + this_mv.col; in av1_int_pro_motion_estimation()