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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_hlp.c348 u32 pixel_list[32]; local
358 memset(&pixel_list[0], 0x00, sizeof(u32)*32);
392 pixel_list[ 2*i ] = min_t(int, l, width);
393 pixel_list[(2*i)+1] = min_t(int, r, width);
401 sort_and_eliminate( &pixel_list[0], &cnt_pixel );
411 clipping[2*i] |= cpu_to_le32(pixel_list[i] << 16);
425 if( pixel_list[i] < (x[j] + w[j])) {
427 if ( pixel_list[i] >= x[j] ) {

Completed in 34 milliseconds