Lines Matching defs:t_height
357 int p, int b, int t_height, int t_width)
362 for (y = 0; y < band->height; y += t_height) {
368 tile->height = FFMIN(band->height - y, t_height);
398 int p, b, x_tiles, y_tiles, t_width, t_height, ret;
403 t_height = !p ? tile_height : (tile_height + 3) >> 2;
406 if (t_width % 2 || t_height % 2) {
411 t_height >>= 1;
413 if(t_width<=0 || t_height<=0)
427 y_tiles = IVI_NUM_TILES(band->height, t_height);
440 p, b, t_height, t_width);