HomeSort by relevance Sort by last modified time
    Searched refs:w4 (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /external/libhevc/common/arm64/
ihevc_deblk_luma_horz.s 161 ldrb w4,[x14,x19] // 2 value
312 mov w4,w21
329 mov w4,w21
ihevc_sao_edge_offset_class3_chroma.s 360 mov w4, w25 //Loads ht
    [all...]
ihevc_deblk_luma_vert.s 160 ldrb w4,[x14,#2] // 2 value
ihevc_sao_edge_offset_class3.s 375 LDRB w4,[x0,#16] //II load the value
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 332 float w4 = m[3] * x2 + m[7] * y2 + m[15]; local
333 r[2] = x4 / w4;
334 r[3] = y4 / w4;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_avx2.c 81 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
85 const __m128i res1 = _mm_packs_epi32(w4, w6);
362 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
369 res2 = _mm_packs_epi32(w4, w5);
424 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
431 res5 = _mm_packs_epi32(w4, w5);
825 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
1274 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
1338 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
    [all...]
vp9_dct_sse2.c 463 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
470 res2 = _mm_packs_epi32(w4, w5);
525 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
532 res5 = _mm_packs_epi32(w4, w5);
926 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
1375 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
1439 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct_avx2.c 81 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
85 const __m128i res1 = _mm_packs_epi32(w4, w6);
362 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
369 res2 = _mm_packs_epi32(w4, w5);
424 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
431 res5 = _mm_packs_epi32(w4, w5);
825 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
1274 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
1338 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
    [all...]
vp9_dct_sse2.c 463 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
470 res2 = _mm_packs_epi32(w4, w5);
525 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
532 res5 = _mm_packs_epi32(w4, w5);
926 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
1375 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
1439 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 534 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
541 res2 = _mm_packs_epi32(w4, w5);
596 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
603 res5 = _mm_packs_epi32(w4, w5);
945 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
1462 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
1526 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
    [all...]
  /external/vixl/test/
test-simulator-a64.cc 290 Register index_m = w4;
407 Register index_m = w4;
539 Register index_m = w4;
    [all...]
  /external/clang/lib/Headers/
emmintrin.h 1105 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0)
1107 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_3DLUT.S 107 * int32_t pitchy, // w4
123 ins v4.s[2], w4
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
emmintrin.h 1105 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0)
1107 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
emmintrin.h 1105 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0)
1107 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
emmintrin.h 1105 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0)
1107 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
emmintrin.h 1105 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0)
1107 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
emmintrin.h 1097 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0)
1099 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1151 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7)
1153 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
emmintrin.h 1097 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0)
1099 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1151 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7)
1153 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
emmintrin.h 1105 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0)
1107 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jsimd_arm64_neon.S 316 ldp w4, w5, [COEF_BLOCK, #(-96 + 2 * (4 + 1 * 8))]
322 ldp w4, w5, [COEF_BLOCK, #(-96 + 2 * (4 + 2 * 8))]
329 ldp w4, w5, [COEF_BLOCK, #(-96 + 2 * (4 + 3 * 8))]
337 ldp w4, w5, [COEF_BLOCK, #(-96 + 2 * (4 + 4 * 8))]
345 ldp w4, w5, [COEF_BLOCK, #(-96 + 2 * (4 + 5 * 8))]
352 ldp w4, w5, [COEF_BLOCK, #(-96 + 2 * (4 + 6 * 8))]
359 ldp w4, w5, [COEF_BLOCK, #(-96 + 2 * (4 + 7 * 8))]
368 ldp w4, w5, [COEF_BLOCK, #(-96 + 2 * (4 + 0 * 8))]
    [all...]
  /external/chromium_org/v8/test/mjsunit/
large-object-allocation.js 158 this.w4 = i;
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 429 scoped_ptr<aura::Window> w4(CreateNormalWindow(gfx::Rect()));
440 wm::ActivateWindow(w4.get());
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_simd64.c 92 UChar w5, UChar w4,
96 | (((UInt)w5) << 8) | (((UInt)w4) << 0);
    [all...]
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.cc     [all...]

Completed in 4219 milliseconds

1 2 34 5