Searched refs:FN (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_variance_sse2.c | 358 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ macro 398 FN(64, 64, 16, 6, 6, opt1, (int64_t)); \ 399 FN(64, 32, 16, 6, 5, opt1, (int64_t)); \ 400 FN(32, 64, 16, 5, 6, opt1, (int64_t)); \ 401 FN(32, 32, 16, 5, 5, opt1, (int64_t)); \ 402 FN(32, 16, 16, 5, 4, opt1, (int64_t)); \ 403 FN(16, 32, 16, 4, 5, opt1, (int64_t)); \ 404 FN(16, 16, 16, 4, 4, opt1, (unsigned int)); \ 405 FN(16, 8, 16, 4, 3, opt1, (unsigned int)); \ 406 FN(8, 16, 8, 3, 4, opt1, (unsigned int)); \ [all …]
|