Searched refs:LF_IFUNC (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264dsp_init.c | 96 #define LF_IFUNC(DIR, TYPE, DEPTH, OPT) \ macro 104 LF_IFUNC(h, luma_intra, depth, sse2) \ 106 LF_IFUNC(v, luma_intra, depth, sse2) \ 108 LF_IFUNC(h, chroma_intra, depth, sse2) \ 110 LF_IFUNC(h, chroma422_intra, depth, sse2) \ 112 LF_IFUNC(v, chroma_intra, depth, sse2) \ 114 LF_IFUNC(h, luma_intra, depth, avx) \ 116 LF_IFUNC(v, luma_intra, depth, avx) \ 118 LF_IFUNC(h, chroma_intra, depth, avx) \ 120 LF_IFUNC( [all...] |
Completed in 1 milliseconds