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

Function w53_16_c

libavcodec/dwt.c:812–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
814}
815
816static int w97_16_c(void *v, uint8_t * pix1, uint8_t * pix2, int line_size, int h){
817 return w_c(v, pix1, pix2, line_size, 16, h, 0);

Callers

nothing calls this directly

Calls 1

w_cFunction · 0.85

Tested by

no test coverage detected