/third_party/ffmpeg/libavcodec/ |
H A D | h264data.c | 190 #define QP(qP, depth) ((qP) + 6 * ((depth) - 8)) macro 193 QP(0, d), QP(1, d), QP(2, d), QP(3, d), QP(4, d), QP(5, d), \ 194 QP(6, d), QP(7, d), QP( [all...] |
H A D | qsvenc.c | 1865 enc_info->QP * FF_QP2LAMBDA, NULL, 0, pict_type); in ff_qsv_encode()
|
/third_party/python/Lib/email/ |
H A D | charset.py | 24 QP = 1 # Quoted-Printable 26 SHORTEST = 3 # the shorter of QP and base64, but only for headers 41 'iso-8859-1': (QP, QP, None), 42 'iso-8859-2': (QP, QP, None), 43 'iso-8859-3': (QP, QP, None), 44 'iso-8859-4': (QP, QP, Non 23 QP = 1 # Quoted-Printable global() variable [all...] |
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess.c | 63 move YScale thing to the end instead of fixing QP 201 static inline int isHorizMinMaxOk_C(const uint8_t src[], int stride, int QP) in isHorizMinMaxOk_C() argument 205 if((unsigned)(src[0] - src[5] + 2*QP) > 4*QP) return 0; in isHorizMinMaxOk_C() 207 if((unsigned)(src[2] - src[7] + 2*QP) > 4*QP) return 0; in isHorizMinMaxOk_C() 209 if((unsigned)(src[4] - src[1] + 2*QP) > 4*QP) return 0; in isHorizMinMaxOk_C() 211 if((unsigned)(src[6] - src[3] + 2*QP) > 4*QP) retur in isHorizMinMaxOk_C() 217 isVertMinMaxOk_C(const uint8_t src[], int stride, int QP) isVertMinMaxOk_C() argument 327 horizX1Filter(uint8_t *src, int stride, int QP) horizX1Filter() argument 388 const int QP= c->QP; do_a_deblock_C() local [all...] |
H A D | postprocess_template.c | 202 "movq %4, %%mm7 \n\t" // QP,..., QP in vertClassify() 203 "paddusb %%mm7, %%mm7 \n\t" // 2QP ... 2QP in vertClassify() 204 "psubusb %%mm7, %%mm4 \n\t" // Diff <= 2QP -> 0 in vertClassify() 234 "movq %2, %%mm0 \n\t" // QP,..., QP in doVertLowPass() 244 "psubusb %%mm0, %%mm2 \n\t" // diff <= QP -> 0 in doVertLowPass() 245 "pcmpeqb %%mm4, %%mm2 \n\t" // diff <= QP -> FF in doVertLowPass() 262 "psubusb %%mm0, %%mm2 \n\t" // diff <= QP in doVertLowPass() 3477 int QP=0, nonBQP=0; postProcess() local [all...] |
H A D | postprocess_internal.h | 157 int QP; member
|
H A D | postprocess_altivec_template.c | 71 c->QP * 2, in vertClassify_altivec() 72 c->QP * 4 in vertClassify_altivec() 227 DECLARE_ALIGNED(16, short, qp)[8] = {c->QP}; in doVertLowPass_altivec() 423 DECLARE_ALIGNED(16, short, qp)[8] = {8*c->QP}; in doVertDefFilter_altivec() 601 DECLARE_ALIGNED(16, int, tQP2)[4] = { c->QP/2 + 1 }; in dering_altivec()
|
/third_party/mbedtls/programs/pkey/ |
H A D | rsa_genkey.c | 59 mbedtls_mpi N, P, Q, D, E, DP, DQ, QP; in main() local 68 mbedtls_mpi_init(&DQ); mbedtls_mpi_init(&QP); in main() 94 (ret = mbedtls_rsa_export_crt(&rsa, &DP, &DQ, &QP)) != 0) { in main() 125 (ret = mbedtls_mpi_write_file("QP = ", &QP, 16, fpriv)) != 0) { in main() 145 mbedtls_mpi_free(&DQ); mbedtls_mpi_free(&QP); in main()
|
H A D | rsa_decrypt.c | 44 mbedtls_mpi N, P, Q, D, E, DP, DQ, QP; in main() local 72 mbedtls_mpi_init(&DQ); mbedtls_mpi_init(&QP); in main() 99 (ret = mbedtls_mpi_read_file(&QP, 16, f)) != 0) { in main() 168 mbedtls_mpi_free(&DQ); mbedtls_mpi_free(&QP); in main()
|
H A D | rsa_sign.c | 42 mbedtls_mpi N, P, Q, D, E, DP, DQ, QP; in main() local 48 mbedtls_mpi_init(&DQ); mbedtls_mpi_init(&QP); in main() 76 (ret = mbedtls_mpi_read_file(&QP, 16, f)) != 0) { in main() 150 mbedtls_mpi_free(&DQ); mbedtls_mpi_free(&QP); in main()
|
H A D | gen_key.c | 234 mbedtls_mpi N, P, Q, D, E, DP, DQ, QP; in main() local 249 mbedtls_mpi_init(&DQ); mbedtls_mpi_init(&QP); in main() 413 (ret = mbedtls_rsa_export_crt(rsa, &DP, &DQ, &QP)) != 0) { in main() 425 mbedtls_mpi_write_file("QP: ", &QP, 16, NULL); in main() 466 mbedtls_mpi_free(&DQ); mbedtls_mpi_free(&QP); in main()
|
H A D | key_app_writer.c | 257 mbedtls_mpi N, P, Q, D, E, DP, DQ, QP; in main() local 283 mbedtls_mpi_init(&DQ); mbedtls_mpi_init(&QP); in main() 386 (ret = mbedtls_rsa_export_crt(rsa, &DP, &DQ, &QP)) != 0) { in main() 398 mbedtls_mpi_write_file("QP: ", &QP, 16, NULL); in main() 482 mbedtls_mpi_free(&DQ); mbedtls_mpi_free(&QP); in main()
|
H A D | key_app.c | 144 mbedtls_mpi N, P, Q, D, E, DP, DQ, QP; in main() local 166 mbedtls_mpi_init(&DQ); mbedtls_mpi_init(&QP); in main() 270 (ret = mbedtls_rsa_export_crt(rsa, &DP, &DQ, &QP)) != 0) { in main() 282 MBEDTLS_MPI_CHK(mbedtls_mpi_write_file("QP: ", &QP, 16, NULL)); in main() 363 mbedtls_mpi_free(&DQ); mbedtls_mpi_free(&QP); in main()
|
/third_party/mbedtls/programs/fuzz/ |
H A D | fuzz_pubkey.c | 22 mbedtls_mpi N, P, Q, D, E, DP, DQ, QP; in LLVMFuzzerTestOneInput() local 27 mbedtls_mpi_init(&DQ); mbedtls_mpi_init(&QP); in LLVMFuzzerTestOneInput() 36 if (mbedtls_rsa_export_crt(rsa, &DP, &DQ, &QP) != MBEDTLS_ERR_RSA_BAD_INPUT_DATA) { in LLVMFuzzerTestOneInput() 42 mbedtls_mpi_free(&DQ); mbedtls_mpi_free(&QP); in LLVMFuzzerTestOneInput()
|
H A D | fuzz_privkey.c | 50 mbedtls_mpi N, P, Q, D, E, DP, DQ, QP; in LLVMFuzzerTestOneInput() local 55 mbedtls_mpi_init(&DQ); mbedtls_mpi_init(&QP); in LLVMFuzzerTestOneInput() 61 if (mbedtls_rsa_export_crt(rsa, &DP, &DQ, &QP) != 0) { in LLVMFuzzerTestOneInput() 67 mbedtls_mpi_free(&DQ); mbedtls_mpi_free(&QP); in LLVMFuzzerTestOneInput()
|
/third_party/mbedtls/library/ |
H A D | rsa_alt_helpers.c | 227 mbedtls_mpi *DQ, mbedtls_mpi *QP) in mbedtls_rsa_deduce_crt() 245 /* QP = Q^{-1} mod P */ in mbedtls_rsa_deduce_crt() 246 if (QP != NULL) { in mbedtls_rsa_deduce_crt() 247 MBEDTLS_MPI_CHK(mbedtls_mpi_inv_mod(QP, Q, P)); in mbedtls_rsa_deduce_crt() 374 const mbedtls_mpi *DQ, const mbedtls_mpi *QP) in mbedtls_rsa_validate_crt() 416 /* Check that QP * Q - 1 == 0 mod P */ in mbedtls_rsa_validate_crt() 417 if (QP != NULL) { in mbedtls_rsa_validate_crt() 423 MBEDTLS_MPI_CHK(mbedtls_mpi_mul_mpi(&K, QP, Q)); in mbedtls_rsa_validate_crt() 225 mbedtls_rsa_deduce_crt(const mbedtls_mpi *P, const mbedtls_mpi *Q, const mbedtls_mpi *D, mbedtls_mpi *DP, mbedtls_mpi *DQ, mbedtls_mpi *QP) mbedtls_rsa_deduce_crt() argument 372 mbedtls_rsa_validate_crt(const mbedtls_mpi *P, const mbedtls_mpi *Q, const mbedtls_mpi *D, const mbedtls_mpi *DP, const mbedtls_mpi *DQ, const mbedtls_mpi *QP) mbedtls_rsa_validate_crt() argument
|
H A D | rsa_alt_helpers.h | 120 * \param QP Output variable for the modular inverse of Q modulo P. 130 mbedtls_mpi *DQ, mbedtls_mpi *QP); 181 * \param QP MPI to check for the modular inverse of Q modulo P. 187 * - QP = Q^-1 mod P if P, Q, QP != NULL 192 * data was provided to check DP, DQ or QP. 200 const mbedtls_mpi *DQ, const mbedtls_mpi *QP);
|
H A D | rsa.c | 160 * The RSA CRT parameters DP, DQ and QP are nominally redundant, in in mbedtls_rsa_parse_key() 182 /* Import QP */ in mbedtls_rsa_parse_key() 184 (ret = mbedtls_mpi_copy(&rsa->QP, &T)) != 0) { in mbedtls_rsa_parse_key() 299 /* Export QP */ in mbedtls_rsa_write_key() 710 * but check for QP >= 1 nonetheless. */ in rsa_check_context() 713 mbedtls_mpi_cmp_int(&ctx->QP, 0) <= 0) { in rsa_check_context() 739 have_QP = (mbedtls_mpi_cmp_int(&ctx->QP, 0) != 0); in mbedtls_rsa_complete() 805 &ctx->DP, &ctx->DQ, &ctx->QP); in mbedtls_rsa_complete() 915 mbedtls_mpi *DP, mbedtls_mpi *DQ, mbedtls_mpi *QP) in mbedtls_rsa_export_crt() 936 (QP ! in mbedtls_rsa_export_crt() 914 mbedtls_rsa_export_crt(const mbedtls_rsa_context *ctx, mbedtls_mpi *DP, mbedtls_mpi *DQ, mbedtls_mpi *QP) mbedtls_rsa_export_crt() argument [all...] |
/third_party/mbedtls/include/mbedtls/ |
H A D | rsa.h | 101 mbedtls_mpi MBEDTLS_PRIVATE(QP); /*!< <code>1 / (Q % P)</code>. */ 419 * \param QP The MPI to hold modular inverse of \c Q modulo \c P, 427 mbedtls_mpi *DP, mbedtls_mpi *DQ, mbedtls_mpi *QP);
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | lws-genrsa.c | 82 &ctx->ctx->MBEDTLS_PRIVATE(QP), 169 &ctx->ctx->MBEDTLS_PRIVATE(QP), 484 &ctx->ctx->MBEDTLS_PRIVATE(QP),
|
H A D | mbedtls-x509.c | 403 mpi[LWS_GENCRYPTO_RSA_KEYEL_QI] = &rsactx->MBEDTLS_PRIVATE(QP); in lws_x509_public_to_jwk()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 610 unsigned getInverseMxN(unsigned QP); 1481 unsigned PolynomialMultiplyRecognize::getInverseMxN(unsigned QP) { in getInverseMxN() argument 1487 Q[i] = QP & 1; in getInverseMxN() 1488 QP >>= 1; in getInverseMxN()
|
/third_party/python/Lib/test/test_email/ |
H A D | test_email.py | 4717 # Try a charset with QP body encoding 4739 # built-in encodings where the header encoding is QP but the body 4742 CharsetModule.add_charset('fake', CharsetModule.QP, None, 'utf-8')
|