Searched defs:dither0 (Results 1 - 4 of 4) sorted by relevance

/external/libjpeg-turbo/
H A Djquant1.c577 int * dither0; /* points to active row of dither matrix */ local
589 dither0 = cquantize->odither[0][row_index];
596 dither0[col_index]]);
/external/skia/src/effects/gradients/
H A DSkLinearGradient.cpp583 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, dither
582 ramp(SkPMColor dstC[], int n, const Sk4f& c, const Sk4f& dc, const Sk4f& dither0, const Sk4f& dither1) argument
[all...]
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_common.cc214 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;
/external/libyuv/files/source/
H A Drow_common.cc228 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;

Completed in 125 milliseconds