HomeSort by relevance Sort by last modified time
    Searched full:ref_ptr (Results 26 - 38 of 38) sorted by null

12

  /external/libvpx/libvpx/vp8/common/x86/
variance_impl_mmx.asm 70 ; unsigned char *ref_ptr,
92 mov rbx, arg(2) ;[ref_ptr]
318 ; unsigned char *ref_ptr,
340 mov rbx, arg(2) ;[ref_ptr]
433 ; unsigned char *ref_ptr,
451 mov rbx, arg(2) ;[ref_ptr]
516 ; unsigned char *ref_ptr,
543 mov rsi, arg(0) ;ref_ptr ;
660 ; unsigned char *ref_ptr,
686 mov rsi, arg(0) ;ref_ptr ;
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
sad16_neon.asm 23 ; r2 unsigned char *ref_ptr
143 ; unsigned char *ref_ptr,
  /external/libvpx/libvpx/vp8/common/arm/armv6/
vp8_sad16x16_armv6.asm 22 ; r2 const unsigned char *ref_ptr
vp8_variance8x8_armv6.asm 20 ; r2 unsigned char *ref_ptr
vp8_variance16x16_armv6.asm 22 ; r2 unsigned char *ref_ptr
vp8_variance_halfpixvar16x16_h_armv6.asm 22 ; r2 unsigned char *ref_ptr
vp8_variance_halfpixvar16x16_v_armv6.asm 22 ; r2 unsigned char *ref_ptr
vp8_variance_halfpixvar16x16_hv_armv6.asm 22 ; r2 unsigned char *ref_ptr
  /external/linux-tools-perf/util/
probe-finder.c 904 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; local
948 while (*ref_ptr)
949 ref_ptr = &(*ref_ptr)->next;
951 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref));
952 if (*ref_ptr == NULL) {
998 struct probe_trace_arg_ref **ref_ptr,
1001 struct probe_trace_arg_ref *ref = *ref_ptr;
1030 if (*ref_ptr)
1031 (*ref_ptr)->next = ref
    [all...]
  /external/webp/src/dsp/
enc_neon.c 235 const uint8_t* ref_ptr = ref; local
247 "vld1.8 {d12}, [%[ref_ptr]], %[kBPS] \n"
248 "vld1.8 {d14}, [%[ref_ptr]], %[kBPS] \n"
249 "vld1.8 {d13}, [%[ref_ptr]], %[kBPS] \n"
250 "vld1.8 {d15}, [%[ref_ptr]] \n"
335 : [src_ptr] "+r"(src_ptr), [ref_ptr] "+r"(ref_ptr),
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_mse16x16_armv6.asm 20 ; r2 unsigned char *ref_ptr
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 98 const unsigned char *ref_ptr,
109 int diff = src_ptr[c] - ref_ptr[c];
114 ref_ptr += recon_stride;
    [all...]
firstpass.c 418 unsigned char *ref_ptr; local
429 ref_ptr = (unsigned char *)(xd->pre.y_buffer + d->offset );
430 vp8_mse16x16 ( src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]

Completed in 605 milliseconds

12