Searched refs:esi (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/ |
D | scaleopt.c | 89 mov esi, source; in horizontal_line_5_4_scale_mmx() local 99 lea edx, [esi+ecx]; in horizontal_line_5_4_scale_mmx() 102 movq mm0, QWORD PTR [esi]; in horizontal_line_5_4_scale_mmx() 117 add esi, 5 in horizontal_line_5_4_scale_mmx() 125 cmp esi, edx in horizontal_line_5_4_scale_mmx() 145 mov esi, source // Get the source and destination pointer in vertical_band_5_4_scale_mmx() local 156 movd mm0, DWORD ptr [esi] // src[0]; in vertical_band_5_4_scale_mmx() 157 movd mm1, DWORD ptr [esi+ecx] // src[1]; in vertical_band_5_4_scale_mmx() 159 movd mm2, DWORD ptr [esi+ecx*2] in vertical_band_5_4_scale_mmx() 160 lea eax, [esi+ecx*2] // in vertical_band_5_4_scale_mmx() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | scale.c | 672 push esi in ScaleRowDown2Int_SSE2() 674 mov esi, [esp + 4 + 8] // src_stride in ScaleRowDown2Int_SSE2() 683 movdqa xmm2, [eax + esi] in ScaleRowDown2Int_SSE2() 684 movdqa xmm3, [eax + esi + 16] in ScaleRowDown2Int_SSE2() 704 pop esi in ScaleRowDown2Int_SSE2() 717 mov esi, [esp + 32 + 4] // src_ptr in ScaleRowDown4_SSE2() 725 movdqa xmm0, [esi] in ScaleRowDown4_SSE2() 726 movdqa xmm1, [esi + 16] in ScaleRowDown4_SSE2() 727 lea esi, [esi + 32] in ScaleRowDown4_SSE2() 749 mov esi, [esp + 32 + 4] // src_ptr in ScaleRowDown4Int_SSE2() [all …]
|
/hardware/intel/bootstub/ |
D | head.S | 80 movl $(BOOT_PARAMS_OFFSET), %esi
|
D | e820_bios.S | 86 movl $relocated_start, %esi 192 movl $DATA_START, %esi
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
D | x86_abi_support.asm | 36 %define rsi esi 58 %elifidn %1,esi 60 %elifidn %2,esi
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/ |
D | x86inc.asm | 408 DECLARE_REG 8, rsi, esi, si, sil, 72 478 DECLARE_REG 1, rsi, esi, si, sil 522 DECLARE_REG 4, esi, esi, si, null, 20
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_variance_impl_sse2.asm | 467 add esi, dword ptr arg(1) ;ref_pixels_per_line ; next source 574 add esi, dword ptr arg(1) ;ref_pixels_per_line ; next source 681 add esi, dword ptr arg(1) ;ref_pixels_per_line ; next source
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | subpixel_ssse3.asm | 58 cmp esi, DWORD PTR [rax] 306 cmp esi, DWORD PTR [rax] 435 cmp esi, DWORD PTR [rax] 630 cmp esi, DWORD PTR [rax] 769 cmp esi, DWORD PTR [rax]
|
D | variance_impl_sse2.asm | 749 add esi, dword ptr arg(1) ;ref_pixels_per_line ; next source 972 add esi, dword ptr arg(1) ;ref_pixels_per_line ; next source 1186 add esi, dword ptr arg(1) ;ref_pixels_per_line ; next source
|