diff options
author | Christian König <[email protected]> | 2010-12-05 16:46:10 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2010-12-05 16:46:10 +0100 |
commit | 8e0c05960daa7a38ab7834e6a9e7e0a7a973ac2d (patch) | |
tree | ffc7d098b210a83f71d3fa0448a22c84276f6413 /src/gallium/auxiliary/vl/vl_idct.h | |
parent | 9af3c243d958dd5b9802dda321ab980c83cb8cb8 (diff) |
[g3dvl] cleanup empty block handling
doing empty block handling in the mc code is indeed faster
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_idct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_idct.h b/src/gallium/auxiliary/vl/vl_idct.h index 3388d91f353..ccaaf2653de 100644 --- a/src/gallium/auxiliary/vl/vl_idct.h +++ b/src/gallium/auxiliary/vl/vl_idct.h @@ -66,8 +66,8 @@ struct vl_idct } individual; } sampler_views; - void *matrix_vs, *transpose_vs, *eb_vs; - void *matrix_fs, *transpose_fs, *eb_fs; + void *vs; + void *matrix_fs, *transpose_fs; union { |