Home
last modified time | relevance | path

Searched refs:transform4x4 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
Dhevcdsp_template.c32 transform4x4(src_01, src_23, res, shift, coeffs); in FUNC()
40 transform4x4(src_01, src_23, res, shift2, coeffs); in FUNC()
Dhevcdsp.c44 static av_always_inline void transform4x4(vec_s16 src_01, vec_s16 src_23, in transform4x4() function