Home
last modified time | relevance | path

Searched defs:cr1 (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavutil/
Dcolorspace.h34 #define YUV_TO_RGB1_CCIR(cb1, cr1)\ argument
44 #define YUV_TO_RGB1_CCIR_BT709(cb1, cr1) \ argument
63 #define YUV_TO_RGB1(cb1, cr1)\ argument
/third_party/boost/libs/variant/test/
Dtest8.cpp82 const int& cr1 = check_pass<const int>(v1, 800); in main() local
/third_party/skia/gm/
Doffsetimagefilter.cpp157 SkIRect cr1 = SkIRect::MakeWH(20, 20); in onDraw() local
/third_party/flutter/skia/gm/
Doffsetimagefilter.cpp159 SkIRect cr1 = SkIRect::MakeWH(20, 20); in onDraw() local
/third_party/libjpeg-turbo/simd/powerpc/
Djccolext-altivec.c48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djccolext-altivec.c48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local
/third_party/boost/libs/flyweight/test/
Dtest_basic_template.hpp65 Flyweight cr1(std::move(c1)); in test_basic_template() local
/third_party/boost/libs/multi_array/test/
Diterators.cpp88 typename Array::const_reverse_iterator cr1; in construct_iterators() local
/third_party/quickjs/
Dlibunicode.c316 int cr_copy(CharRange *cr, const CharRange *cr1) in cr_copy()
963 CharRange cr1_s, *cr1; in unicode_script() local
1290 CharRange *cr1, *cr2, *cr3; in unicode_prop_ops() local
Dlibregexp.c864 CharRange cr1_s, *cr1 = &cr1_s; in re_parse_char_class() local
/third_party/boost/libs/math/test/
Dcatmull_rom_test.cpp203 catmull_rom<std::array<Real, dimension>> cr1(std::move(v)); in test_affine_invariance() local
/third_party/boost/boost/math/differentiation/
Dautodiff.hpp1650 promote<fvar<RealType1, Order1>, fvar<RealType2, Order2>> atan2(fvar<RealType1, Order1> const& cr1, in atan2()
1677 promote<fvar<RealType1, Order1>, fvar<RealType2, Order2>> fmod(fvar<RealType1, Order1> const& cr1, in fmod()