Searched refs:edx (Results 1 – 14 of 14) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | recon_sse2.asm | 145 movzx edx, byte [rsi+rax*1] 146 add ecx, edx 147 movzx edx, byte [rsi+rax*2] 148 add ecx, edx 150 movzx edx, byte [rsi+rdi] 152 add ecx, edx 153 movzx edx, byte [rsi] 154 add ecx, edx 155 movzx edx, byte [rsi+rax] 156 add ecx, edx [all …]
|
D | postproc_sse2.asm | 144 cmp edx, dword arg(4) ;cols 196 cmp edx, dword arg(4) ;cols 205 cmp edx, dword arg(4) 428 cmp edx, 8 443 cmp edx, dword arg(2) ;rows 524 add edx, eax 532 movd xmm7, edx
|
D | postproc_mmx.asm | 207 cmp edx, 8 222 cmp edx, dword arg(2) ;rows
|
D | variance_impl_mmx.asm | 298 mov dword ptr [rdi], edx 413 mov dword ptr [rdi], edx
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/ |
D | scaleopt.c | 99 lea edx, [esi+ecx]; in horizontal_line_5_4_scale_mmx() local 125 cmp esi, edx in horizontal_line_5_4_scale_mmx() 151 mov edx, dest_pitch // Loop counter in vertical_band_5_4_scale_mmx() local 196 movd DWORD PTR [edi+edx], mm1 in vertical_band_5_4_scale_mmx() 200 movd DWORD PTR [edi+edx*2], mm3 in vertical_band_5_4_scale_mmx() 202 lea eax, [edi+edx*2] in vertical_band_5_4_scale_mmx() 209 movd DWORD PTR [eax+edx], mm5 in vertical_band_5_4_scale_mmx() 247 lea edx, [esi+ecx-5]; in horizontal_line_5_3_scale_mmx() local 276 cmp esi, edx in horizontal_line_5_3_scale_mmx() 309 mov edx, eax in horizontal_line_5_3_scale_mmx() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | quantize_ssse3.asm | 106 pmovmskb edx, xmm2 112 bsr eax, edx ;count 0 115 cmp edx, 0 ;if all 0, eob=0 116 cmove eax, edx
|
D | quantize_sse4.asm | 220 pmovmskb edx, xmm4 224 bsr eax, edx 225 sub edi, edx
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | scale.c | 646 mov edx, [esp + 12] // dst_ptr in ScaleRowDown2_SSE2() 658 movdqa [edx], xmm0 in ScaleRowDown2_SSE2() 659 lea edx, [edx + 16] in ScaleRowDown2_SSE2() 675 mov edx, [esp + 4 + 12] // dst_ptr in ScaleRowDown2Int_SSE2() 699 movdqa [edx], xmm0 in ScaleRowDown2Int_SSE2() 700 lea edx, [edx + 16] in ScaleRowDown2Int_SSE2() 755 lea edx, [ebx + ebx * 2] // src_stride * 3 in ScaleRowDown4Int_SSE2() 766 movdqa xmm4, [esi + edx] in ScaleRowDown4Int_SSE2() 767 movdqa xmm5, [esi + edx + 16] in ScaleRowDown4Int_SSE2() 845 lea edx, [ebx + ebx * 2] // src_stride * 3 in ScaleRowDown8Int_SSE2() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
D | x86_abi_support.asm | 35 %define rdx edx 54 %elifidn %1,edx 56 %elifidn %2,edx
|
D | x86.h | 103 __asm mov d, edx
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_error_sse2.asm | 72 movd edx, m5
|
D | vp9_variance_impl_mmx.asm | 298 mov dword ptr [rdi], edx 413 mov dword ptr [rdi], edx
|
/hardware/intel/bootstub/ |
D | e820_bios.S | 135 movl $SMAP, %edx
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/ |
D | x86inc.asm | 401 DECLARE_REG 1, rdx, edx, dx, dl 479 DECLARE_REG 2, rdx, edx, dx, dl 520 DECLARE_REG 2, edx, edx, dx, dl, 12
|