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

  /art/test/660-checker-sad-byte/src/
Main.java 22 /// CHECK-START: int Main.sad1(byte, byte) instruction_simplifier$after_inlining (before)
26 /// CHECK-START: int Main.sad1(byte, byte) instruction_simplifier$after_inlining (after)
29 static int sad1(byte x, byte y) { method in class:Main
128 expectEquals(e, sad1(x, y));
  /art/test/660-checker-sad-long/src/
Main.java 22 /// CHECK-START: long Main.sad1(long, long) instruction_simplifier$after_inlining (before)
26 /// CHECK-START: long Main.sad1(long, long) instruction_simplifier$after_inlining (after)
30 /// CHECK-START: long Main.sad1(long, long) instruction_simplifier$after_inlining (after)
34 static long sad1(long x, long y) { method in class:Main
96 expectEquals(e1, sad1(x, y));
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
me_utils.cpp 317 Int sad1 = 0, sad2 = 0, sad3 = 0, sad4 = 0; local
339 sad1 += tmp;
345 sad1 += tmp;
369 sad1 += (sad1 << 16);
373 sad1 >>= 16;
378 mot_mb[1].sad = sad1;
382 mot_mb[0].sad = sad1 + sad2 + sad3 + sad4;
  /art/test/660-checker-sad-char/src/
Main.java 22 /// CHECK-START: int Main.sad1(char, char) instruction_simplifier$after_inlining (before)
26 /// CHECK-START: int Main.sad1(char, char) instruction_simplifier$after_inlining (after)
29 static int sad1(char x, char y) { method in class:Main
141 expectEquals(e, sad1(x, y));
  /art/test/660-checker-sad-int/src/
Main.java 22 /// CHECK-START: int Main.sad1(int, int) instruction_simplifier$after_inlining (before)
26 /// CHECK-START: int Main.sad1(int, int) instruction_simplifier$after_inlining (after)
30 /// CHECK-START: int Main.sad1(int, int) instruction_simplifier$after_inlining (after)
34 static int sad1(int x, int y) { method in class:Main
140 expectEquals(e1, sad1(x, y));
  /art/test/660-checker-sad-short/src/
Main.java 22 /// CHECK-START: int Main.sad1(short, short) instruction_simplifier$after_inlining (before)
26 /// CHECK-START: int Main.sad1(short, short) instruction_simplifier$after_inlining (after)
29 static int sad1(short x, short y) { method in class:Main
141 expectEquals(e, sad1(x, y));
  /external/libvpx/libvpx/vpx_dsp/mips/
sad_msa.c 138 v8u16 sad1 = { 0 }; local
146 sad1 += SAD_UB2_UH(src2, src3, ref2, ref3);
153 sad1 += SAD_UB2_UH(src2, src3, ref2, ref3);
157 sad += HADD_UH_U32(sad1);
171 v8u16 sad1 = { 0 }; local
189 sad1 += __msa_hadd_u_h(diff, diff);
199 sad_array[1] = HADD_UH_U32(sad1);
210 v8u16 sad1 = { 0 }; local
225 sad1 += SAD_UB2_UH(src0, src1, ref0, ref1);
234 sad_array[1] = HADD_UH_U32(sad1);
244 v8u16 sad1 = { 0 }; local
295 v8u16 sad1 = { 0 }; local
374 v8u16 sad1 = { 0 }; local
444 v8u16 sad1 = { 0 }; local
548 v8u16 sad1 = { 0 }; local
607 v8u16 sad1 = { 0 }; local
656 v8u16 sad1 = { 0 }; local
721 v8u16 sad1 = { 0 }; local
955 v8u16 sad1 = { 0 }; local
    [all...]
  /external/tensorflow/tensorflow/core/lib/gtl/
optional_test.cc 930 string sad1(n, 'd');
931 OS ad1 = sad1;
    [all...]

Completed in 249 milliseconds