Home | History | Annotate | Download | only in src

Lines Matching refs:width_n

345     int width = prev_x_range.end_index - prev_x_range.start_index, width_n = width*pix_size;
359 trow[i] = bptr[i + width_n];
361 else if( !(((size_t)(bptr + bsz1)|(size_t)src|width_n) & (sizeof(int)-1)) )
362 for( i = 0; i < width_n; i += sizeof(int) )
365 for( i = 0; i < width_n; i++ )
378 bptr[i + width_n] = bptr[j];
388 bptr[i + width_n] = bt[i];
399 bptr[i + width_n] = trow[i];