Searched refs:start_posy (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
405 start_posy = FFMAX(0, y - 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;
412 for (j = start_posy; j <= end_posy; j++) {
416 if (!(*mask_read_position) && mask[mask_size][i - start_posx][j - start_posy]) {

Completed in 34 milliseconds