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

Function w97_8_c

libavcodec/dwt.c:808–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
810}
811
812static int w53_16_c(void *v, uint8_t * pix1, uint8_t * pix2, int line_size, int h){
813 return w_c(v, pix1, pix2, line_size, 16, h, 1);

Callers

nothing calls this directly

Calls 1

w_cFunction · 0.85

Tested by

no test coverage detected