HomeSort by relevance Sort by last modified time
    Searched refs:x4 (Results 51 - 75 of 1931) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/include/private/hwui/
DrawGlInfo.h 82 kStatusDrew = 0x4
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ip6_tunnel.h 16 #define IP6_TNL_F_USE_ORIG_FLOWLABEL 0x4
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ip6_tunnel.h 16 #define IP6_TNL_F_USE_ORIG_FLOWLABEL 0x4
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ip6_tunnel.h 16 #define IP6_TNL_F_USE_ORIG_FLOWLABEL 0x4
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/
klkernvars.h 22 #define KV_RO_NASID_OFFSET 0x4
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/
klkernvars.h 22 #define KV_RO_NASID_OFFSET 0x4
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sn/
klkernvars.h 22 #define KV_RO_NASID_OFFSET 0x4
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sn/
klkernvars.h 22 #define KV_RO_NASID_OFFSET 0x4
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sn/
klkernvars.h 22 #define KV_RO_NASID_OFFSET 0x4
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 31 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
33 // x5 = (x4<<8) - x4;
34 x4 = x5 = 0;
70 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
73 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
96 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes *
134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
36 // x5 = (x4<<8) - x4;
37 x4 = x5 = 0;
73 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
76 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
99 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes *
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
545 x4 = blk[9];
557 x8 = W7 * (x4 + x5) + 4;
558 x4 = (x8 + (W1 - W7) * x4) >> 3;
570 x1 = x4 + x6;
571 x4 -= x6;
580 x2 = (181 * (x4 + x5) + 128) >> 8;
581 x4 = (181 * (x4 - x5) + 128) >> 8
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
vlc_tab.cpp 199 {0xa, 1, 0, 7}, {0x0, 4, 0, 7}, {0x4, 1, 1, 6}, {0x4, 1, 1, 6}, {0x3, 1, 1, 6}, {0x3, 1, 1, 6},
203 {0x5, 1, 0, 5}, {0x5, 1, 0, 5}, {0x4, 1, 0, 5}, {0x4, 1, 0, 5}, {0x4, 1, 0, 5}, {0x4, 1, 0, 5},
228 {0x4, 2, 0, 9}, {0x4, 2, 0, 9}, {0x3, 2, 0, 9}, {0x3, 2, 0, 9}, {0x0, 7, 0, 9}, {0x0, 7, 0, 9},
255 {0x1, 6, 0, 12}, {0x2, 4, 0, 12}, {0x4, 3, 0, 12}, {0x5, 3, 0, 12}, {0x6, 3, 0, 12}, {0xa, 2, 0, 12},
270 {0x4, 1, 1, 7}, {0x3, 1, 1, 7}, {0x6, 1, 0, 7}, {0x5, 1, 1, 7}
    [all...]
  /cts/tests/src/android/renderscript/cts/
intrinsic_convolve5x5.rs 31 uint32_t x4 = min((int32_t)x+2, gWidth-1);
43 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y0)) * gCoeffs[4];
49 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y1)) * gCoeffs[9];
55 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y2)) * gCoeffs[14];
61 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19];
67 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
78 uint32_t x4 = min((int32_t)x+2, gWidth-1);
90 + convert_float3(rsGetElementAt_uchar3(gIn, x4, y0)) * gCoeffs[4];
96 + convert_float3(rsGetElementAt_uchar3(gIn, x4, y1)) * gCoeffs[9];
102 + convert_float3(rsGetElementAt_uchar3(gIn, x4, y2)) * gCoeffs[14]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_debug.h 41 #define DEBUG_TEX 0x4
58 #define PERF_NO_MIPMAPS 0x4 /* MIP_FILTER_NONE always */
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.h 37 float x4, y4; member in struct:bezier
54 float x4, float y4);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_debug.h 41 #define DEBUG_TEX 0x4
58 #define PERF_NO_MIPMAPS 0x4 /* MIP_FILTER_NONE always */
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.h 37 float x4, y4; member in struct:bezier
54 float x4, float y4);
  /bionic/libc/kernel/common/linux/
if_vlan.h 40 VLAN_FLAG_LOOSE_BINDING = 0x4,
  /external/chromium/chrome/browser/metrics/
metrics_response.h 30 COLLECTOR_DOCUMENT = 0x4,
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
cpuid.h 43 static const int kCpuHasNEON = 0x4;
  /external/iproute2/include/linux/
if_vlan.h 36 VLAN_FLAG_LOOSE_BINDING = 0x4,
ip6_tunnel.h 14 #define IP6_TNL_F_USE_ORIG_FLOWLABEL 0x4
  /hardware/ti/omap4xxx/domx/domx/
rpmsg_omx_defs.h 37 #define OMX_DESC_SYM_IDX 0x4 // query symbox index
  /ndk/sources/android/support/src/musl-multibyte/
internal.c 27 C(0x2),C(0x3),C(0x4),C(0x5),C(0x6),C(0x7),
29 D(0x0),D(0x1),D(0x2),D(0x3),D(0x4),D(0x5),D(0x6),D(0x7),
31 E(0x0),E(0x1),E(0x2),E(0x3),E(0x4),E(0x5),E(0x6),E(0x7),
33 F(0x0),F(0x1),F(0x2),F(0x3),F(0x4)

Completed in 5462 milliseconds

1 23 4 5 6 7 8 91011>>