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

Function w53_8_c

libavcodec/dwt.c:804–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802}
803
804static int w53_8_c(void *v, uint8_t * pix1, uint8_t * pix2, int line_size, int h){
805 return w_c(v, pix1, pix2, line_size, 8, h, 1);
806}
807
808static int w97_8_c(void *v, uint8_t * pix1, uint8_t * pix2, int line_size, int h){
809 return w_c(v, pix1, pix2, line_size, 8, h, 0);

Callers

nothing calls this directly

Calls 1

w_cFunction · 0.85

Tested by

no test coverage detected