/external/webp/src/dsp/ |
D | enc_sse41.c | 205 __m128i out0, out8; in DoQuantizeBlock_SSE41() local 257 out8 = _mm_packs_epi32(out_08, out_12); in DoQuantizeBlock_SSE41() 261 out8 = _mm_min_epi16(out8, max_coeff_2047); in DoQuantizeBlock_SSE41() 266 out8 = _mm_sign_epi16(out8, in8); in DoQuantizeBlock_SSE41() 270 in8 = _mm_mullo_epi16(out8, q8); in DoQuantizeBlock_SSE41() 288 const __m128i tmp_hi = _mm_shuffle_epi8(out8, kCst_hi); in DoQuantizeBlock_SSE41() 289 const __m128i tmp_8 = _mm_shuffle_epi8(out8, kCst_8); // extract #8 in DoQuantizeBlock_SSE41()
|
D | enc_sse2.c | 1227 __m128i out0, out8; in DoQuantizeBlock_SSE2() local 1285 out8 = _mm_packs_epi32(out_08, out_12); in DoQuantizeBlock_SSE2() 1289 out8 = _mm_min_epi16(out8, max_coeff_2047); in DoQuantizeBlock_SSE2() 1294 out8 = _mm_xor_si128(out8, sign8); in DoQuantizeBlock_SSE2() 1296 out8 = _mm_sub_epi16(out8, sign8); in DoQuantizeBlock_SSE2() 1300 in8 = _mm_mullo_epi16(out8, q8); in DoQuantizeBlock_SSE2() 1315 outZ8 = _mm_shufflelo_epi16(out8, _MM_SHUFFLE(3, 0, 2, 1)); in DoQuantizeBlock_SSE2()
|
/external/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 687 char out8[10]; in Test_UChar_UTF8_API() local 690 …(err=U_ZERO_ERROR, u_strToUTF8(out8, UPRV_LENGTHOF(out8), NULL, withLead16, UPRV_LENGTHOF(withLead… in Test_UChar_UTF8_API() 691 …(err=U_ZERO_ERROR, u_strToUTF8(out8, UPRV_LENGTHOF(out8), NULL, withTrail16, -1, &err), err!=U_INV… in Test_UChar_UTF8_API() 746 out8[0]=(char)0xf5; in Test_UChar_UTF8_API() 748 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API() 753 0!=uprv_memcmp((const char *)withTrail8SubFFFD, out8, u8DestLen+1) || in Test_UChar_UTF8_API() 761 out8[0]=(char)0xf5; in Test_UChar_UTF8_API() 763 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API() 768 0!=uprv_memcmp((const char *)withTrail8Sub1A, out8, u8DestLen+1) || in Test_UChar_UTF8_API() 776 out8[0]=(char)0xf5; in Test_UChar_UTF8_API() [all …]
|
/external/cronet/third_party/icu/source/test/cintltst/ |
D | custrtrn.c | 687 char out8[10]; in Test_UChar_UTF8_API() local 690 …(err=U_ZERO_ERROR, u_strToUTF8(out8, UPRV_LENGTHOF(out8), NULL, withLead16, UPRV_LENGTHOF(withLead… in Test_UChar_UTF8_API() 691 …(err=U_ZERO_ERROR, u_strToUTF8(out8, UPRV_LENGTHOF(out8), NULL, withTrail16, -1, &err), err!=U_INV… in Test_UChar_UTF8_API() 746 out8[0]=(char)0xf5; in Test_UChar_UTF8_API() 748 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API() 753 0!=uprv_memcmp((const char *)withTrail8SubFFFD, out8, u8DestLen+1) || in Test_UChar_UTF8_API() 761 out8[0]=(char)0xf5; in Test_UChar_UTF8_API() 763 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API() 768 0!=uprv_memcmp((const char *)withTrail8Sub1A, out8, u8DestLen+1) || in Test_UChar_UTF8_API() 776 out8[0]=(char)0xf5; in Test_UChar_UTF8_API() [all …]
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | normconf.cpp | 493 std::string out8; in checkNorm() local 496 StringByteSink<std::string> sink(&out8, static_cast<int32_t>(exp8.length())); in checkNorm() 503 if (out8 != exp8) { in checkNorm() 505 modeString, s8.c_str(), out8.c_str(), exp8.c_str()); in checkNorm() 514 pass &= assertEquals("edits.hasChanges()", (UBool)(s8 != out8), edits.hasChanges()); in checkNorm() 516 (int32_t)(out8.length() - s8.length()), edits.lengthDelta()); in checkNorm() 520 …pass &= assertEquals("edits destination length", static_cast<int32_t>(out8.length()), iter.destina… in checkNorm()
|
/external/icu/icu4c/source/test/intltest/ |
D | normconf.cpp | 493 std::string out8; in checkNorm() local 496 StringByteSink<std::string> sink(&out8, static_cast<int32_t>(exp8.length())); in checkNorm() 503 if (out8 != exp8) { in checkNorm() 505 modeString, s8.c_str(), out8.c_str(), exp8.c_str()); in checkNorm() 514 pass &= assertEquals("edits.hasChanges()", (UBool)(s8 != out8), edits.hasChanges()); in checkNorm() 516 (int32_t)(out8.length() - s8.length()), edits.lengthDelta()); in checkNorm() 520 …pass &= assertEquals("edits destination length", static_cast<int32_t>(out8.length()), iter.destina… in checkNorm()
|
/external/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct16x16_msa.c | 92 v8i16 out8, out9, out10, out11, out12, out13, out14, out15; in fadst16_cols_step2_msa() local 132 BUTTERFLY_4(h0, h2, h6, h4, out8, out9, out11, out10); in fadst16_cols_step2_msa() 133 out8 = -out8; in fadst16_cols_step2_msa() 134 ST_SH(out8, (out + 16)); in fadst16_cols_step2_msa() 270 v8i16 out8, out9, out10, out11, out12, out13, out14, out15; in fadst16_rows_step2_msa() local 313 BUTTERFLY_4(h0, h2, h6, h4, out8, out9, out11, out10); in fadst16_rows_step2_msa() 314 out8 = -out8; in fadst16_rows_step2_msa() 315 ST_SH(out8, (out + 16)); in fadst16_rows_step2_msa()
|
/external/libvpx/vpx_dsp/mips/ |
D | idct16x16_msa.c | 328 v8i16 out8, out9, out10, out11, out12, out13, out14, out15; in vpx_iadst16_1d_columns_addblk_msa() local 399 BUTTERFLY_4(h0, h2, h6, h4, out8, out9, out11, out10); in vpx_iadst16_1d_columns_addblk_msa() 400 out8 = -out8; in vpx_iadst16_1d_columns_addblk_msa() 402 SRARI_H2_SH(out8, out9, 6); in vpx_iadst16_1d_columns_addblk_msa() 406 ADD2(res8, out8, res9, out9, res8, res9); in vpx_iadst16_1d_columns_addblk_msa()
|
D | vpx_convolve8_avg_msa.c | 104 v8i16 out0, out1, out2, out3, out4, out5, out6, out7, out8, out9; in common_hv_8ht_8vt_and_aver_dst_8w_msa() local 166 out8 = (v8i16)__msa_ilvev_b((v16i8)hz_out9, (v16i8)hz_out8); in common_hv_8ht_8vt_and_aver_dst_8w_msa() 167 tmp2 = FILT_8TAP_DPADD_S_H(out1, out2, out3, out8, filt_vt0, filt_vt1, in common_hv_8ht_8vt_and_aver_dst_8w_msa() 185 out2 = out8; in common_hv_8ht_8vt_and_aver_dst_8w_msa()
|
D | vpx_convolve8_msa.c | 109 v8i16 out0, out1, out2, out3, out4, out5, out6, out7, out8, out9; in common_hv_8ht_8vt_8w_msa() local 168 out8 = (v8i16)__msa_ilvev_b((v16i8)hz_out9, (v16i8)hz_out8); in common_hv_8ht_8vt_8w_msa() 169 tmp2 = FILT_8TAP_DPADD_S_H(out1, out2, out3, out8, filt_vt0, filt_vt1, in common_hv_8ht_8vt_8w_msa() 187 out2 = out8; in common_hv_8ht_8vt_8w_msa() 830 v16u8 in13, in14, in15, out0, out1, out2, out3, out4, out5, out6, out7, out8; in transpose16x16_to_dst() local 848 in11, in12, in13, in14, in15, out8, out9, out10, out11, in transpose16x16_to_dst() 850 ST_UB8(out8, out9, out10, out11, out12, out13, out14, out15, dst, dst_stride); in transpose16x16_to_dst()
|
D | deblock_msa.c | 20 out5, out6, out7, out8, out9, out10, out11, out12, out13, out14, out15) \ argument 34 ILVRL_W2_UB(temp5, temp4, out8, out10); \ 41 out9 = (v16u8)__msa_ilvl_d((v2i64)out8, (v2i64)out8); \
|
D | inv_txfm_msa.h | 336 out5, out6, out7, out8, out9, out10, out11, out12, \ argument 380 BUTTERFLY_4(h0_m, h2_m, h6_m, h4_m, out8, out9, out11, out10); \
|
D | macros_msa.h | 289 out7, out8, out9, out10, out11, out12, out13, out14, out15) \ argument 293 LD_V8(RTYPE, (psrc) + 8 * stride, stride, out8, out9, out10, out11, out12, \ 1694 out4, out5, out6, out7, out8, out9, out10, out11, out12, \ argument 1706 out8 = in7 - in8; \
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | constFold.frag | 21 out vec4 out8; 49 out8 = vec4(round(4.4), round(4.6), roundEven(4.5), roundEven(-5.5)); // 4, 5, 4, -6
|
/external/deqp-deps/glslang/Test/ |
D | constFold.frag | 21 out vec4 out8; 49 out8 = vec4(round(4.4), round(4.6), roundEven(4.5), roundEven(-5.5)); // 4, 5, 4, -6
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | constFold.frag.out | 75 0:49 'out8' ( out 4-component vector of float) 310 0:? 'out8' ( out 4-component vector of float) 484 0:49 'out8' ( out 4-component vector of float) 601 0:? 'out8' ( out 4-component vector of float)
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | constFold.frag.out | 75 0:49 'out8' ( out 4-component vector of float) 310 0:? 'out8' ( out 4-component vector of float) 484 0:49 'out8' ( out 4-component vector of float) 601 0:? 'out8' ( out 4-component vector of float)
|
/external/libvpx/vpx_dsp/ppc/ |
D | inv_txfm_vsx.c | 429 out7, out8, out9, outA, outB, outC, outD, outE, outF) \ argument 439 out8 = in1; \ 458 STEP8_0(out8, outF, in8, inF, cospi30_v, cospi2_v); \ 472 out8 = vec_add(in8, in9); \ 489 in8 = out8; \ 531 out8 = vec_add(in8, inB); \ 549 in8 = out8; \ 565 out8 = vec_sub(in7, in8); \
|
/external/ComputeLibrary/src/core/CL/cl_kernels/nchw/ |
D | winograd_input_transform.cl | 538 DATA_TYPE out8 = k2; 607 out8 += part2 - part3 + part4 - part5; 634 *(dst_addr) = out8;
|
/external/ComputeLibrary/cl_kernels/nchw/ |
D | winograd_input_transform.clembed | 2538 DATA_TYPE out8 = k2; 2607 out8 += part2 - part3 + part4 - part5; 2634 *(dst_addr) = out8;
|