Home
last modified time | relevance | path

Searched refs:tile_count (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/
Dscan.c96 int *tile_count);
3044 int *tile_count) { in blackout_line_skip() argument
3079 *tile_count += tile_has_diff[n]; in blackout_line_skip()
3170 int tile_count = 0; in scan_display() local
3288 &tile_count)) { in scan_display()
3296 tile_count += tile_has_diff[n]; in scan_display()
3321 tile_count++; in scan_display()
3328 tile_count++; in scan_display()
3339 return tile_count; in scan_display()
3355 int i, tile_count, tile_diffs; in scan_for_updates() local
[all …]
/external/opencv/cv/src/
Dcvtemplmatch.cpp64 tile_count_x, tile_count_y, tile_count; in icvCrossCorr() local
189 tile_count = tile_count_x*tile_count_y; in icvCrossCorr()
196 for( k = 0; k < tile_count; k++ ) in icvCrossCorr()