Home | History | Annotate | Download | only in dsp

Lines Matching refs:tile_size

528   const int tile_size = 1 << bits;
529 const int ymax = (tile_size <= height - row_start) ?
530 tile_size : height - row_start;
531 const int xmax = (tile_size <= width - col_start) ?
532 tile_size : width - col_start;
583 const int tile_size = 1 << bits;
584 const int ymax = (tile_size <= height - row_start) ?
585 tile_size : height - row_start;
586 const int xmax = (tile_size <= width - col_start) ?
587 tile_size : width - col_start;