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

  /external/libvpx/vp8/encoder/
firstpass.c 415 unsigned char *ref_ptr; local
421 ref_ptr = (unsigned char *)(*(d->base_pre) + d->pre );
423 VARIANCE_INVOKE(IF_RTCD(&cpi->rtcd.variance), mse16x16) ( src_ptr, src_stride, ref_ptr, ref_stride, (unsigned int *)(best_motion_err));
    [all...]
  /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...]

Completed in 6408 milliseconds