Home
last modified time | relevance | path

Searched refs:dc0 (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dsp/
Ddec.c437 int dc0 = 8; in DC8uv() local
440 dc0 += dst[i - BPS] + dst[-1 + i * BPS]; in DC8uv()
442 Put8x8uv((uint64_t)((dc0 >> 4) * 0x0101010101010101ULL), dst); in DC8uv()
446 int dc0 = 4; in DC8uvNoLeft() local
449 dc0 += dst[i - BPS]; in DC8uvNoLeft()
451 Put8x8uv((uint64_t)((dc0 >> 3) * 0x0101010101010101ULL), dst); in DC8uvNoLeft()
455 int dc0 = 4; in DC8uvNoTop() local
458 dc0 += dst[-1 + i * BPS]; in DC8uvNoTop()
460 Put8x8uv((uint64_t)((dc0 >> 3) * 0x0101010101010101ULL), dst); in DC8uvNoTop()
/external/valgrind/tsan/offline_tests/
D311.tst.gz
D301.tst.gz
/external/elfutils/tests/
Drun-strings-test.sh374 testfile8: 7dc0 Extract the removed sections into FILE
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz2