/third_party/ffmpeg/tests/checkasm/ |
H A 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/ffmpeg/libavcodec/loongarch/ |
H A D | h264_deblock_lasx.c | 118 __m256i ref0, ref1, ref2, ref3; ff_h264_loop_filter_strength_lasx() local [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderPackingFunctionTests.cpp | 185 const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1); 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, 1.0f) * 65535.0f), 0, (1<<16)-1); in iterate() local 466 const float ref0 in iterate() local 572 const deUint16 ref0 = (deUint16)tcu::Float16(inputs[valNdx].x()).bits(); iterate() local 677 const float ref0 = tcu::Float16(in0).asFloat(); iterate() local [all...] |
H A D | es3fShaderCommonFunctionTests.cpp | 434 const float ref0 = de::abs(in0); in compare() local 450 const int ref0 = de::abs(in0); in compare() local 454 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare() local 527 const float ref0 = in0 < 0.0f ? -1.0f : in compare() local 544 const int ref0 in compare() local 549 m_failMsg << "Expected [" << compNdx << "] = " << ref0; compare() local 1307 const float ref0 = deFloatFloor(in0); compare() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | h264_direct.c | 601 int ref0, scale; in pred_temp_direct_motion() local 651 const int ref0 = l1ref0[0] >= 0 ? map_col_to_list0[0][l1ref0[0] + ref_offset] in pred_temp_direct_motion() local 669 int ref0, scale; pred_temp_direct_motion() local [all...] |
H A D | h264_slice.c | 694 int ref0, ref1, i, cur_poc, ref_start, ref_count0, ref_count1; in implicit_weight_table() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deband.c | 121 static int inline get_avg(int ref0, int ref1, int ref2, int ref3) in get_avg() argument 155 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 203 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 268 const int ref0 in deband_16_coupling_c() local 336 const int ref0 = src_ptr[av_clip(y + y_pos, 0, h) * src_linesize + av_clip(x + x_pos, 0, w)]; deband_16_c() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderPackingFunctionTests.cpp | 185 const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1); 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, 1.0f) * 65535.0f), 0, (1<<16)-1); in iterate() local 466 const float ref0 in iterate() local 572 const deUint16 ref0 = (deUint16)tcu::Float16(inputs[valNdx].x()).bits(); iterate() local 677 const float ref0 = tcu::Float16(in0).asFloat(); iterate() local 787 const deUint16 ref0 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 127.0f), -(1<<7), (1<<7)-1); iterate() local 885 const float ref0 = de::clamp(float(in0) / 127.f, -1.0f, 1.0f); iterate() local 996 const deUint16 ref0 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), 0.0f, 1.0f) * 255.0f), 0, (1<<8)-1); iterate() local 1094 const float ref0 = de::clamp(float(in0) / 255.f, 0.0f, 1.0f); iterate() local [all...] |
H A D | es31fShaderCommonFunctionTests.cpp | 509 const float ref0 = de::abs(in0); in compare() local 525 const int ref0 = de::abs(in0); in compare() local 529 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare() local 602 const float ref0 = in0 < 0.0f ? -1.0f : in compare() local 619 const int ref0 in compare() local 624 m_failMsg << "Expected [" << compNdx << "] = " << ref0; compare() local 1387 const float ref0 = deFloatFloor(in0); compare() local [all...] |
H A 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 in compare() local [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A 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; sad_horiz_bilinear_filter_8width_msa() local 159 v16u8 ref0, ref1, ref2, ref3, ref4; sad_vert_bilinear_filter_8width_msa() local 197 v16u8 ref0, ref1, ref2, ref3, ref4; sad_vert_bilinear_filter_16width_msa() local 235 v16u8 ref0, ref1, ref2, ref3, ref4; sad_hv_bilinear_filter_8width_msa() local 413 uint32_t ref0, ref1, ref2, ref3; sse_4width_msa() local 441 v16u8 ref0, ref1, ref2, ref3; sse_8width_msa() local 505 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; hadamard_diff_8x8_msa() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 531 const int ref0 = de::abs(in0); in compare() local 535 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare() local 602 const int ref0 = in0 < 0 ? -1 : in compare() local 607 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare() local
|
H A 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 in compare() local [all...] |
H A D | vktShaderPackingFunctionTests.cpp | 189 const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1); 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, 1.0f) * 65535.0f), 0, (1<<16)-1); in iterate() local 516 const float ref0 in iterate() local 638 const deUint16 ref0 = (deUint16)tcu::Float16(inputs[valNdx].x()).bits(); iterate() local 848 const float ref0 = tcu::Float16(in0).asFloat(); printErrorMessage() local 951 const deUint16 ref0 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 127.0f), -(1<<7), (1<<7)-1); iterate() local 1067 const float ref0 = de::clamp(float(in0) / 127.f, -1.0f, 1.0f); iterate() local 1186 const deUint16 ref0 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), 0.0f, 1.0f) * 255.0f), 0, (1<<8)-1); iterate() local 1302 const float ref0 = de::clamp(float(in0) / 255.f, 0.0f, 1.0f); iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 531 const int ref0 = de::abs(in0); in compare() local 535 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare() local 602 const int ref0 = in0 < 0 ? -1 : in compare() local 607 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare() local
|
H A 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 in compare() local [all...] |
H A D | vktShaderPackingFunctionTests.cpp | 189 const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1); 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, 1.0f) * 65535.0f), 0, (1<<16)-1); in iterate() local 516 const float ref0 in iterate() local 638 const deUint16 ref0 = (deUint16)tcu::Float16(inputs[valNdx].x()).bits(); iterate() local 848 const float ref0 = tcu::Float16(in0).asFloat(); printErrorMessage() local 951 const deUint16 ref0 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 127.0f), -(1<<7), (1<<7)-1); iterate() local 1067 const float ref0 = de::clamp(float(in0) / 127.f, -1.0f, 1.0f); iterate() local 1186 const deUint16 ref0 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), 0.0f, 1.0f) * 255.0f), 0, (1<<8)-1); iterate() local 1302 const float ref0 = de::clamp(float(in0) / 255.f, 0.0f, 1.0f); iterate() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A 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; SSE4x4_MSA() local [all...] |
/third_party/lz4/lib/ |
H A D | lz4hc.c | 579 const BYTE* ref0; in LZ4HC_compress_hashChain() local
|
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 3060 int AddressOffset(ExternalReference ref0, ExternalReference ref1) { in AddressOffset() argument
|
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 3247 static int AddressOffset(ExternalReference ref0, ExternalReference ref1) { in AddressOffset() argument
|
/third_party/node/deps/v8/src/builtins/loong64/ |
H A D | builtins-loong64.cc | 3039 int AddressOffset(ExternalReference ref0, ExternalReference ref1) { in AddressOffset() argument
|
/third_party/node/deps/v8/src/builtins/arm/ |
H A D | builtins-arm.cc | 2980 int AddressOffset(ExternalReference ref0, ExternalReference ref1) { in AddressOffset() argument
|
/third_party/node/deps/v8/src/builtins/riscv64/ |
H A D | builtins-riscv64.cc | 3118 int AddressOffset(ExternalReference ref0, ExternalReference ref1) { in AddressOffset() argument
|
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 3274 static int AddressOffset(ExternalReference ref0, ExternalReference ref1) { in AddressOffset() argument
|