Searched defs:curr_y (Results 1 – 5 of 5) sorted by relevance
44 static void insert_new_edges(SkEdge* newEdge, int curr_y) { in insert_new_edges()76 static void validate_edges_for_y(const SkEdge* edge, int curr_y) { in validate_edges_for_y()88 #define validate_edges_for_y(edge, curr_y) argument105 int curr_y = start_y; in walk_edges() local
176 int curr_x, curr_y; /**< for iterating over bins */ member
2111 const uint32_t curr_y = ((mi_row * MI_SIZE) >> scale_vert) + y * MI_SIZE; in av1_filter_block_plane_vert() local2198 const uint32_t curr_y = ((mi_row * MI_SIZE) >> scale_vert) + y * MI_SIZE; in av1_filter_block_plane_horz() local2287 const uint32_t curr_y = ((mi_row * MI_SIZE) >> scale_vert) + y * MI_SIZE; in av1_filter_block_plane_vert_test() local2330 const uint32_t curr_y = ((mi_row * MI_SIZE) >> scale_vert) + y * MI_SIZE; in av1_filter_block_plane_horz_test() local
256 for (int curr_y = orig_y; curr_y < y_bound; ++curr_y) { in DownsampleAveraged() local