Home
last modified time | relevance | path

Searched refs:odd0 (Results 1 – 25 of 34) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/C_DEFAULT/
H A DEbTransforms_C.c308 odd0 = residual[rowStrideIndex + 0] - residual[rowStrideIndex + 31]; in PartialButterfly32()
531 odd0 = residual[rowStrideIndex + 0] - residual[rowStrideIndex + 31]; in PartialButterfly32Estimate()
739 EB_S32 odd0, odd1, odd2, odd3, odd4, odd5, odd6, odd7; in PartialButterfly16() local
836 EB_S16 odd0, odd1, odd2, odd3, odd4, odd5, odd6, odd7; in PartialButterfly16Estimate() local
948 EB_S32 odd0, odd1, odd2, odd3; in PartialButterfly8() local
1010 EB_S32 even0, even1, odd0, odd1; in PartialButterfly4() local
1040 EB_S32 even0, even1, odd0, odd1; in Dst4() local
1361 EB_S32 odd0, odd1, odd2, odd3, odd4, odd5, odd6, odd7; in PartialButterflyInverse16() local
1475 EB_S32 odd0, odd1, odd2, odd3; in PartialButterflyInverse8() local
1537 EB_S32 even0, even1, odd0, odd1; in PartialButterflyInverse4() local
[all …]
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/C_DEFAULT/
H A DEbTransforms_C.c308 odd0 = residual[rowStrideIndex + 0] - residual[rowStrideIndex + 31]; in PartialButterfly32()
531 odd0 = residual[rowStrideIndex + 0] - residual[rowStrideIndex + 31]; in PartialButterfly32Estimate()
739 EB_S32 odd0, odd1, odd2, odd3, odd4, odd5, odd6, odd7; in PartialButterfly16() local
836 EB_S16 odd0, odd1, odd2, odd3, odd4, odd5, odd6, odd7; in PartialButterfly16Estimate() local
948 EB_S32 odd0, odd1, odd2, odd3; in PartialButterfly8() local
1010 EB_S32 even0, even1, odd0, odd1; in PartialButterfly4() local
1040 EB_S32 even0, even1, odd0, odd1; in Dst4() local
1361 EB_S32 odd0, odd1, odd2, odd3, odd4, odd5, odd6, odd7; in PartialButterflyInverse16() local
1475 EB_S32 odd0, odd1, odd2, odd3; in PartialButterflyInverse8() local
1537 EB_S32 even0, even1, odd0, odd1; in PartialButterflyInverse4() local
[all …]
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/exec/
H A Dpppplot.pl232 my $odd0 = 1;
238 if ( $odd0 ) { $data{ "$lab" }[5] -= $offset; }
239 $odd0 = ( $odd0 ) ? 0 : 1;
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Deac3dec.c171 int even0, even1, even2, odd0, odd1, odd2; in idct6() local
177 odd0 = ((pre_mant[1] + pre_mant[5]) * COEFF_2) >> 23; in idct6()
186 tmp = odd0; in idct6()
187 odd0 = tmp + pre_mant[1] + pre_mant[3]; in idct6()
190 pre_mant[0] = even0 + odd0; in idct6()
195 pre_mant[5] = even0 - odd0; in idct6()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Deac3dec.c171 int even0, even1, even2, odd0, odd1, odd2; in idct6() local
177 odd0 = ((pre_mant[1] + pre_mant[5]) * COEFF_2) >> 23; in idct6()
186 tmp = odd0; in idct6()
187 odd0 = tmp + pre_mant[1] + pre_mant[3]; in idct6()
190 pre_mant[0] = even0 + odd0; in idct6()
195 pre_mant[5] = even0 - odd0; in idct6()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Deac3dec.c169 int even0, even1, even2, odd0, odd1, odd2; in idct6() local
175 odd0 = ((pre_mant[1] + pre_mant[5]) * COEFF_2) >> 23; in idct6()
184 tmp = odd0; in idct6()
185 odd0 = tmp + pre_mant[1] + pre_mant[3]; in idct6()
188 pre_mant[0] = even0 + odd0; in idct6()
193 pre_mant[5] = even0 - odd0; in idct6()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Deac3dec.c169 int even0, even1, even2, odd0, odd1, odd2; in idct6() local
175 odd0 = ((pre_mant[1] + pre_mant[5]) * COEFF_2) >> 23; in idct6()
184 tmp = odd0; in idct6()
185 odd0 = tmp + pre_mant[1] + pre_mant[3]; in idct6()
188 pre_mant[0] = even0 + odd0; in idct6()
193 pre_mant[5] = even0 - odd0; in idct6()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Deac3dec.c175 int even0, even1, even2, odd0, odd1, odd2; in idct6() local
181 odd0 = ((pre_mant[1] + pre_mant[5]) * COEFF_2) >> 23; in idct6()
190 tmp = odd0; in idct6()
191 odd0 = tmp + pre_mant[1] + pre_mant[3]; in idct6()
194 pre_mant[0] = even0 + odd0; in idct6()
199 pre_mant[5] = even0 - odd0; in idct6()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Deac3dec.c169 int even0, even1, even2, odd0, odd1, odd2; in idct6() local
175 odd0 = ((pre_mant[1] + pre_mant[5]) * COEFF_2) >> 23; in idct6()
184 tmp = odd0; in idct6()
185 odd0 = tmp + pre_mant[1] + pre_mant[3]; in idct6()
188 pre_mant[0] = even0 + odd0; in idct6()
193 pre_mant[5] = even0 - odd0; in idct6()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Deac3dec.c169 int even0, even1, even2, odd0, odd1, odd2; in idct6() local
175 odd0 = ((pre_mant[1] + pre_mant[5]) * COEFF_2) >> 23; in idct6()
184 tmp = odd0; in idct6()
185 odd0 = tmp + pre_mant[1] + pre_mant[3]; in idct6()
188 pre_mant[0] = even0 + odd0; in idct6()
193 pre_mant[5] = even0 - odd0; in idct6()
/dports/multimedia/xvid/xvidcore/src/dct/x86_asm/
H A Didct_3dne.asm235 paddd mm6, mm7 ; 7 free ; b1=sum(odd1) b0=sum(odd0)
274 paddd mm6, mm7 ; 7 free ; b1=sum(odd1) b0=sum(odd0)
313 paddd mm6, mm7 ; 7 free ; b1=sum(odd1) b0=sum(odd0)
352 paddd mm6, mm7 ; 7 free ; b1=sum(odd1) b0=sum(odd0)
391 paddd mm6, mm7 ; 7 free ; b1=sum(odd1) b0=sum(odd0)
430 paddd mm6, mm7 ; 7 free ; b1=sum(odd1) b0=sum(odd0)
469 paddd mm6, mm7 ; 7 free ; b1=sum(odd1) b0=sum(odd0)
508 paddd mm6, mm7 ; 7 free ; b1=sum(odd1) b0=sum(odd0)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A Dmulvi32.ll122 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
124 %oddMul64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
242 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
244 %oddMul = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/X86/
H A Dmulvi32.ll122 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
124 %oddMul64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
242 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
244 %oddMul = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Dmulvi32.ll122 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
124 %oddMul64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
242 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
244 %oddMul = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dmulvi32.ll122 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
124 %oddMul64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
242 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
244 %oddMul = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A Dmulvi32.ll122 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
124 %oddMul64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
242 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
244 %oddMul = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dmulvi32.ll122 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
124 %oddMul64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
242 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
244 %oddMul = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/X86/
H A Dmulvi32.ll122 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
124 %oddMul64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
242 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
244 %oddMul = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dmulvi32.ll122 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
124 %oddMul64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
242 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
244 %oddMul = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/X86/
H A Dmulvi32.ll122 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
124 %oddMul64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
242 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
244 %oddMul = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/X86/
H A Dmulvi32.ll122 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
124 %oddMul64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
242 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
244 %oddMul = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dmulvi32.ll122 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
124 %oddMul64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
242 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
244 %oddMul = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/X86/
H A Dmulvi32.ll119 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
121 %oddMul64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
238 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
240 %oddMul = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/X86/
H A Dmulvi32.ll119 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
121 %oddMul64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
239 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
241 %oddMul = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dmulvi32.ll122 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
124 %oddMul64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone
242 …%odd0 = shufflevector <4 x i32> %0, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 3, i32 undef>
244 %oddMul = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %odd0, <4 x i32> %odd1) readnone

12