Searched defs:curr_y (Results 1 – 4 of 4) 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
1329 const uint32_t curr_y = ((mi_row * MI_SIZE) >> scale_vert) + y * MI_SIZE; in av1_filter_block_plane_vert() local1377 const uint32_t curr_y = mi_row + y; in av1_filter_block_plane_vert_opt() local1446 const uint32_t curr_y = mi_row + (y << scale_vert); in av1_filter_block_plane_vert_opt_chroma() local1929 const uint32_t curr_y = ((mi_row * MI_SIZE) >> scale_vert) + y * MI_SIZE; in av1_filter_block_plane_horz() local
188 int curr_x, curr_y; /**< for iterating over bins */ member
256 for (int curr_y = orig_y; curr_y < y_bound; ++curr_y) { in DownsampleAveraged() local