/external/libvpx/vp8/decoder/ |
dequantize.h | 21 unsigned char *pred, unsigned char *output, \ 26 unsigned char *pred, unsigned char *output, \
|
idct_blk.c | 15 void vp8_dequant_dc_idct_add_c(short *input, short *dq, unsigned char *pred, 18 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *pred,
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.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))
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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);
|
/libcore/luni/src/main/java/org/apache/xpath/patterns/ |
StepPattern.java | 457 XObject pred = m_predicates[i].execute(xctxt); local 461 if (XObject.CLASS_NUMBER == pred.getType()) 465 else if (!pred.boolWithSideEffects()) 474 pred.detach(); 556 XObject pred = m_predicates[i].execute(xctxt); local 560 if (XObject.CLASS_NUMBER == pred.getType()) 562 if ((pos + 1) != (int) pred.numWithSideEffects()) 569 else if (!pred.boolWithSideEffects()) 578 pred.detach(); 727 XObject pred = m_predicates[i].execute(xctxt) local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/ |
erase_fn_imps.hpp | 108 template<typename Pred> 111 erase_if(Pred pred) 118 Pred, 123 const size_type left = partition(pred_t(pred)); 217 template<typename Pred> 220 partition(Pred pred) 229 if (!pred(m_a_entries[left])) 231 else if (pred(m_a_entries[right]) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
partition.h | 50 * @param pred Partition predicate, possibly including some kind of pivot. 56 Predicate pred, thread_index_t num_threads) 160 while (pred(begin[thread_left]) 163 while (!pred(begin[thread_right]) 291 while (pred(begin[final_left]) && final_left < final_right) 295 while (!pred(begin[final_right]) && final_left < final_right) 314 if (final_left < n && !pred(begin[final_left])) 365 pred(comp, *pivot_pos); 369 split_pos1 = begin + parallel_partition(begin, end - 1, pred, 387 pred(__gnu_parallel::binder1st<Comparator, value_type [all...] |
algo.h | 175 find_if(InputIterator begin, InputIterator end, Predicate pred, 177 { return _GLIBCXX_STD_P::find_if(begin, end, pred); } 182 find_if_switch(InputIterator begin, InputIterator end, Predicate pred, 184 { return _GLIBCXX_STD_P::find_if(begin, end, pred); } 190 Predicate pred, random_access_iterator_tag) 193 return __gnu_parallel::find_template(begin, end, begin, pred, 197 return _GLIBCXX_STD_P::find_if(begin, end, pred); 203 find_if(InputIterator begin, InputIterator end, Predicate pred) 207 return find_if_switch(begin, end, pred, iterator_category()); 308 Predicate pred, __gnu_parallel::sequential_tag [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
vlc_encode.cpp | 2053 Short pred[7], *predptr; local [all...] |
fastidct.cpp | 340 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */ 354 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */ 399 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */ 413 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */ 468 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */ 482 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */ 544 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */ 558 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */ 602 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */ 616 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */ [all...] |
/external/libvpx/vp8/common/ |
reconintra.c | 122 int pred = yleft_col[r] + yabove_row[ c] - ytop_left; local 124 if (pred < 0) 125 pred = 0; 127 if (pred > 255) 128 pred = 255; 130 ypred_ptr[c] = pred; 248 int pred = yleft_col[r] + yabove_row[ c] - ytop_left; local 250 if (pred < 0) 251 pred = 0; 253 if (pred > 255 [all...] |
idct.h | 23 unsigned char *pred, unsigned char *output, \
|
/dalvik/dx/src/com/android/dx/ssa/ |
DomFront.java | 85 System.out.println("pred[" + i + "]: " 175 BitSet pred = nb.getPredecessors(); local 177 if (pred.cardinality() > 1) { 178 for (int i = pred.nextSetBit(0); i >= 0; 179 i = pred.nextSetBit(i + 1)) {
|
/external/libvpx/vp8/encoder/arm/neon/ |
subtract_neon.asm | 22 ;void vp8_subtract_b_neon_func(short *diff, unsigned char *src, unsigned char *pred, int stride, int pitch); 27 vld1.8 {d1}, [r2], r12 ;load pred 51 ;void vp8_subtract_mby_neon(short *diff, unsigned char *src, unsigned char *pred, int stride) 57 vld1.8 {q1}, [r2]! ;load pred 90 ;void vp8_subtract_mbuv_neon(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride) 96 add r3, r3, #256 ; unsigned char *upred = pred + 256; 99 vld1.8 {d1}, [r3]! ;load pred 135 vld1.8 {d1}, [r3]! ;load pred
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
idct_vca.cpp | 40 void idctrow1(int16 *blk, uint8 *pred, uint8 *dst, int width) 51 pred -= 12; 59 pred_word = *((uint32*)(pred += 12)); /* read 4 bytes from pred */ 73 pred_word = *((uint32*)(pred += 4)); /* read 4 bytes from pred */ 97 void idctrow2(int16 *blk, uint8 *pred, uint8 *dst, int width) 107 pred -= 12; 127 pred_word = *((uint32*)(pred += 12)); /* read 4 bytes from pred */ [all...] |
idct.cpp | 345 int *blk, uint8 *pred, uint8 *dst, int width) 538 res = (*pred++ + block[0+(i<<3)]); 541 res = (*pred++ + block[1+(i<<3)]); 544 res = (*pred++ + block[2+(i<<3)]); 547 res = (*pred++ + block[3+(i<<3)]); 550 res = (*pred++ + block[4+(i<<3)]); 553 res = (*pred++ + block[5+(i<<3)]); 556 res = (*pred++ + block[6+(i<<3)]); 559 res = (*pred++ + block[7+(i<<3)]); 563 pred += 8 [all...] |
/external/libvpx/vp8/encoder/ |
encodemb.h | 31 void (sym)(short *diff, unsigned char *src, unsigned char *pred, int stride) 35 unsigned char *pred, int stride)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
erase_fn_imps.hpp | 108 template<typename Pred> 111 prune(Pred pred) 119 if (pred(p_cur->m_value))
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pairing_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);
|
/external/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); 67 extern void subtract_mby_c(short *diff, unsigned char *src, unsigned char *pred, int stride); 68 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride); 102 extern void vp8_subtract_mby_ppc(short *diff, unsigned char *src, unsigned char *pred, int stride); 103 extern void vp8_subtract_mbuv_ppc(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
AbstractQueuedLongSynchronizer.java | 358 Node pred = tail; local 359 if (pred != null) { 360 node.prev = pred; 361 if (compareAndSetTail(pred, node)) { 362 pred.next = node; 498 Node pred = node.prev; local 499 while (pred.waitStatus > 0) 500 node.prev = pred = pred.prev; 505 Node predNext = pred.next [all...] |
AbstractQueuedSynchronizer.java | 582 Node pred = tail; local 583 if (pred != null) { 584 node.prev = pred; 585 if (compareAndSetTail(pred, node)) { 586 pred.next = node; 722 Node pred = node.prev; local 723 while (pred.waitStatus > 0) 724 node.prev = pred = pred.prev; 729 Node predNext = pred.next [all...] |
/external/libvpx/vp8/encoder/x86/ |
subtract_sse2.asm | 74 ;void vp8_subtract_mby_sse2(short *diff, unsigned char *src, unsigned char *pred, int stride) 89 mov rax, arg(2) ;pred 96 movdqa xmm1, XMMWORD PTR [rax] ; pred 148 ;void vp8_subtract_mbuv_sse2(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride) 160 mov rax, arg(3) ;pred 163 add rax, 256 ;Predictor = pred + 256 171 movdqa xmm1, XMMWORD PTR [rax] ; pred 192 movdqa xmm1, XMMWORD PTR [rax+16] ; pred 215 movdqa xmm1, XMMWORD PTR [rax + 32] ; pred 236 movdqa xmm1, XMMWORD PTR [rax+ 48] ; pred [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentLinkedQueue.java | 431 Node<E> pred = null; 438 if (pred != null && next != null) 439 pred.casNext(p, next); 442 pred = p; 579 Node<E> pred, p; local 582 pred = null; 584 pred = nextNode; 602 if (pred != null && next != null) 603 pred.casNext(p, next);
|