Searched refs:cr1 (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | colorspace.h | 34 #define YUV_TO_RGB1_CCIR(cb1, cr1)\ 37 cr = (cr1) - 128;\ 44 #define YUV_TO_RGB1_CCIR_BT709(cb1, cr1) \ 47 cr = (cr1) - 128; \ 63 #define YUV_TO_RGB1(cb1, cr1)\ 66 cr = (cr1) - 128;\
|
/third_party/skia/gm/ |
H A D | offsetimagefilter.cpp | 157 SkIRect cr1 = SkIRect::MakeWH(20, 20); variable 177 this->doDraw(canvas, r, SkImageFilters::Offset(20, 20, nullptr, &cr1), &cr1);
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | register-s390.h | 34 V(cr0) V(cr1) V(cr2) V(cr3) V(cr4) V(cr5) V(cr6) V(cr7) \
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ppc.pl | 1699 $UCMP cr1,r6,r7 # compare (tl <= r7) 1701 ble cr1,Lppcasm_divinnerexit 1710 $UCMP cr1,r4,r11 # compare l and tl 1712 bge cr1,Lppcasm_div7 # if (l>=tl) goto Lppcasm_div7 1716 $UCMP cr1,r3,r12 #compare h and th 1717 bge cr1,Lppcasm_div8 #if (h>=th) goto Lppcasm_div8
|
/third_party/openssl/crypto/bn/asm/ |
H A D | ppc.pl | 1699 $UCMP cr1,r6,r7 # compare (tl <= r7) 1701 ble cr1,Lppcasm_divinnerexit 1710 $UCMP cr1,r4,r11 # compare l and tl 1712 bge cr1,Lppcasm_div7 # if (l>=tl) goto Lppcasm_div7 1716 $UCMP cr1,r3,r12 #compare h and th 1717 bge cr1,Lppcasm_div8 #if (h>=th) goto Lppcasm_div8
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | vpaes-ppc.pl | 684 mcrf cr1, cr0 # put aside $out alignment flag 710 beq cr1, Lcbc_enc_loop # $out is aligned 760 beq cr1, Lcbc_dec_loop # $out is aligned 806 beq cr1, Lcbc_write_iv # $out is aligned 871 my $dir="cr1";
|
/third_party/openssl/crypto/aes/asm/ |
H A D | vpaes-ppc.pl | 684 mcrf cr1, cr0 # put aside $out alignment flag 710 beq cr1, Lcbc_enc_loop # $out is aligned 760 beq cr1, Lcbc_dec_loop # $out is aligned 806 beq cr1, Lcbc_write_iv # $out is aligned 871 my $dir="cr1";
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | register-arm.h | 54 V(cr0) V(cr1) V(cr2) V(cr3) V(cr4) V(cr5) V(cr6) V(cr7) \
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | register-ppc.h | 59 V(cr0) V(cr1) V(cr2) V(cr3) V(cr4) V(cr5) V(cr6) V(cr7) \
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 3720 __m128i cr1 = _mm_mulhi_epi16(crw, cr_const1); in stbi__YCbCr_to_RGB_simd() local 3724 __m128i gws = _mm_add_epi16(gwt, cr1); in stbi__YCbCr_to_RGB_simd() 3775 int16x8_t cr1 = vqdmulhq_s16(crw, cr_const1); in stbi__YCbCr_to_RGB_simd() local 3778 int16x8_t gws = vaddq_s16(vaddq_s16(yws, cb0), cr1); in stbi__YCbCr_to_RGB_simd()
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 125 #define CR1 cr1 187 #define CR1 %cr1
|
Completed in 25 milliseconds