/external/libavc/decoder/ |
ih264d_tables.h | 118 /** Sub MB pred modes for B slice */ 121 /** MB pred modes for P and B slice */
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/ |
max_element_comp.pass.cpp | 61 template <class Iter, class Pred> 62 void test_eq0(Iter first, Iter last, Pred p)
|
min_element_comp.pass.cpp | 61 template <class Iter, class Pred> 62 void test_eq0(Iter first, Iter last, Pred p)
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
default.pass.cpp | 40 template <bool Pred = false> 42 static_assert(Pred,
|
/external/libopus/silk/ |
stereo_find_predictor.c | 68 /* Residual energy = nrgy - 2 * pred * corr + pred^2 * nrgx */
|
/external/libvpx/libvpx/vp9/common/ |
vp9_pred_common.c | 77 // neither edge uses comp pred (0/1) 81 // one of two edges uses comp pred (2/3) 85 // one of two edges uses comp pred (2/3) 88 else // both edges use comp pred (4) 94 // edge does not use comp pred (0/1) 97 // edge uses comp pred (3) 131 if (!has_second_ref(edge_mbmi)) // single pred (1/3) 133 else // comp pred (1/3)
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
subtract_sse2.asm | 18 ; const uint8_t *pred, ptrdiff_t pred_stride) 23 pred, pred_stride
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
testlib.c | 32 void test(int pred, const char *pred_string, const char *doc_string, const char *file, unsigned int line) 35 if (!pred)
|
/external/skia/src/views/ |
SkView.cpp | 45 void SkView::setVisibleP(bool pred) { 46 this->setFlags(SkSetClearShift(fFlags, pred, kVisible_Shift)); 49 void SkView::setEnabledP(bool pred) { 50 this->setFlags(SkSetClearShift(fFlags, pred, kEnabled_Shift)); 53 void SkView::setFocusableP(bool pred) { 54 this->setFlags(SkSetClearShift(fFlags, pred, kFocusable_Shift)); 57 void SkView::setClipToBounds(bool pred) { 58 this->setFlags(SkSetClearShift(fFlags, !pred, kNoClip_Shift));
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
shortidct4x4llm_neon.asm | 20 ;void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, 23 ;r1 short * pred
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_pred_common.c | 83 // neither edge uses comp pred (0/1) 87 // one of two edges uses comp pred (2/3) 91 // one of two edges uses comp pred (2/3) 94 else // both edges use comp pred (4) 100 // edge does not use comp pred (0/1) 103 // edge uses comp pred (3) 137 if (!has_second_ref(edge_mbmi)) // single pred (1/3) 139 else // comp pred (1/3)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_subtract_sse2.asm | 18 ; const uint8_t *pred, ptrdiff_t pred_stride) 23 pred, pred_stride
|
/prebuilts/go/darwin-x86/src/os/ |
error_test.go | 76 func checkErrorPredicate(predName string, pred func(error) bool, err error) string { 77 if !pred(err) {
|
/prebuilts/go/linux-x86/src/os/ |
error_test.go | 76 func checkErrorPredicate(predName string, pred func(error) bool, err error) string { 77 if !pred(err) {
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
itertools.so | |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
ia64.exp | 45 gas_test "pred-rel.s" "" "" ".pred.rel alternative forms"
|
/external/libcxx/include/ |
unordered_set | 23 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 32 typedef Pred key_equal; 156 template <class Value, class Hash, class Pred, class Alloc> 157 void swap(unordered_set<Value, Hash, Pred, Alloc>& x, 158 unordered_set<Value, Hash, Pred, Alloc>& y) 161 template <class Value, class Hash, class Pred, class Alloc> 163 operator==(const unordered_set<Value, Hash, Pred, Alloc>& x, 164 const unordered_set<Value, Hash, Pred, Alloc>& y); 166 template <class Value, class Hash, class Pred, class Alloc> 168 operator!=(const unordered_set<Value, Hash, Pred, Alloc>& x [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
unordered_set | 23 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 32 typedef Pred key_equal; 157 template <class Value, class Hash, class Pred, class Alloc> 158 void swap(unordered_set<Value, Hash, Pred, Alloc>& x, 159 unordered_set<Value, Hash, Pred, Alloc>& y) 162 template <class Value, class Hash, class Pred, class Alloc> 164 operator==(const unordered_set<Value, Hash, Pred, Alloc>& x, 165 const unordered_set<Value, Hash, Pred, Alloc>& y); 167 template <class Value, class Hash, class Pred, class Alloc> 169 operator!=(const unordered_set<Value, Hash, Pred, Alloc>& x [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
unordered_set | 23 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 32 typedef Pred key_equal; 157 template <class Value, class Hash, class Pred, class Alloc> 158 void swap(unordered_set<Value, Hash, Pred, Alloc>& x, 159 unordered_set<Value, Hash, Pred, Alloc>& y) 162 template <class Value, class Hash, class Pred, class Alloc> 164 operator==(const unordered_set<Value, Hash, Pred, Alloc>& x, 165 const unordered_set<Value, Hash, Pred, Alloc>& y); 167 template <class Value, class Hash, class Pred, class Alloc> 169 operator!=(const unordered_set<Value, Hash, Pred, Alloc>& x [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
Dbg.stg | 90 - (BOOL) evalPredicate:(BOOL)result Pred:(NSString *)predicate 92 [dbg semanticPredicate:result Pred:predicate]; 226 evalPredicate(pred,description) ::= << 227 [self evalPredicate:@"<description>" result:<pred>];
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/ |
all_of.pass.cpp | 14 // all_of(InputIterator first, InputIterator last, Predicate pred);
|
/external/libcxx/test/std/containers/sequences/list/list.ops/ |
unique_pred.pass.cpp | 12 // template <class BinaryPred> void unique(BinaryPred pred);
|
/external/libcxx/test/std/containers/unord/unord.map/ |
compare.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
|
max_bucket_count.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
|
max_size.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
|