HomeSort by relevance Sort by last modified time
    Searched refs:pred (Results 76 - 100 of 690) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/common/
reconintra.c 114 int pred = yleft_col[r] + yabove_row[ c] - ytop_left; local
116 if (pred < 0)
117 pred = 0;
119 if (pred > 255)
120 pred = 255;
122 ypred_ptr[c] = pred;
  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 47 void (*vp8_subtract_mby)(short *diff, unsigned char *src, unsigned char *pred, int stride);
48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
64 extern void subtract_mby_c(short *diff, unsigned char *src, unsigned char *pred, int stride);
65 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
96 extern void vp8_subtract_mby_ppc(short *diff, unsigned char *src, unsigned char *pred, int stride);
97 extern void vp8_subtract_mbuv_ppc(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
encodemb_altivec.asm 18 ;# r6 unsigned char *pred
39 lvx v2, 0, r6 ;# pred
47 vmrghb v4, v0, v2 ;# unpack high pred to short
61 vmrglb v4, v0, v2 ;# unpack high pred to short
76 lvx v2, 0, r6 ;# pred
84 vmrghb v4, v0, v2 ;# unpack high pred to short
98 vmrglb v4, v0, v2 ;# unpack high pred to short
114 ;# r5 unsigned char *pred
128 lvx v2, 0, r5 ;# pred
134 vmrghb v4, v0, v2 ;# unpack high pred to shor
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
reconintra.c 114 int pred = yleft_col[r] + yabove_row[ c] - ytop_left; local
116 if (pred < 0)
117 pred = 0;
119 if (pred > 255)
120 pred = 255;
122 ypred_ptr[c] = pred;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
csystemdependent.c 47 void (*vp8_subtract_mby)(short *diff, unsigned char *src, unsigned char *pred, int stride);
48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
64 extern void subtract_mby_c(short *diff, unsigned char *src, unsigned char *pred, int stride);
65 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
96 extern void vp8_subtract_mby_ppc(short *diff, unsigned char *src, unsigned char *pred, int stride);
97 extern void vp8_subtract_mbuv_ppc(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
encodemb_altivec.asm 18 ;# r6 unsigned char *pred
39 lvx v2, 0, r6 ;# pred
47 vmrghb v4, v0, v2 ;# unpack high pred to short
61 vmrglb v4, v0, v2 ;# unpack high pred to short
76 lvx v2, 0, r6 ;# pred
84 vmrghb v4, v0, v2 ;# unpack high pred to short
98 vmrglb v4, v0, v2 ;# unpack high pred to short
114 ;# r5 unsigned char *pred
128 lvx v2, 0, r5 ;# pred
134 vmrghb v4, v0, v2 ;# unpack high pred to shor
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/list_update_map_/
erase_fn_imps.hpp 79 template<typename Pred>
82 erase_if(Pred pred)
86 while (m_p_l != 0 && pred(m_p_l->m_value))
100 if (pred(p_l->m_p_next->m_value))
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
erase_fn_imps.hpp 79 template<typename Pred>
82 erase_if(Pred pred)
86 while (m_p_l != NULL && pred(m_p_l->m_value))
100 if (pred(p_l->m_p_next->m_value))
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
erase_fn_imps.hpp 79 template<typename Pred>
82 erase_if(Pred pred)
86 while (m_p_l != NULL && pred(m_p_l->m_value))
100 if (pred(p_l->m_p_next->m_value))
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
erase_fn_imps.hpp 79 template<typename Pred>
82 erase_if(Pred pred)
86 while (m_p_l != NULL && pred(m_p_l->m_value))
100 if (pred(p_l->m_p_next->m_value))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/list_update_map_/
erase_fn_imps.hpp 79 template<typename Pred>
82 erase_if(Pred pred)
86 while (m_p_l != NULL && pred(m_p_l->m_value))
100 if (pred(p_l->m_p_next->m_value))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_map_/
erase_fn_imps.hpp 79 template<typename Pred>
82 erase_if(Pred pred)
86 while (m_p_l != 0 && pred(m_p_l->m_value))
100 if (pred(p_l->m_p_next->m_value))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_map_/
erase_fn_imps.hpp 79 template<typename Pred>
82 erase_if(Pred pred)
86 while (m_p_l != 0 && pred(m_p_l->m_value))
100 if (pred(p_l->m_p_next->m_value))
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
encodemb_altivec.asm 18 ;# r6 unsigned char *pred
39 lvx v2, 0, r6 ;# pred
47 vmrghb v4, v0, v2 ;# unpack high pred to short
61 vmrglb v4, v0, v2 ;# unpack high pred to short
76 lvx v2, 0, r6 ;# pred
84 vmrghb v4, v0, v2 ;# unpack high pred to short
98 vmrglb v4, v0, v2 ;# unpack high pred to short
114 ;# r5 unsigned char *pred
128 lvx v2, 0, r5 ;# pred
134 vmrghb v4, v0, v2 ;# unpack high pred to shor
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.cpp 79 UChar *rec, *input, *pred; local
134 pred = video->predictedMB;
178 sad = Sad8x8(input, pred, width);
190 sad = Sad8x8(input, pred, width);
203 BlockDCT1x1(dataBlock, input, pred, width);
217 BlockDCT2x2(dataBlock, input, pred, width);
223 BlockDCT4x4(dataBlock, input, pred, width);
229 BlockDCT8x8(dataBlock, input, pred, width);
236 BlockIDCTMotionComp(dataBlock, bitmapcol, bitmaprow[k], dctMode, rec, pred, (lx << 1) | intra);
240 pred += 8
310 UChar *rec, *input, *pred; local
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 1032 CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate(); local
1371 ICmpInst::Predicate pred = ICmpInst::ICMP_EQ; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ST.stg 110 <if(alt.pred)>
111 if <alt.pred>:
123 <if(alt.pred)>if <alt.pred>:
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
remove_if.pass.cpp 12 // template<ForwardIterator Iter, Predicate<auto, Iter::value_type> Pred>
14 // && CopyConstructible<Pred>
16 // remove_if(Iter first, Iter last, Pred pred);
45 struct pred struct
65 Iter r = std::remove_if(Iter(ia), Iter(ia+sa), pred());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
remove_if.pass.cpp 12 // template<ForwardIterator Iter, Predicate<auto, Iter::value_type> Pred>
14 // && CopyConstructible<Pred>
16 // remove_if(Iter first, Iter last, Pred pred);
45 struct pred struct
65 Iter r = std::remove_if(Iter(ia), Iter(ia+sa), pred());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp 70 template<typename Pred>
73 erase_if(Pred pred)
81 if (pred(p_e->m_value))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/rc_binomial_heap_/
erase_fn_imps.hpp 86 template<typename Pred>
89 erase_if(Pred pred)
92 const size_type ersd = base_type::erase_if(pred);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 42 template<typename Pred>
45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
62 node_pointer p_out = base_type::prune(pred);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp 70 template<typename Pred>
73 erase_if(Pred pred)
81 if (pred(p_e->m_value))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 42 template<typename Pred>
45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
59 node_pointer p_out = base_type::prune(pred);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp 70 template<typename Pred>
73 erase_if(Pred pred)
81 if (pred(p_e->m_value))

Completed in 1766 milliseconds

1 2 34 5 6 7 8 91011>>