Searched defs:eax (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/
H A Dscaleopt.c160 lea eax, [esi+ecx*2] // local
169 movd mm4, [eax+ecx]
178 movd mm6, [eax+ecx*2]
202 lea eax, [edi+edx*2] local
209 movd DWORD PTR [eax+edx], mm5
307 movd eax, mm1 local
309 mov edx, eax
346 lea eax, [esi+ecx*2] // local
354 movd mm3, DWORD ptr [eax+ecx]
355 movd mm4, DWORD ptr [eax
469 mov eax, src_pitch local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Dscale.c644 mov eax, [esp + 4] // src_ptr local
652 movdqa xmm0, [eax]
653 movdqa xmm1, [eax + 16]
654 lea eax, [eax + 32] local
673 mov eax, [esp + 4 + 4] // src_ptr local
681 movdqa xmm0, [eax]
682 movdqa xmm1, [eax + 16]
683 movdqa xmm2, [eax + esi]
684 movdqa xmm3, [eax
685 lea eax, [eax + 32] local
1163 pextrw eax, xmm2, 2 local
1206 pextrw eax, xmm0, 2 local
1237 lea eax, [esi + edx] local
1246 lea eax, [eax + edx] // advance to next row local
1281 mov eax, [esp + 8 + 20] // source_y_fraction (0..255) local
1282 cmp eax, 0 local
1284 cmp eax, 128 local
1291 add eax, 256 local
1372 mov eax, [esp + 8 + 20] // source_y_fraction (0..255) local
1373 shr eax, 1 local
1374 cmp eax, 0 local
1376 cmp eax, 64 local
1449 mov eax, [esp + 8] // src_ptr local
1475 lea eax, [eax+32] local
[all...]

Completed in 12 milliseconds