/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 1539 MEMOPARG(movzwl, 0x00, [u_buf], [v_buf], 1, [temp]) " \n" \ 5103 MEMOPARG(movzb,0x00,0,2,1,2) " \n" // movzb (%0,%2,1),%2 in ARGBShuffleRow_SSE2() 5106 MEMOPARG(movzb,0x00,0,2,1,2) " \n" // movzb (%0,%2,1),%2 in ARGBShuffleRow_SSE2() 5109 MEMOPARG(movzb,0x00,0,2,1,2) " \n" // movzb (%0,%2,1),%2 in ARGBShuffleRow_SSE2() 5112 MEMOPARG(movzb,0x00,0,2,1,2) " \n" // movzb (%0,%2,1),%2 in ARGBShuffleRow_SSE2() 5380 MEMOPARG(movzb,0x00,3,1,4,1) " \n" // movzb (%3,%1,4),%1 in ARGBColorTableRow_X86() 5383 MEMOPARG(movzb,0x01,3,1,4,1) " \n" // movzb 0x1(%3,%1,4),%1 in ARGBColorTableRow_X86() 5386 MEMOPARG(movzb,0x02,3,1,4,1) " \n" // movzb 0x2(%3,%1,4),%1 in ARGBColorTableRow_X86() 5389 MEMOPARG(movzb,0x03,3,1,4,1) " \n" // movzb 0x3(%3,%1,4),%1 in ARGBColorTableRow_X86() 5411 MEMOPARG(movzb,0x00,3,1,4,1) " \n" // movzb (%3,%1,4),%1 in RGBColorTableRow_X86() [all …]
|
D | scale_gcc.cc | 862 MEMOPARG(movzwl,0x00,1,3,1,k2) // movzwl (%1,%3,1),%k2 in ScaleFilterCols_SSSE3() 865 MEMOPARG(movzwl,0x00,1,4,1,k2) // movzwl (%1,%4,1),%k2 in ScaleFilterCols_SSSE3() 888 MEMOPARG(movzwl,0x00,1,3,1,k2) // movzwl (%1,%3,1),%k2 in ScaleFilterCols_SSSE3()
|
/external/libyuv/files/source/ |
D | row_gcc.cc | 5183 MEMOPARG(movzb,0x00,0,2,1,2) " \n" // movzb (%0,%2,1),%2 in ARGBShuffleRow_SSE2() 5186 MEMOPARG(movzb,0x00,0,2,1,2) " \n" // movzb (%0,%2,1),%2 in ARGBShuffleRow_SSE2() 5189 MEMOPARG(movzb,0x00,0,2,1,2) " \n" // movzb (%0,%2,1),%2 in ARGBShuffleRow_SSE2() 5192 MEMOPARG(movzb,0x00,0,2,1,2) " \n" // movzb (%0,%2,1),%2 in ARGBShuffleRow_SSE2() 5599 MEMOPARG(movzb,0x00,3,1,4,1) " \n" // movzb (%3,%1,4),%1 in ARGBColorTableRow_X86() 5602 MEMOPARG(movzb,0x01,3,1,4,1) " \n" // movzb 0x1(%3,%1,4),%1 in ARGBColorTableRow_X86() 5605 MEMOPARG(movzb,0x02,3,1,4,1) " \n" // movzb 0x2(%3,%1,4),%1 in ARGBColorTableRow_X86() 5608 MEMOPARG(movzb,0x03,3,1,4,1) " \n" // movzb 0x3(%3,%1,4),%1 in ARGBColorTableRow_X86() 5630 MEMOPARG(movzb,0x00,3,1,4,1) " \n" // movzb (%3,%1,4),%1 in RGBColorTableRow_X86() 5633 MEMOPARG(movzb,0x01,3,1,4,1) " \n" // movzb 0x1(%3,%1,4),%1 in RGBColorTableRow_X86() [all …]
|
D | scale_gcc.cc | 892 MEMOPARG(movzwl,0x00,1,3,1,k2) // movzwl (%1,%3,1),%k2 in ScaleFilterCols_SSSE3() 895 MEMOPARG(movzwl,0x00,1,4,1,k2) // movzwl (%1,%4,1),%k2 in ScaleFilterCols_SSSE3() 918 MEMOPARG(movzwl,0x00,1,3,1,k2) // movzwl (%1,%3,1),%k2 in ScaleFilterCols_SSSE3()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 514 #define MEMOPARG(opcode, offset, base, index, scale, arg) \ macro 545 #define MEMOPARG(opcode, offset, base, index, scale, arg) \ macro
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 592 #define MEMOPARG(opcode, offset, base, index, scale, arg) \ macro 619 #define MEMOPARG(opcode, offset, base, index, scale, arg) \ macro
|