Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Ddrawutils.c437 unsigned xmmod = 7 >> l2depth; in blend_pixel16() local
445 t += ((mask[xm >> xmshf] >> ((~xm & xmmod) << l2depth)) & mbits) in blend_pixel16()
461 unsigned xmmod = 7 >> l2depth; in blend_pixel() local
468 t += ((mask[xm >> xmshf] >> ((~xm & xmmod) << l2depth)) & mbits) in blend_pixel()