HomeSort by relevance Sort by last modified time
    Searched refs:best_address (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_diamond_search_sad_avx.c 115 const uint8_t *best_address = in_what; local
116 const uint8_t *new_best_address = best_address;
118 __m128i v_ba_q = _mm_set1_epi64x((intptr_t)best_address);
120 __m128i v_ba_d = _mm_set1_epi32((intptr_t)best_address);
294 best_address = new_best_address;
298 v_ba_q = _mm_set1_epi64x((intptr_t)best_address);
300 v_ba_d = _mm_set1_epi32((intptr_t)best_address);
303 if (UNLIKELY(best_address == in_what)) {
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 1034 unsigned char *best_address; local
1146 unsigned char *best_address; local
1647 unsigned char *best_address = local
1725 unsigned char *best_address = local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 1591 const uint8_t *best_address; local
2054 const uint8_t *best_address = get_buf_from_mv(in_what, ref_mv); local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
xcofflink.c 5039 bfd_vma toc_start, toc_end, start, end, best_address; local
    [all...]

Completed in 97 milliseconds