Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Ddrawutils.c446 unsigned xmmod = 7 >> l2depth; in blend_pixel16() local
454 t += ((mask[xm >> xmshf] >> ((~xm & xmmod) << l2depth)) & mbits) in blend_pixel16()
470 unsigned xmmod = 7 >> l2depth; in blend_pixel() local
477 t += ((mask[xm >> xmshf] >> ((~xm & xmmod) << l2depth)) & mbits) in blend_pixel()

Completed in 2 milliseconds