Home
last modified time | relevance | path

Searched defs:add_residual (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdsp.h51 void (*add_residual[4])(uint8_t *dst, int16_t *res, ptrdiff_t stride); member
Dhevcdsp_template.c44 static av_always_inline void FUNC(add_residual)(uint8_t *_dst, int16_t *res, in FUNC() argument