Searched refs:search_pos (Results 1 – 3 of 3) sorted by relevance
1350 search_pos: usize, field1399 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 …]
2293 static const MV search_pos[4] = { variable2401 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()
1655 static const MV search_pos[4] = { in av1_int_pro_motion_estimation() local1735 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()