Home
last modified time | relevance | path

Searched defs:pre (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/external/libaom/aom_dsp/arm/
Dhighbd_obmc_variance_neon.c21 static inline void highbd_obmc_variance_8x1_s16_neon(uint16x8_t pre, in highbd_obmc_variance_8x1_s16_neon()
65 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_xlarge_neon()
112 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_xlarge_neon_128xh()
119 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_xlarge_neon_64xh()
126 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_xlarge_neon_32xh()
133 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_large_neon()
162 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_neon_128xh()
168 static inline void highbd_obmc_variance_neon_64xh(const uint8_t *pre, in highbd_obmc_variance_neon_64xh()
176 static inline void highbd_obmc_variance_neon_32xh(const uint8_t *pre, in highbd_obmc_variance_neon_32xh()
184 static inline void highbd_obmc_variance_neon_16xh(const uint8_t *pre, in highbd_obmc_variance_neon_16xh()
[all …]
Dobmc_variance_neon.c97 static inline void obmc_variance_large_neon(const uint8_t *pre, int pre_stride, in obmc_variance_large_neon()
145 static inline void obmc_variance_large_neon(const uint8_t *pre, int pre_stride, in obmc_variance_large_neon()
185 static inline void obmc_variance_neon_128xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_128xh()
192 static inline void obmc_variance_neon_64xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_64xh()
199 static inline void obmc_variance_neon_32xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_32xh()
206 static inline void obmc_variance_neon_16xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_16xh()
213 static inline void obmc_variance_neon_8xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_8xh()
235 static inline void obmc_variance_neon_4xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_4xh()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/detail/
Dattributes.hpp23 static Transformed pre(Exposed&) { return Transformed(); } in pre() function
39 static Attribute& pre(Attribute& val) { return val; } in pre() function
49 static Transformed pre(Exposed& val) { return Transformed(val); } in pre() function
61 static Attribute& pre(Attribute& val) { return val; } in pre() function
84 static Transformed& pre(boost::optional<Exposed>& val) in pre() function
102 static unused_type pre(unused_type) { return unused; } in pre() function
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/detail/
Dattributes.hpp21 static Transformed pre(Exposed& val) in pre() function
33 static Transformed const& pre(boost::optional<Exposed> const& val) in pre() function
43 static Attribute const& pre(Attribute const& val) { return val; } in pre() function
52 static unused_type pre(unused_type) { return unused; } in pre() function
/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/utils/
DSize.kt14 val pre = (if (si) "kMGTPE" else "KMGTPE")[exp - 1] + if (si) "" else "i" in humanReadableByteCount() constant
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/nonterminal/detail/
Dtransform_attribute.hpp26 static Transformed pre(Exposed&) { return Transformed(); } in pre() function
39 static Attribute& pre(Attribute& val) { return val; } in pre() function
53 static unused_type pre(unused_type) { return unused; } in pre() function
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
DSourceHighlighter.java71 final HTMLElement pre = parent in render() local
82 private void renderCodeLine(final HTMLElement pre, final String linesrc, in renderCodeLine()
88 HTMLElement highlight(final HTMLElement pre, final ILine line, in highlight()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/
DArrayGenerationTest.java117 private void _testIntArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testIntArray()
158 private void _testLongArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testLongArray()
199 … private void _testDoubleArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testDoubleArray()
236 … private void _testStringArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testStringArray()
/external/dokka/core/src/main/resources/dokka/styles/
Dstyle.css35 p, ul, ol, table, pre, dl { selector
85 code, pre { selector
91 pre { selector
262 pre, code { selector
/external/vboot_reference/firmware/lib20/
Dapi_kernel.c33 const struct vb2_kernel_preamble *pre; in vb2api_get_kernel_size() local
60 struct vb2_kernel_preamble *pre; in vb2api_verify_kernel_data() local
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Drnn_unittest.cc49 float pre = rnn_vad.ComputeVadProbability(kFeatures, /*is_silence=*/false); in TEST() local
61 float pre = rnn_vad.ComputeVadProbability(kFeatures, /*is_silence=*/false); in TEST() local
/external/libaom/aom_dsp/x86/
Dobmc_sad_sse4.c29 static AOM_FORCE_INLINE unsigned int obmc_sad_w4(const uint8_t *pre, in obmc_sad_w4()
67 const uint8_t *pre, const int pre_stride, const int32_t *wsrc, in obmc_sad_w8n()
157 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w4() local
193 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w8n() local
Dobmc_sad_avx2.c29 static inline unsigned int obmc_sad_w4_avx2(const uint8_t *pre, in obmc_sad_w4_avx2()
72 const uint8_t *pre, const int pre_stride, const int32_t *wsrc, in obmc_sad_w8n_avx2()
157 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w4_avx2() local
199 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w8n_avx2() local
/external/vboot_reference/firmware/2lib/
D2api.c273 const struct vb2_fw_preamble *pre; in vb2api_init_hash() local
348 struct vb2_fw_preamble *pre; in vb2api_check_hash_get_digest() local
450 struct vb2_fw_preamble *pre; in vb2api_get_metadata_hash() local
/external/sdv/vsomeip/third_party/boost/serialization/doc/
Dstyle.css1 pre{ selector
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
Dopacity-filter.css2 pre { /* make the box translucent (80% opaque) */ selector
/external/google-styleguide/
Djavaguide.css15 pre { selector
82 pre, selector
185 pre { selector
190 pre, selector
408 pre { selector
420 pre { selector
/external/vboot_reference/tests/
Dvb2_api_tests.c74 struct vb2_fw_preamble *pre; in reset_common_data() local
649 struct vb2_fw_preamble *pre; in init_hash_tests() local
747 struct vb2_fw_preamble *pre; in check_hash_tests() local
847 struct vb2_fw_preamble *pre; in get_metadata_hash_test() local
Dvb2_firmware_tests.c43 struct vb2_fw_preamble pre; member
63 struct vb2_fw_preamble *pre = &mock_vblock.p.pre; in reset_common_data() local
313 struct vb2_fw_preamble *pre = &mock_vblock.p.pre; in verify_preamble_tests() local
Dvb20_kernel_tests.c44 struct vb2_kernel_preamble pre; member
78 struct vb2_kernel_preamble *pre = &mock_vblock.p.pre; in reset_common_data() local
381 struct vb2_kernel_preamble *pre = &mock_vblock.p.pre; in load_kernel_preamble_tests() local
/external/jsoup/src/test/java/org/jsoup/parser/
DTokenQueueTest.java17 String pre = tq.consumeTo("("); in chompBalanced() local
28 String pre = tq.consumeTo("("); in chompEscapedBalanced() local
/external/bazelbuild-rules_rust/docs/
Dmain.css1 body{background-color:#fafafa}pre,code{font-family:'Liberation Mono', Consolas, Monaco, 'Andale Mon… selector
/external/libwebsockets/lib/secure-streams/
Dsecure-streams-serialize.c151 uint8_t pre[128]; in lws_ss_serialize_rx_payload() local
263 uint8_t pre[12]; in lws_ss_serialize_state() local
304 uint8_t pre[7]; in lws_ss_serialize_txcr() local
368 uint8_t pre[23]; in lws_ss_deserialize_parse() local
/external/lua/doc/
Dmanual.css6 pre, code { selector
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeVisitorAction.java40 public Object pre(Object t); in pre() method

12345678910>>...15