Searched refs:start_posx (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_removelogo.c394 int start_posx, start_posy, end_posx, end_posy; local
404 start_posx = FFMAX(0, x - mask_size);
409 image_read_position = image_data + image_linesize * start_posy + start_posx;
410 mask_read_position = mask_data + mask_linesize * start_posy + start_posx;
413 for (i = start_posx; i <= end_posx; i++) {
416 if (!(*mask_read_position) && mask[mask_size][i - start_posx][j - start_posy]) {
425 image_read_position += (image_linesize - ((end_posx + 1) - start_posx));
426 mask_read_position += (mask_linesize - ((end_posx + 1) - start_posx));

Completed in 100 milliseconds