Home | History | Annotate | Download | only in dsp

Lines Matching refs:tile_size

600   const int tile_size = 1 << bits;
601 const int max_y = GetMin(tile_size, height - row_start);
602 const int max_x = GetMin(tile_size, width - col_start);
648 const int tile_size = 1 << bits;
649 const int max_y = GetMin(tile_size, height - row_start);
650 const int max_x = GetMin(tile_size, width - col_start);