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

  /external/webp/src/dsp/
dec.c 437 int dc0 = 8; local
440 dc0 += dst[i - BPS] + dst[-1 + i * BPS];
442 Put8x8uv((uint64_t)((dc0 >> 4) * 0x0101010101010101ULL), dst);
446 int dc0 = 4; local
449 dc0 += dst[i - BPS];
451 Put8x8uv((uint64_t)((dc0 >> 3) * 0x0101010101010101ULL), dst);
455 int dc0 = 4; local
458 dc0 += dst[-1 + i * BPS];
460 Put8x8uv((uint64_t)((dc0 >> 3) * 0x0101010101010101ULL), dst);
  /external/elfutils/tests/
run-strings-test.sh 374 testfile8: 7dc0 Extract the removed sections into FILE

Completed in 141 milliseconds