MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / spatial_compose53i_init

Function spatial_compose53i_init

libavcodec/dwt.c:450–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450static 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
456static void spatial_compose53i_dy_buffered(DWTCompose *cs, slice_buffer * sb, int width, int height, int stride_line){
457 int y= cs->y;

Callers 2

spatial_compose53iFunction · 0.85
ff_spatial_idwt_initFunction · 0.85

Calls 1

mirrorFunction · 0.85

Tested by

no test coverage detected