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

  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 583 const Sk4f& dither0, const Sk4f& dither1) {
586 Sk4f cd0 = c + dither0;
620 Sk4f dither0(dither[0]);
636 SkTSwap(dither0, dither1);
648 SkTSwap(dither0, dither1);
706 ramp<apply_alpha>(dstC, n, c, dc, dither0, dither1);
711 SkTSwap(dither0, dither1);
730 float dither0 = 0.5f; local
738 dither0 = ditherCell[rowIndex];
741 SkTSwap(dither0, dither1)
    [all...]
  /external/libjpeg-turbo/
jquant1.c 577 int * dither0; /* points to active row of dither matrix */ local
589 dither0 = cquantize->odither[0][row_index];
596 dither0[col_index]]);
  /external/opencv3/3rdparty/libjpeg/
jquant1.c 577 int * dither0; /* points to active row of dither matrix */ local
589 dither0 = cquantize->odither[0][row_index];
596 dither0[col_index]]);
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 214 int dither0 = ((const unsigned char*)(&dither4))[x & 3]; local
216 uint8 b0 = clamp255(src_argb[0] + dither0) >> 3;
217 uint8 g0 = clamp255(src_argb[1] + dither0) >> 2;
218 uint8 r0 = clamp255(src_argb[2] + dither0) >> 3;
228 int dither0 = ((const unsigned char*)(&dither4))[(width - 1) & 3]; local
229 uint8 b0 = clamp255(src_argb[0] + dither0) >> 3;
230 uint8 g0 = clamp255(src_argb[1] + dither0) >> 2;
231 uint8 r0 = clamp255(src_argb[2] + dither0) >> 3;
    [all...]
  /external/libyuv/files/source/
row_common.cc 228 int dither0 = ((const unsigned char*)(&dither4))[x & 3]; local
230 uint8 b0 = clamp255(src_argb[0] + dither0) >> 3;
231 uint8 g0 = clamp255(src_argb[1] + dither0) >> 2;
232 uint8 r0 = clamp255(src_argb[2] + dither0) >> 3;
242 int dither0 = ((const unsigned char*)(&dither4))[(width - 1) & 3]; local
243 uint8 b0 = clamp255(src_argb[0] + dither0) >> 3;
244 uint8 g0 = clamp255(src_argb[1] + dither0) >> 2;
245 uint8 r0 = clamp255(src_argb[2] + dither0) >> 3;
    [all...]

Completed in 286 milliseconds