Home
last modified time | relevance | path

Searched defs:cx (Results 1 – 2 of 2) 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
48 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
58 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
67 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c3521 int cx = (x < 0) ? 0 : x; in ScalePlaneBilinearSimple() local