Home
last modified time | relevance | path

Searched refs:const_4 (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_common_utils_neon.c491 const int16x8_t const_4 = vdupq_n_s16(4); in ihevce_get_luma_eo_sao_params_neon() local
586 temp_reg3 = (int16x8_t)vceqq_s16(const_4, edgeidx); in ihevce_get_luma_eo_sao_params_neon()
587 temp_reg7 = (int16x8_t)vceqq_s16(const_4, edgeidx1); in ihevce_get_luma_eo_sao_params_neon()
664 temp_reg3 = (int16x8_t)vceqq_s16(const_4, edgeidx); in ihevce_get_luma_eo_sao_params_neon()
770 temp_reg3 = (int16x8_t)vceqq_s16(const_4, edgeidx); in ihevce_get_luma_eo_sao_params_neon()
771 temp_reg7 = (int16x8_t)vceqq_s16(const_4, edgeidx1); in ihevce_get_luma_eo_sao_params_neon()
845 temp_reg3 = (int16x8_t)vceqq_s16(const_4, edgeidx); in ihevce_get_luma_eo_sao_params_neon()
951 temp_reg3 = (int16x8_t)vceqq_s16(const_4, edgeidx); in ihevce_get_luma_eo_sao_params_neon()
952 temp_reg7 = (int16x8_t)vceqq_s16(const_4, edgeidx1); in ihevce_get_luma_eo_sao_params_neon()
1026 temp_reg4 = (int16x8_t)vceqq_s16(const_4, edgeidx); in ihevce_get_luma_eo_sao_params_neon()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dir_builder.cpp378 Instruction* const_4 = builder.GetSintConstant(34); in TEST_F() local
382 EXPECT_NE(nullptr, const_4); in TEST_F()
403 EXPECT_EQ(const_4->GetSingleWordOperand(0), type_id_signed); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dir_builder.cpp378 Instruction* const_4 = builder.GetSintConstant(34); in TEST_F() local
382 EXPECT_NE(nullptr, const_4); in TEST_F()
403 EXPECT_EQ(const_4->GetSingleWordOperand(0), type_id_signed); in TEST_F()
/external/tensorflow/tensorflow/python/framework/
Dgraph_util_test.py129 const_4 = constant_op.constant(5.0)
137 self.assertDeviceEqual(const_4.device, "/device:CPU:1")
152 const_4 = constant_op.constant(5.0)
160 self.assertDeviceEqual(const_4.device, "/device:CPU:1")
/external/libaom/libaom/av1/encoder/x86/
Dencodetxb_sse2.c55 const __m128i const_4 = _mm_set1_epi8(4); in get_coeff_contexts_kernel_sse2() local
68 count = _mm_min_epu8(count, const_4); in get_coeff_contexts_kernel_sse2()
/external/smali/dexlib2/src/main/ragel/
DOpcodes.rl19 define const_4 18
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2890 LLVMValueRef const_4 = lp_build_const_int_vec(gallivm, bld->type, 4); in lp_build_sin_or_cos() local
2901 LLVMValueRef sign_bit = cos ? LLVMBuildShl(b, LLVMBuildAnd(b, const_4, in lp_build_sin_or_cos()