Home
last modified time | relevance | path

Searched refs:decorrelate_sm (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtakdsp.c48 static void decorrelate_sm(int32_t *p1, int32_t *p2, int length) in decorrelate_sm() function
77 c->decorrelate_sm = decorrelate_sm; in ff_takdsp_init()
H A Dtakdsp.h27 void (*decorrelate_sm)(int32_t *p1, int32_t *p2, int length); member
H A Dtakdec.c577 s->tdsp.decorrelate_sm(p1, p2, length); in decorrelate()
/third_party/ffmpeg/libavcodec/x86/
H A Dtakdsp_init.c39 c->decorrelate_sm = ff_tak_decorrelate_sm_sse2; in ff_takdsp_init_x86()

Completed in 3 milliseconds