/third_party/ffmpeg/libavutil/ |
D | colorspace.h | 34 #define YUV_TO_RGB1_CCIR(cb1, cr1)\ argument 37 cr = (cr1) - 128;\ 44 #define YUV_TO_RGB1_CCIR_BT709(cb1, cr1) \ argument 47 cr = (cr1) - 128; \ 63 #define YUV_TO_RGB1(cb1, cr1)\ argument 66 cr = (cr1) - 128;\
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jccolext-altivec.c | 48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local 250 cr1 = vec_msums(bg1, pw_mf008_mf041, pd_onehalfm1_cj); in jsimd_rgb_ycc_convert_altivec() 255 cr1 = (__vector int)vec_msum((__vector unsigned short)rg1, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec() 256 (__vector unsigned int)cr1); in jsimd_rgb_ycc_convert_altivec() 262 (__vector unsigned short)cr1, shift_pack_index); in jsimd_rgb_ycc_convert_altivec()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jccolext-altivec.c | 48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local 250 cr1 = vec_msums(bg1, pw_mf008_mf041, pd_onehalfm1_cj); in jsimd_rgb_ycc_convert_altivec() 255 cr1 = (__vector int)vec_msum((__vector unsigned short)rg1, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec() 256 (__vector unsigned int)cr1); in jsimd_rgb_ycc_convert_altivec() 262 (__vector unsigned short)cr1, shift_pack_index); in jsimd_rgb_ycc_convert_altivec()
|
/third_party/skia/gm/ |
D | offsetimagefilter.cpp | 157 SkIRect cr1 = SkIRect::MakeWH(20, 20); in onDraw() local 177 this->doDraw(canvas, r, SkImageFilters::Offset(20, 20, nullptr, &cr1), &cr1); in onDraw()
|
/third_party/flutter/skia/gm/ |
D | offsetimagefilter.cpp | 159 SkIRect cr1 = SkIRect::MakeWH(20, 20); in onDraw() local 179 this->doDraw(canvas, r, SkImageFilters::Offset(20, 20, nullptr, &cr1)); in onDraw()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.td | 208 def CR1 : CR<1, "cr1", [CR1LT, CR1GT, CR1EQ, CR1UN]>, DwarfRegNum<[69, 69]>;
|
/third_party/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 |
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.td | 343 def CR1 : X86Reg<"cr1", 1>;
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 125 #define CR1 cr1 187 #define CR1 %cr1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 192 return 72; // "cr1"
|