Home
last modified time | relevance | path

Searched refs:ax (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dx86.h42 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
45 : "=a" (ax), "=b" (bx), "=c" (cx), "=d" (dx) \
48 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
53 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
58 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
64 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
67 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
73 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Diwalsh_sse2.asm82 mov word ptr[rdx+32*0], ax
86 mov word ptr[rdx+32*4], ax
92 mov word ptr[rdx+32*8], ax
96 mov word ptr[rdx+32*12], ax
103 mov word ptr[rdx+32*1], ax
107 mov word ptr[rdx+32*5], ax
111 mov word ptr[rdx+32*9], ax
115 mov word ptr[rdx+32*13], ax
Diwalsh_mmx.asm102 mov word ptr[rdx+32*0], ax
106 mov word ptr[rdx+32*4], ax
110 mov word ptr[rdx+32*8], ax
114 mov word ptr[rdx+32*12], ax
121 mov word ptr[rdx+32*2], ax
125 mov word ptr[rdx+32*6], ax
129 mov word ptr[rdx+32*10], ax
133 mov word ptr[rdx+32*14], ax
/hardware/intel/img/psb_video/src/
Dtng_ved_scaling.c42 float ax,ans; in tng_calculate_coeff_bessi0() local
45 ax = (float)fabs(x); in tng_calculate_coeff_bessi0()
46 if (ax < 3.75) in tng_calculate_coeff_bessi0()
55 y = (float)(3.75 / ax); in tng_calculate_coeff_bessi0()
56 ans = (float)((float)((sqrt(ax) / sqrt(ax)) * (0.39894228 + y * (0.1328592e-1 in tng_calculate_coeff_bessi0()
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_rt.h65 double xx, txx, ax, axx; member
/hardware/intel/bootstub/
De820_bios.S133 movw $E820, %ax
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_rt.c336 dRate->ax += x; in count_temporal_rate()
536 me->dRate[i].axx = me->dRate[i].ax = me->dRate[i].an = 0; in __rt_Buffer()
885 double x2 = me->dRate[i].ax / me->dRate[i].an; in __rt_Done()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
Dx86inc.asm406 DECLARE_REG 6, rax, eax, ax, al, 56
483 DECLARE_REG 6, rax, eax, ax, al, 8
518 DECLARE_REG 0, eax, eax, ax, al, 4
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dquantize_sse4.asm223 xor dx, ax
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/
Dscaleopt.c312 mov WORD PTR[edi], ax in horizontal_line_5_3_scale_mmx()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c1164 mov [edi + 4], ax in ScaleRowDown38_3_Int_SSSE3()
1207 mov [edi + 4], ax in ScaleRowDown38_2_Int_SSSE3()