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 442 int dc0 = 8; local
445 dc0 += dst[i - BPS] + dst[-1 + i * BPS];
447 Put8x8uv(dc0 >> 4, dst);
451 int dc0 = 4; local
454 dc0 += dst[i - BPS];
456 Put8x8uv(dc0 >> 3, dst);
460 int dc0 = 4; local
463 dc0 += dst[-1 + i * BPS];
465 Put8x8uv(dc0 >> 3, dst);
  /external/elfutils/tests/
run-strings-test.sh 374 testfile8: 7dc0 Extract the removed sections into FILE

Completed in 506 milliseconds