/third_party/ffmpeg/tests/checkasm/ |
D | jpeg2000dsp.c | 49 int32_t *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_rct_int() local 73 float *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_ict_float() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderPackingFunctionTests.cpp | 185 …const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f,… in iterate() local 275 const float ref0 = de::clamp(float(in0) / 32767.f, -1.0f, 1.0f); in iterate() local 376 …const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), 0.0f, … in iterate() local 466 const float ref0 = float(in0) / 65535.0f; in iterate() local 572 const deUint16 ref0 = (deUint16)tcu::Float16(inputs[valNdx].x()).bits(); in iterate() local 677 const float ref0 = tcu::Float16(in0).asFloat(); in iterate() local 787 …const deUint16 ref0 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, … in iterate() local 885 const float ref0 = de::clamp(float(in0) / 127.f, -1.0f, 1.0f); in iterate() local 996 …const deUint16 ref0 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), 0.0f, 1… in iterate() local 1094 const float ref0 = de::clamp(float(in0) / 255.f, 0.0f, 1.0f); in iterate() local
|
D | es31fShaderIntegerFunctionTests.cpp | 409 const deUint32 ref0 = in0+in1; in compare() local 503 const deUint32 ref0 = in0-in1; in compare() local 593 const deUint32 ref0 = deUint32(mul64 >> 32); in compare() local 684 const deInt32 ref0 = deInt32(mul64 >> 32); in compare() local
|
D | es31fShaderCommonFunctionTests.cpp | 509 const float ref0 = de::abs(in0); in compare() local 525 const int ref0 = de::abs(in0); in compare() local 602 const float ref0 = in0 < 0.0f ? -1.0f : in compare() local 619 const int ref0 = in0 < 0 ? -1 : in compare() local 1387 const float ref0 = deFloatFloor(in0); in compare() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderPackingFunctionTests.cpp | 185 …const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f,… in iterate() local 275 const float ref0 = de::clamp(float(in0) / 32767.f, -1.0f, 1.0f); in iterate() local 376 …const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), 0.0f, … in iterate() local 466 const float ref0 = float(in0) / 65535.0f; in iterate() local 572 const deUint16 ref0 = (deUint16)tcu::Float16(inputs[valNdx].x()).bits(); in iterate() local 677 const float ref0 = tcu::Float16(in0).asFloat(); in iterate() local
|
D | es3fShaderCommonFunctionTests.cpp | 434 const float ref0 = de::abs(in0); in compare() local 450 const int ref0 = de::abs(in0); in compare() local 527 const float ref0 = in0 < 0.0f ? -1.0f : in compare() local 544 const int ref0 = in0 < 0 ? -1 : in compare() local 1307 const float ref0 = deFloatFloor(in0); in compare() local
|
/third_party/ffmpeg/libavcodec/mips/ |
D | me_cmp_msa.c | 29 v16u8 src0, src1, src2, src3, ref0, ref1, ref2, ref3; in sad_8width_msa() local 51 v16u8 src0, src1, ref0, ref1; in sad_16width_msa() local 79 v16u8 ref0, ref1, ref2, ref3, ref4, ref5; in sad_horiz_bilinear_filter_8width_msa() local 159 v16u8 ref0, ref1, ref2, ref3, ref4; in sad_vert_bilinear_filter_8width_msa() local 197 v16u8 ref0, ref1, ref2, ref3, ref4; in sad_vert_bilinear_filter_16width_msa() local 235 v16u8 ref0, ref1, ref2, ref3, ref4; in sad_hv_bilinear_filter_8width_msa() local 413 uint32_t ref0, ref1, ref2, ref3; in sse_4width_msa() local 441 v16u8 ref0, ref1, ref2, ref3; in sse_8width_msa() local 505 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in hadamard_diff_8x8_msa() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderPackingFunctionTests.cpp | 189 …const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f,… in iterate() local 297 const float ref0 = de::clamp(float(in0) / 32767.f, -1.0f, 1.0f); in iterate() local 408 …const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), 0.0f, … in iterate() local 516 const float ref0 = float(in0) / 65535.0f; in iterate() local 638 const deUint16 ref0 = (deUint16)tcu::Float16(inputs[valNdx].x()).bits(); in iterate() local 848 const float ref0 = tcu::Float16(in0).asFloat(); in printErrorMessage() local 951 …const deUint16 ref0 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, … in iterate() local 1067 const float ref0 = de::clamp(float(in0) / 127.f, -1.0f, 1.0f); in iterate() local 1186 …const deUint16 ref0 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), 0.0f, 1… in iterate() local 1302 const float ref0 = de::clamp(float(in0) / 255.f, 0.0f, 1.0f); in iterate() local
|
D | vktShaderIntegerFunctionTests.cpp | 479 const deUint32 ref0 = in0+in1; in compare() local 587 const deUint32 ref0 = in0-in1; in compare() local 691 const deUint32 ref0 = deUint32(mul64 >> 32); in compare() local 796 const deInt32 ref0 = deInt32(mul64 >> 32); in compare() local
|
D | vktShaderCommonFunctionTests.cpp | 531 const int ref0 = de::abs(in0); in compare() local 602 const int ref0 = in0 < 0 ? -1 : in compare() local
|
/third_party/ffmpeg/libavcodec/ |
D | h264_direct.c | 602 int ref0, scale; in pred_temp_direct_motion() local 652 const int ref0 = l1ref0[0] >= 0 ? map_col_to_list0[0][l1ref0[0] + ref_offset] in pred_temp_direct_motion() local 670 int ref0, scale; in pred_temp_direct_motion() local
|
D | hevcdec.c | 1542 AVFrame *ref0, const Mv *mv0, int x_off, int y_off, in luma_mc_bi() 1697 static void chroma_mc_bi(HEVCContext *s, uint8_t *dst0, ptrdiff_t dststride, AVFrame *ref0, AVFrame… in chroma_mc_bi() 1857 HEVCFrame *ref0 = NULL, *ref1 = NULL; in hls_prediction_unit() local
|
D | h264_slice.c | 670 int ref0, ref1, i, cur_poc, ref_start, ref_count0, ref_count1; in implicit_weight_table() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deband.c | 125 static int inline get_avg(int ref0, int ref1, int ref2, int ref3) in get_avg() 159 … const int ref0 = src_ptr[av_clip(y + y_pos, 0, h) * src_linesize + av_clip(x + x_pos, 0, w)]; in deband_8_c() local 207 … const int ref0 = src_ptr[av_clip(y + y_pos, 0, h) * src_linesize + av_clip(x + x_pos, 0, w)]; in deband_8_coupling_c() local 272 … const int ref0 = src_ptr[av_clip(y + y_pos, 0, h) * src_linesize + av_clip(x + x_pos, 0, w)]; in deband_16_coupling_c() local 340 … const int ref0 = src_ptr[av_clip(y + y_pos, 0, h) * src_linesize + av_clip(x + x_pos, 0, w)]; in deband_16_c() local
|
/third_party/openh264/codec/decoder/core/src/ |
D | deblocking.cpp | 472 PPicture ref0, ref1; in DeblockingBsMarginalMBAvcbase() local 492 PPicture ref0, ref1; in DeblockingBsMarginalMBAvcbase() local 513 PPicture ref0, ref1; in DeblockingBsMarginalMBAvcbase() local 531 PPicture ref0, ref1; in DeblockingBsMarginalMBAvcbase() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_msa.c | 718 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE16x16_MSA() local 745 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE16x8_MSA() local 764 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE8x8_MSA() local 783 uint32_t src0, src1, src2, src3, ref0, ref1, ref2, ref3; in SSE4x4_MSA() local
|
D | enc_sse2.c | 150 __m128i ref0, ref1, ref2, ref3; in ITransform_SSE2() local 314 const __m128i ref0 = _mm_loadl_epi64((const __m128i*)&ref[0 * BPS]); in FTransform_SSE2() local 353 const __m128i ref0 = _mm_loadl_epi64((const __m128i*)&ref[0 * BPS]); in FTransform2_SSE2() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_msa.c | 718 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE16x16_MSA() local 745 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE16x8_MSA() local 764 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE8x8_MSA() local 783 uint32_t src0, src1, src2, src3, ref0, ref1, ref2, ref3; in SSE4x4_MSA() local
|
D | enc_sse2.c | 150 __m128i ref0, ref1, ref2, ref3; in ITransform_SSE2() local 314 const __m128i ref0 = _mm_loadl_epi64((const __m128i*)&ref[0 * BPS]); in FTransform_SSE2() local 353 const __m128i ref0 = _mm_loadl_epi64((const __m128i*)&ref[0 * BPS]); in FTransform2_SSE2() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/ |
D | dropout_unify_mindir.cc | 200 auto ref0 = VectorRef({dropout_prim, X}); in DefinePattern() local
|
/third_party/lz4/lib/ |
D | lz4hc.c | 575 const BYTE* ref0; in LZ4HC_compress_hashChain() local
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexCompareVerifier.cpp | 238 const float ref0 = cmp0True ? 1.0f : 0.0f; in isLinearCompareValid() local
|
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 1123 #define SAD_UB2_UH(in0, in1, ref0, ref1) \ argument 1131 #define SAD_UB2_UH(in0, in1, ref0, ref1) \ argument
|