Home | History | Annotate | Download | only in x86

Lines Matching refs:FN

358 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \
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)); \
407 FN(8, 8, 8, 3, 3, opt1, (unsigned int)); \
408 FN(8, 4, 8, 3, 2, opt1, (unsigned int)); \
409 FN(4, 8, 4, 2, 3, opt2, (unsigned int)); \
410 FN(4, 4, 4, 2, 2, opt2, (unsigned int))
416 #undef FN
437 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \
478 FN(64, 64, 16, 6, 6, opt1, (int64_t)); \
479 FN(64, 32, 16, 6, 5, opt1, (int64_t)); \
480 FN(32, 64, 16, 5, 6, opt1, (int64_t)); \
481 FN(32, 32, 16, 5, 5, opt1, (int64_t)); \
482 FN(32, 16, 16, 5, 4, opt1, (int64_t)); \
483 FN(16, 32, 16, 4, 5, opt1, (int64_t)); \
484 FN(16, 16, 16, 4, 4, opt1, (unsigned int)); \
485 FN(16, 8, 16, 4, 3, opt1, (unsigned int)); \
486 FN(8, 16, 8, 3, 4, opt1, (unsigned int)); \
487 FN(8, 8, 8, 3, 3, opt1, (unsigned int)); \
488 FN(8, 4, 8, 3, 2, opt1, (unsigned int)); \
489 FN(4, 8, 4, 2, 3, opt2, (unsigned int)); \
490 FN(4, 4, 4, 2, 2, opt2, (unsigned int))
496 #undef FN