Home
last modified time | relevance | path

Searched refs:addition (Results 1 - 25 of 64) sorted by relevance

123

/third_party/ffmpeg/libavcodec/mips/
H A Dh264pred_msa.c540 uint32_t addition = 0; in ff_h264_intra_pred_dc_16x16_msa() local
553 addition = __msa_copy_u_w((v4i32) sum, 0); in ff_h264_intra_pred_dc_16x16_msa()
554 addition += src_left[ 0 * stride]; in ff_h264_intra_pred_dc_16x16_msa()
555 addition += src_left[ 1 * stride]; in ff_h264_intra_pred_dc_16x16_msa()
556 addition += src_left[ 2 * stride]; in ff_h264_intra_pred_dc_16x16_msa()
557 addition += src_left[ 3 * stride]; in ff_h264_intra_pred_dc_16x16_msa()
558 addition += src_left[ 4 * stride]; in ff_h264_intra_pred_dc_16x16_msa()
559 addition += src_left[ 5 * stride]; in ff_h264_intra_pred_dc_16x16_msa()
560 addition += src_left[ 6 * stride]; in ff_h264_intra_pred_dc_16x16_msa()
561 addition in ff_h264_intra_pred_dc_16x16_msa()
596 uint32_t addition; ff_h264_intra_pred_dc_left_16x16_msa() local
[all...]
H A Dhevcpred_msa.c346 uint32_t addition = 0; in hevc_intra_pred_dc_4x4_msa() local
360 addition = __msa_copy_u_w((v4i32) sum, 0); in hevc_intra_pred_dc_4x4_msa()
361 store = (v16u8) __msa_fill_b(addition); in hevc_intra_pred_dc_4x4_msa()
374 val1 = (src_left[0] + 2 * addition + src_top[0] + 2) >> 2; in hevc_intra_pred_dc_4x4_msa()
383 addition *= 3; in hevc_intra_pred_dc_4x4_msa()
385 ADD2(val0, addition, val1, addition, val0, val1); in hevc_intra_pred_dc_4x4_msa()
386 val2 += addition; in hevc_intra_pred_dc_4x4_msa()
408 uint32_t addition = 0; in hevc_intra_pred_dc_8x8_msa() local
424 addition in hevc_intra_pred_dc_8x8_msa()
467 uint32_t addition = 0; hevc_intra_pred_dc_16x16_msa() local
[all...]
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-import-assertions/testExample/
H A DutilsOne.js16 function addition(a, b) { function
25 addition: addition,
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-require/
H A DmyUtils.js17 function addition(a, b) { function
26 addition: addition,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryPointSizeTests.cpp82 int addition = 0; in getExpectedPointSize() local
88 addition += 2; in getExpectedPointSize()
92 return 4 + addition; in getExpectedPointSize()
94 addition += 2; in getExpectedPointSize()
98 return 2 + addition; in getExpectedPointSize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationGeometryPointSizeTests.cpp82 int addition = 0; in getExpectedPointSize() local
88 addition += 2; in getExpectedPointSize()
92 return 4 + addition; in getExpectedPointSize()
94 addition += 2; in getExpectedPointSize()
98 return 2 + addition; in getExpectedPointSize()
/third_party/python/Lib/unittest/test/testmock/
H A Dtestasync.py422 async def addition(self, var): pass function
424 mock = AsyncMock(addition, return_value=10)
430 async def addition(var): pass function
431 mock = AsyncMock(addition, side_effect=Exception('err'))
436 async def addition(var): function
438 mock = AsyncMock(side_effect=addition)
443 def addition(var): function
445 mock = AsyncMock(side_effect=addition)
/third_party/pulseaudio/src/daemon/
H A Desdcompat.in49 -tcp use tcp/ip sockets in addition to unix domain
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_blend_init.c33 BLEND_FUNC(addition, sse2) in BLEND_FUNC()
34 BLEND_FUNC(addition, avx2) in BLEND_FUNC()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dcombine_access_chains.cpp157 // Generate an addition of the two indices. in CombineIndices()
161 Instruction* addition = builder.AddIAdd(last_index_inst->type_id(), in CombineIndices() local
164 new_value_id = addition->result_id(); in CombineIndices()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcombine_access_chains.cpp157 // Generate an addition of the two indices. in CombineIndices()
161 Instruction* addition = builder.AddIAdd(last_index_inst->type_id(), in CombineIndices() local
164 new_value_id = addition->result_id(); in CombineIndices()
/third_party/spirv-tools/source/opt/
H A Dcombine_access_chains.cpp157 // Generate an addition of the two indices. in CombineIndices()
161 Instruction* addition = builder.AddIAdd(last_index_inst->type_id(), in CombineIndices() local
164 new_value_id = addition->result_id(); in CombineIndices()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java323 for (ULocale addition : additions) { in addLabels()
324 addIndexExemplars(addition); in addLabels()
337 for (Locale addition : additions) { in addLabels()
338 addIndexExemplars(ULocale.forLocale(addition)); in addLabels()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DAlphabeticIndex.java313 for (ULocale addition : additions) { in addLabels()
314 addIndexExemplars(addition); in addLabels()
326 for (Locale addition : additions) { in addLabels()
327 addIndexExemplars(ULocale.forLocale(addition)); in addLabels()
/third_party/ffmpeg/tests/checkasm/
H A Dvf_blend.c106 check_and_report(addition, BLEND_ADDITION, 1) in checkasm_check_blend()
/third_party/gn/src/gn/
H A Drust_variables.cc41 With the addition of `aliased_deps`, above target would instead compile with:
H A Dcommand_check.cc79 Check system style includes (using <angle brackets>) in addition to
/third_party/libunwind/libunwind/doc/
H A Dunw_apply_reg_state.tex46 In addition, \Func{unw\_apply\_reg\_state}() may return any error
H A Dunw_flush_cache.tex21 target address-space \Var{as}. In addition, all info cached for
H A Dunw_step.tex50 In addition, \Func{unw\_step}() may return any error returned by the
H A Dunw_set_reg.tex58 In addition, \Func{unw\_set\_reg}() may return any error returned by
H A Dunw_get_fpreg.tex55 In addition, \Func{unw\_get\_fpreg}() may return any error returned by
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A Dfallback.pm28 This small simple module simplifies the addition of fallback directories
/third_party/openssl/util/perl/OpenSSL/
H A Dfallback.pm28 This small simple module simplifies the addition of fallback directories
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-blob.cc756 unsigned long addition = fread (data + len, 1, allocated - len, fp); in hb_blob_create_from_file_or_fail() local
764 len += addition; in hb_blob_create_from_file_or_fail()

Completed in 32 milliseconds

123