Home | History | Annotate | Download | only in dsp

Lines Matching refs:col_start

526   const int col_start = tile_x << bits;
531 const int xmax = (tile_size <= width - col_start) ?
532 tile_size : width - col_start;
550 const int col = col_start + x;
581 const int col_start = tile_x << bits;
586 const int xmax = (tile_size <= width - col_start) ?
587 tile_size : width - col_start;
598 const int col = col_start + x;