Home
last modified time | relevance | path

Searched defs:ref3 (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dme_cmp_msa.c29 v16u8 src0, src1, src2, src3, ref0, ref1, ref2, ref3; in sad_8width_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/ffmpeg/libavfilter/
Dvf_deband.c125 static int inline get_avg(int ref0, int ref1, int ref2, int ref3) in get_avg()
162 … const int ref3 = src_ptr[av_clip(y + y_pos, 0, h) * src_linesize + av_clip(x + -x_pos, 0, w)]; in deband_8_c() local
210 … const int ref3 = src_ptr[av_clip(y + y_pos, 0, h) * src_linesize + av_clip(x + -x_pos, 0, w)]; in deband_8_coupling_c() local
275 … const int ref3 = src_ptr[av_clip(y + y_pos, 0, h) * src_linesize + av_clip(x + -x_pos, 0, w)]; in deband_16_coupling_c() local
343 … const int ref3 = 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/vk-gl-cts/modules/gles31/functional/
Des31fShaderPackingFunctionTests.cpp790 …const deUint16 ref3 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].w(), -1.0f, … in iterate() local
888 const float ref3 = de::clamp(float(in3) / 127.f, -1.0f, 1.0f); in iterate() local
999 …const deUint16 ref3 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].w(), 0.0f, 1… in iterate() local
1097 const float ref3 = de::clamp(float(in3) / 255.f, 0.0f, 1.0f); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderPackingFunctionTests.cpp954 …const deUint16 ref3 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].w(), -1.0f, … in iterate() local
1070 const float ref3 = de::clamp(float(in3) / 127.f, -1.0f, 1.0f); in iterate() local
1189 …const deUint16 ref3 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].w(), 0.0f, 1… in iterate() local
1305 const float ref3 = de::clamp(float(in3) / 255.f, 0.0f, 1.0f); in iterate() 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
317 const __m128i ref3 = _mm_loadl_epi64((const __m128i*)&ref[3 * BPS]); in FTransform_SSE2() local
356 const __m128i ref3 = _mm_loadl_epi64((const __m128i*)&ref[3 * BPS]); in FTransform2_SSE2() 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
317 const __m128i ref3 = _mm_loadl_epi64((const __m128i*)&ref[3 * BPS]); in FTransform_SSE2() local
356 const __m128i ref3 = _mm_loadl_epi64((const __m128i*)&ref[3 * BPS]); in FTransform2_SSE2() local
/third_party/lz4/lib/
Dlz4hc.c584 const BYTE* ref3 = NULL; in LZ4HC_compress_hashChain() local