Searched refs:mP (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fieldmatch.c | 473 enum { mP, mC, mN, mB, mU }; enumerator 482 if (match == mP || match == mB) return fm->prv; in select_frame() 639 case mP: copy_fields(fm, dst, src, 1-field, input); copy_fields(fm, dst, prv, field, input); break; in create_weave_frame() 674 static const int fxo0m[] = { mP, mC, mN, mB, mU }; 675 static const int fxo1m[] = { mN, mC, mP, mU, mB }; 746 match = compare_fields(fm, fxo[mC], fxo[mP], field); in filter_frame() 770 match = checkmm(ctx, combs, match, match == fxo[mP] ? fxo[mC] : fxo[mP], gen_frames, field); in filter_frame() 785 match = checkmm(ctx, combs, match, match == fxo[mP] ? fxo[mC] : fxo[mP], gen_frame in filter_frame() [all...] |
/third_party/mbedtls/library/ |
H A D | ecp.c | 179 mbedtls_ecp_point mP; /* mP value */ member 194 mbedtls_ecp_point_init(&ctx->mP); in ecp_restart_ma_init() 208 mbedtls_ecp_point_free(&ctx->mP); in ecp_restart_ma_free() 2807 mbedtls_ecp_point mP; in mbedtls_ecp_muladd_restartable() local 2808 mbedtls_ecp_point *pmP = &mP; in mbedtls_ecp_muladd_restartable() 2818 mbedtls_ecp_point_init(&mP); in mbedtls_ecp_muladd_restartable() 2826 pmP = &rs_ctx->ma->mP; in mbedtls_ecp_muladd_restartable() 2893 mbedtls_ecp_point_free(&mP); in mbedtls_ecp_muladd_restartable()
|
Completed in 8 milliseconds