HomeSort by relevance Sort by last modified time
    Searched defs:diff (Results 276 - 300 of 1231) sorted by null

<<11121314151617181920>>

  /external/libhevc/decoder/
ihevcd_decode.c 288 WORD32 diff = ps_disp_buf->pu1_luma - ps_codec->s_disp_buffer[i].pu1_bufs[0]; local
289 if(diff == (ps_codec->i4_strd * PAD_TOP + PAD_LEFT))
    [all...]
  /external/libnl/lib/netfilter/
queue_obj.c 169 int diff = 0; local
176 diff |= NFNL_QUEUE_DIFF_VAL(GROUP, queue_group);
177 diff |= NFNL_QUEUE_DIFF_VAL(MAXLEN, queue_maxlen);
178 diff |= NFNL_QUEUE_DIFF_VAL(COPY_MODE, queue_copy_mode);
179 diff |= NFNL_QUEUE_DIFF_VAL(COPY_RANGE, queue_copy_range);
184 return diff;
  /external/libnl/lib/route/
nexthop.c 86 int diff = 0; local
90 diff |= NH_DIFF(IFINDEX, a->rtnh_ifindex != b->rtnh_ifindex);
91 diff |= NH_DIFF(WEIGHT, a->rtnh_weight != b->rtnh_weight);
92 diff |= NH_DIFF(REALMS, a->rtnh_realms != b->rtnh_realms);
93 diff |= NH_DIFF(GATEWAY, nl_addr_cmp(a->rtnh_gateway,
97 diff |= NH_DIFF(FLAGS,
100 diff |= NH_DIFF(FLAGS, a->rtnh_flags != b->rtnh_flags);
104 return diff;
  /external/libvpx/libvpx/test/
dct32x32_test.cc 155 const int32_t diff = local
158 const int32_t diff = dst[j] - src[j];
160 const uint32_t error = diff * diff;
305 const int diff = local
308 const int diff = dst[j] - src[j];
310 const int error = diff * diff;
vp8_fdct4x4_test.cc 172 const int diff = test_input_block[j] - test_output_block[j]; local
173 const int error = diff * diff;
  /external/libvpx/libvpx/third_party/libyuv/source/
compare_win.cc 31 uint32_t diff = 0u; local
38 diff += __popcnt(x);
40 return diff;
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_error_avx2.c 123 const __m256i diff = _mm256_sub_epi16(_dqcoeff, _coeff); local
125 const __m256i error_lo = _mm256_madd_epi16(diff, diff);
137 const __m256i diff = _mm256_sub_epi16(_dqcoeff, _coeff); local
138 const __m256i error = _mm256_madd_epi16(diff, diff);
  /external/libvpx/libvpx/vpx_dsp/
psnr.c 39 const int diff = a[j] - b[j]; local
40 *sum += diff;
41 *sse += diff * diff;
62 const int diff = a[j] - b[j]; local
63 *sum += diff;
64 *sse += diff * diff;
133 int64_t diff; local
134 diff = (a[x] >> input_shift) - (b[x] >> input_shift)
    [all...]
variance.c 31 int diff = src_ptr[c] - ref_ptr[c]; local
32 distortion += diff * diff;
62 const int diff = src_ptr[j] - ref_ptr[j]; local
63 *sum += diff;
64 *sse += diff * diff;
251 const int diff = src_ptr[j] - ref_ptr[j]; local
252 *sum += diff;
253 *sse += diff * diff
    [all...]
  /external/libxaac/decoder/
ixheaacd_basic_ops16.h 61 WORD32 diff; local
63 diff = (WORD32)op1 - op2;
64 var_out = ixheaacd_sat16(diff);
  /external/libyuv/files/unit_test/
scale_argb_test.cc 236 int diff = ARGBTestFilter( \
241 EXPECT_LE(diff, max_diff); \
244 int diff = ARGBClipTestFilter( \
248 EXPECT_LE(diff, max_diff); \
272 int diff = ARGBTestFilter(benchmark_width_, benchmark_height_, width, \
275 EXPECT_LE(diff, max_diff); \
278 int diff = ARGBTestFilter(width, height, Abs(benchmark_width_), \
282 EXPECT_LE(diff, max_diff); \
285 int diff = \
288 EXPECT_LE(diff, max_diff);
435 int diff = local
443 int diff = YUVToARGBTestFilter( local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/timers/
adjtick.c 72 long long diff = 0, tmp; local
87 if (diff == 0 || newdiff < diff) {
88 diff = newdiff;
  /external/ltp/testcases/kernel/controllers/io-throttle/
iobw.c 72 static void print_results(int id, iops_t op, size_t bytes, struct timeval *diff)
75 mygroup, id, diff->tv_sec, diff->tv_usec / 1000,
76 (bytes / (diff->tv_sec * 1000000L + diff->tv_usec))
82 struct timeval start, stop, diff; local
124 timersub(&stop, &start, &diff);
125 print_results(id + 1, OP_WRITE, data_size, &diff);
142 timersub(&stop, &start, &diff);
143 print_results(id + 1, OP_READ, data_size, &diff);
213 struct timeval start, stop, diff; local
    [all...]
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
tirpc_bottomlevel_clnt_call_scalability.c 141 long long diff; local
206 diff =
209 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
tirpc_expertlevel_clnt_call_scalability.c 136 long long diff; local
201 diff =
204 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
tirpc_rpcb_rmtcall_scalability.c 126 long long diff; local
191 diff =
194 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
tirpc_interlevel_clnt_call_scalability.c 118 long long diff; local
183 diff =
186 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
tirpc_toplevel_clnt_call_scalability.c 108 long long diff; local
173 diff =
176 rslt = (double)diff / 1000;
  /external/ltp/utils/ffsb-6.0-rc2/
fh.c 53 struct timeval diff; local
59 timersub(end, start, &diff);
61 value = 1000000 * diff.tv_sec + diff.tv_usec;
  /external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
LocationImpl.java 86 long diff = codeIndex() - other.codeIndex(); local
87 if (diff < 0)
89 else if (diff > 0)
  /external/openssh/
ssh-rsa.c 127 size_t diff = slen - len; local
128 memmove(sig + diff, sig, len);
129 explicit_bzero(sig, diff);
169 size_t len, diff, modlen, dlen; local
203 diff = modlen - len;
210 memmove(sigblob + diff, sigblob, len);
211 explicit_bzero(sigblob, diff);
  /external/pdfium/fpdfsdk/
fpdf_transformpage.cpp 235 CFX_PointF diff = pPoints[2].m_Point - pPoints[0].m_Point; local
236 buf << pPoints[0].m_Point.x << " " << pPoints[0].m_Point.y << " " << diff.x
237 << " " << diff.y << " re\n";
  /external/pdfium/third_party/libopenjpeg20/
mqc.c 276 const ptrdiff_t diff = mqc->bp - mqc->start; local
278 assert(diff <= 0xffffffff && diff >= 0); /* UINT32_MAX */
280 return (OPJ_UINT32)diff;
  /external/skia/gm/
hsl.cpp 74 float diff = l - lum(*r,*g,*b); local
75 *r += diff;
76 *g += diff;
77 *b += diff;
  /external/skia/tools/timer/
SkAnimTimer.h 136 double diff = ::fabs(value - half); local
137 return SkDoubleToScalar(ends + (1.0 - diff / half) * (mid - ends));

Completed in 701 milliseconds

<<11121314151617181920>>