D | vf_hqdn3d.c | 61 int16_t *temporal, int depth) in denoise_temporal() argument 66 temporal += 256 << LUT_BITS; in denoise_temporal() 70 frame_ant[x] = tmp = lowpass(frame_ant[x], LOAD(x), temporal, depth); in denoise_temporal() 84 int16_t *spatial, int16_t *temporal, int depth) in denoise_spatial() argument 91 temporal += 256 << LUT_BITS; in denoise_spatial() 98 frame_ant[x] = tmp = lowpass(frame_ant[x], tmp, temporal, depth); in denoise_spatial() 107 s->denoise_row[depth](src, dst, line_ant, frame_ant, w, spatial, temporal); in denoise_spatial() 114 frame_ant[x] = tmp = lowpass(frame_ant[x], tmp, temporal, depth); in denoise_spatial() 118 frame_ant[x] = tmp = lowpass(frame_ant[x], tmp, temporal, depth); in denoise_spatial() 128 int16_t *spatial, int16_t *temporal, int depth) in denoise_depth() argument [all …]
|