HomeSort by relevance Sort by last modified time
    Searched defs:ref_ptr (Results 1 - 3 of 3) sorted by null

  /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/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/libvpx/libvpx/vp8/encoder/
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 183 milliseconds