Home | History | Annotate | Download | only in enc

Lines Matching refs:tile_x

689   int tile_x = x & tile_mask;
696 if ((tile_x != (x & tile_mask)) || (tile_y != (y & tile_mask))) {
697 tile_x = x & tile_mask;
1322 int tile_x, tile_y;
1330 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) {
1331 predictors[tile_y * tiles_per_row + tile_x] = 0xff000000u | (pred << 8);