Home
last modified time | relevance | path

Searched refs:MMSIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/x86/
Dscene_sad_init.c23 #define SCENE_SAD_FUNC(FUNC_NAME, ASM_FUNC_NAME, MMSIZE) \ argument
27 uint64_t sad[MMSIZE / 8] = {0}; \
28 ptrdiff_t awidth = width & ~(MMSIZE - 1); \
31 for (int i = 0; i < MMSIZE / 8; i++) \
/third_party/ffmpeg/libavcodec/x86/
Dhevc_sao.asm81 %assign MMSIZE mmsize
107 pcmpeqw m4, %1, [rsp+MMSIZE*0]
108 pcmpeqw m5, %1, [rsp+MMSIZE*1]
109 pcmpeqw m6, %1, [rsp+MMSIZE*2]
110 pcmpeqw %1, [rsp+MMSIZE*3]
111 pand m4, [rsp+MMSIZE*4]
112 pand m5, [rsp+MMSIZE*5]
113 pand m6, [rsp+MMSIZE*6]
Ddiracdsp_init.c45 #define HPEL_FILTER(MMSIZE, EXT) \ argument
54 ff_dirac_hpel_filter_v_ ## EXT(dstv-MMSIZE, src-MMSIZE, stride, width+MMSIZE+5); \