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

  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_mips_dsp.cpp 123 const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3]; local
142 "srav %[t5], %[dither_scan], %[t4] \n\t"
147 "srav %[t6], %[dither_scan], %[t5] \n\t"
235 : [dither_scan]"r"(dither_scan)
268 uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3]; local
275 dither[i] = (dither_scan >> ((x & 3) << 2)) & 0xF;
384 const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3]; local
386 const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3]; local
391 dither[i] = (dither_scan >> ((x & 3) << 2)) & 0xF
    [all...]
SkBlitRow_opts_SSE2.cpp 1077 const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3]; local
1083 const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3]; local
1210 const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3]; local
1216 const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3]; local
    [all...]

Completed in 2387 milliseconds