Home
last modified time | relevance | path

Searched refs:bre (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavutil/
Dtx_priv.h51 #define CMUL(dre, dim, are, aim, bre, bim) do { \ argument
52 (dre) = (are) * (bre) - (aim) * (bim); \
53 (dim) = (are) * (bim) + (aim) * (bre); \
56 #define SMUL(dre, dim, are, aim, bre, bim) do { \ argument
57 (dre) = (are) * (bre) - (aim) * (bim); \
58 (dim) = (are) * (bim) - (aim) * (bre); \
69 #define CMUL(dre, dim, are, aim, bre, bim) do { \ argument
71 (accu) = (int64_t)(bre) * (are); \
75 (accu) += (int64_t)(bre) * (aim); \
79 #define SMUL(dre, dim, are, aim, bre, bim) do { \ argument
[all …]
/third_party/ffmpeg/libavcodec/
Dfft-internal.h32 #define CMUL(dre, dim, are, aim, bre, bim) do { \ argument
33 (dre) = (are) * (bre) - (aim) * (bim); \
34 (dim) = (are) * (bim) + (aim) * (bre); \
43 #define CMUL(dre, dim, are, aim, bre, bim) do { \ argument
45 (accu) = (int64_t)(bre) * (are); \
48 (accu) = (int64_t)(bre) * (aim); \
/third_party/ffmpeg/libavcodec/tests/
Dfft.c61 #define CMAC(pre, pim, are, aim, bre, bim) \ argument
63 pre += (MUL16(are, bre) - MUL16(aim, bim)); \
64 pim += (MUL16(are, bim) + MUL16(bre, aim)); \
/third_party/skia/third_party/externals/icu/source/data/misc/
DkeyTypeData.txt214 bre{""}
Dmetadata.txt191 bre{
/third_party/icu/icu4c/source/data/misc/
DkeyTypeData.txt215 bre{""}
Dmetadata.txt203 bre{
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dlang-tables.dat664 { "br", "bre", ISO_639_FLAG_2T | ISO_639_FLAG_2B, 4274 },
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DlocaleCanonicalization.txt85 bre ; br
/third_party/icu/icu4c/source/test/testdata/
DlocaleCanonicalization.txt85 bre ; br
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dles-mis-utf8.txt848 La sérénité presque violente du moment funèbre avait disparu: le fantôme
4041 moments où la pénalité prononce un naufrage. Quelle minute funèbre que
4383 lointaines, loin de dissiper sa nuit, la rendaient plus funèbre et plus
5422 l'année où M. Bruguière de Sorsum était célèbre. Toutes les boutiques
5559 rêve sublime. Il y avait à l'académie des sciences un Fourier célèbre
6077 au vent une bourrée bourbonienne alors célèbre, destinée à foudroyer les
6235 marquis de Montcalm était un royaliste alors célèbre. Toutes les
6771 une romance alors célèbre:
9849 Simplice; c'était l'accent de sa vertu. Elle était presque célèbre dans
12532 une poule en pleine oraison funèbre, et il s'en est tiré avec pompe.
/third_party/rust/crates/regex/bench/src/data/
D1MB.txt26994 bre
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/
Dhdr-rgb-canarywharf.hdr735 …�e��ktn]�r��gi|n�������y��������ϥ�mi\��tg����ga�b�bZ���k�s���~���n�x�~g}c�bre�qgw��v�m`����e�����…
/third_party/gstreamer/gstreamer/
DChangeLog124170 …ional code in g_return_if_fail() or g_return_val_if_fail() statements, otherwise things will bre...