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

  /external/libvpx/libvpx/vp8/encoder/
bitstream.h 18 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount);
bitstream.c 127 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount) {
128 const TOKENEXTRA *stop = p + xcount;
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCopyToTest.java 234 int xcount = width - xoff; local
236 int arr_len = xcount * ycount;
245 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
246 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
265 int xcount = width - xoff; local
267 int arr_len = xcount * ycount;
280 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
281 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
283 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, (Object) inArray);
284 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, (Object) outArray)
310 int xcount = width - xoff; local
344 int xcount = width - xoff; local
378 int xcount = width - xoff; local
416 int xcount = width - xoff; local
453 int xcount = width - xoff; local
498 int xcount = width - xoff; local
538 int xcount = width - xoff; local
578 int xcount = width - xoff; local
618 int xcount = width - xoff; local
    [all...]
AllocationCopyPaddedTest.java 807 int xcount = width - xoff; local
809 int arr_len = xcount * ycount * 3;
819 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
820 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
840 int xcount = width - xoff; local
842 int arr_len = xcount * ycount * 3;
855 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
856 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
881 int xcount = width - xoff; local
883 int arr_len = xcount * ycount * 3
917 int xcount = width - xoff; local
953 int xcount = width - xoff; local
    [all...]
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_alloc_copy.java 270 int xcount = width - xoff; local
272 int arr_len = xcount * ycount;
281 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
282 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
305 int xcount = width - xoff; local
307 int arr_len = xcount * ycount;
319 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
320 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
343 int xcount = width - xoff; local
345 int arr_len = xcount * ycount
381 int xcount = width - xoff; local
419 int xcount = width - xoff; local
    [all...]
UT_alloc_copyPadded.java 918 int xcount = width - xoff; local
920 int arr_len = xcount * ycount * 3;
930 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
931 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
954 int xcount = width - xoff; local
993 int xcount = width - xoff; local
1032 int xcount = width - xoff; local
1071 int xcount = width - xoff; local
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_alloc_copy.java 272 int xcount = width - xoff; local
274 int arr_len = xcount * ycount;
283 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
284 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
307 int xcount = width - xoff; local
309 int arr_len = xcount * ycount;
321 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
322 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
345 int xcount = width - xoff; local
347 int arr_len = xcount * ycount
383 int xcount = width - xoff; local
421 int xcount = width - xoff; local
    [all...]
UT_alloc_copyPadded.java 919 int xcount = width - xoff; local
921 int arr_len = xcount * ycount * 3;
931 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
932 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
955 int xcount = width - xoff; local
994 int xcount = width - xoff; local
1033 int xcount = width - xoff; local
1072 int xcount = width - xoff; local
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_alloc_copy.java 274 int xcount = width - xoff; local
276 int arr_len = xcount * ycount;
285 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
286 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
309 int xcount = width - xoff; local
311 int arr_len = xcount * ycount;
323 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
324 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
347 int xcount = width - xoff; local
349 int arr_len = xcount * ycount
385 int xcount = width - xoff; local
423 int xcount = width - xoff; local
    [all...]
UT_alloc_copyPadded.java 921 int xcount = width - xoff; local
923 int arr_len = xcount * ycount * 3;
933 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
934 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
957 int xcount = width - xoff; local
996 int xcount = width - xoff; local
1035 int xcount = width - xoff; local
1074 int xcount = width - xoff; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
StringTokenizerTest.java 538 int xcount = 0; local
541 logln("[" + xcount + "] '" + t + "'");
542 ++xcount;
544 if (count != ncount || count != xcount) {
545 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
StringTokenizerTest.java 537 int xcount = 0; local
540 logln("[" + xcount + "] '" + t + "'");
541 ++xcount;
543 if (count != ncount || count != xcount) {
544 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount);
    [all...]

Completed in 5011 milliseconds