Home
last modified time | relevance | path

Searched defs:per (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libswscale/ppc/
Dswscale_altivec.c79 #define FIRST_LOAD(sv, pos, s, per) {\ argument
87 #define LOAD_SRCV(pos, a, s, per, v0, v1, vf) {\ argument
91 #define LOAD_SRCV8(pos, a, s, per, v0, v1, vf) {\ argument
97 #define GET_VFD(a, b, f, vf0, vf1, per, vf, off) {\ argument
Dswscale_vsx.c73 #define FIRST_LOAD(sv, pos, s, per) {} argument
75 #define LOAD_SRCV(pos, a, s, per, v0, v1, vf) {\ argument
78 #define LOAD_SRCV8(pos, a, s, per, v0, v1, vf) LOAD_SRCV(pos, a, s, per, v0, v1, vf) argument
79 #define GET_VFD(a, b, f, vf0, vf1, per, vf, off) {\ argument
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/members/instance_and_static_members/
Dinstance_and_static_members_1.ts43 let per: Person = new Person("rain", 22); variable
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstlfocontrolsource.c192 gdouble per = gst_guint64_to_gdouble (period); in _saw_get() local
243 gdouble per = gst_guint64_to_gdouble (period); in _rsaw_get() local
295 gdouble per = gst_guint64_to_gdouble (period); in _triangle_get() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestNumberFormatAPI.java59 NumberFormat per = NumberFormat.getPercentInstance(); in TestAPI() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestNumberFormatAPI.java56 NumberFormat per = NumberFormat.getPercentInstance(); in TestAPI() local
/third_party/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp93 NumberFormat *per = NumberFormat::createPercentInstance(status); in testAPI() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c860 GstH264BufferingPeriod * per, NalReader * nr) in gst_h264_parser_parse_buffering_period()
Dgsth265parser.c1014 GstH265BufferingPeriod * per, NalReader * nr) in gst_h265_parser_parse_buffering_period()