Searched refs:start_posy (Results 1 – 1 of 1) sorted by relevance
387 int start_posx, start_posy, end_posx, end_posy; in blur_pixel() local398 start_posy = FFMAX(0, y - mask_size); in blur_pixel()402 image_read_position = image_data + image_linesize * start_posy + start_posx; in blur_pixel()403 mask_read_position = mask_data + mask_linesize * start_posy + start_posx; in blur_pixel()405 for (j = start_posy; j <= end_posy; j++) { in blur_pixel()409 if (!(*mask_read_position) && mask[mask_size][i - start_posx][j - start_posy]) { in blur_pixel()