| 448 | } |
| 449 | |
| 450 | static void spatial_compose53i_init(DWTCompose *cs, IDWTELEM *buffer, int height, int stride){ |
| 451 | cs->b0 = buffer + mirror(-1-1, height-1)*stride; |
| 452 | cs->b1 = buffer + mirror(-1 , height-1)*stride; |
| 453 | cs->y = -1; |
| 454 | } |
| 455 | |
| 456 | static void spatial_compose53i_dy_buffered(DWTCompose *cs, slice_buffer * sb, int width, int height, int stride_line){ |
| 457 | int y= cs->y; |
no test coverage detected