HomeSort by relevance Sort by last modified time
    Searched full:indexq (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/base/simd/
scale_yuv_to_rgb_sse2_x64.asm 40 %define INDEXq r12
53 mov INDEXq, Xq
54 sar INDEXq, 17
55 movzx COMPd, BYTE [Uq + INDEXq]
57 movzx COMPd, BYTE [Vq + INDEXq]
61 lea INDEXq, [Xq + SOURCE_DXq] ; INDEXq nows points to next pixel.
68 lea Xq, [INDEXq + SOURCE_DXq] ; Xq now points to next pixel.
69 sar INDEXq, 16
70 movzx COMPd, BYTE [Yq + INDEXq]
    [all...]
linear_scale_yuv_to_rgb_mmx_x64.asm 40 %define INDEXq r12
47 PUSH INDEXq
54 POP INDEXq
70 mov INDEXq, Xq
71 sar INDEXq, 0x11
72 movzx COMPLd, BYTE [Uq + INDEXq]
73 movzx COMPRd, BYTE [Uq + INDEXq + 1]
84 movzx COMPLd, BYTE [Vq + INDEXq]
85 movzx COMPRd, BYTE [Vq + INDEXq + 1]
96 lea INDEXq, [Xq + SOURCE_DXq] ; INDEXq now points to next pixel
    [all...]

Completed in 41 milliseconds