Home
last modified time | relevance | path

Searched defs:ref0 (Results 1 – 23 of 23) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Djpeg2000dsp.c49 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/
Des31fShaderPackingFunctionTests.cpp185 …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
Des31fShaderIntegerFunctionTests.cpp409 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
Des31fShaderCommonFunctionTests.cpp509 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/
Des3fShaderPackingFunctionTests.cpp185 …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
Des3fShaderCommonFunctionTests.cpp434 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/
Dme_cmp_msa.c29 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/
DvktShaderPackingFunctionTests.cpp189 …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
DvktShaderIntegerFunctionTests.cpp479 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
DvktShaderCommonFunctionTests.cpp531 const int ref0 = de::abs(in0); in compare() local
602 const int ref0 = in0 < 0 ? -1 : in compare() local
/third_party/ffmpeg/libavcodec/
Dh264_direct.c602 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
Dhevcdec.c1542 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
Dh264_slice.c670 int ref0, ref1, i, cur_poc, ref_start, ref_count0, ref_count1; in implicit_weight_table() local
/third_party/ffmpeg/libavfilter/
Dvf_deband.c125 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/
Ddeblocking.cpp472 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/
Denc_msa.c718 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
Denc_sse2.c150 __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/
Denc_msa.c718 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
Denc_sse2.c150 __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/
Ddropout_unify_mindir.cc200 auto ref0 = VectorRef({dropout_prim, X}); in DefinePattern() local
/third_party/lz4/lib/
Dlz4hc.c575 const BYTE* ref0; in LZ4HC_compress_hashChain() local
/third_party/vk-gl-cts/framework/common/
DtcuTexCompareVerifier.cpp238 const float ref0 = cmp0True ? 1.0f : 0.0f; in isLinearCompareValid() local
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h1123 #define SAD_UB2_UH(in0, in1, ref0, ref1) \ argument
1131 #define SAD_UB2_UH(in0, in1, ref0, ref1) \ argument