Home
last modified time | relevance | path

Searched refs:dither0 (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/effects/gradients/
DSkLinearGradient.cpp583 const Sk4f& dither0, const Sk4f& dither1) { in ramp() argument
586 Sk4f cd0 = c + dither0; in ramp()
620 Sk4f dither0(dither[0]); in shade4_dx_clamp() local
636 SkTSwap(dither0, dither1); in shade4_dx_clamp()
648 SkTSwap(dither0, dither1); in shade4_dx_clamp()
706 ramp<apply_alpha>(dstC, n, c, dc, dither0, dither1); in shade4_dx_clamp()
711 SkTSwap(dither0, dither1); in shade4_dx_clamp()
730 float dither0 = 0.5f; in shade4_clamp() local
738 dither0 = ditherCell[rowIndex]; in shade4_clamp()
741 SkTSwap(dither0, dither1); in shade4_clamp()
[all …]
/external/opencv3/3rdparty/libjpeg/
Djquant1.c577 int * dither0; /* points to active row of dither matrix */ in quantize3_ord_dither() local
589 dither0 = cquantize->odither[0][row_index]; in quantize3_ord_dither()
596 dither0[col_index]]); in quantize3_ord_dither()
/external/libjpeg-turbo/
Djquant1.c577 int * dither0; /* points to active row of dither matrix */ in quantize3_ord_dither() local
589 dither0 = cquantize->odither[0][row_index]; in quantize3_ord_dither()
596 dither0[col_index]]); in quantize3_ord_dither()
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc214 int dither0 = ((const unsigned char*)(&dither4))[x & 3]; in ARGBToRGB565DitherRow_C() local
216 uint8 b0 = clamp255(src_argb[0] + dither0) >> 3; in ARGBToRGB565DitherRow_C()
217 uint8 g0 = clamp255(src_argb[1] + dither0) >> 2; in ARGBToRGB565DitherRow_C()
218 uint8 r0 = clamp255(src_argb[2] + dither0) >> 3; in ARGBToRGB565DitherRow_C()
228 int dither0 = ((const unsigned char*)(&dither4))[(width - 1) & 3]; in ARGBToRGB565DitherRow_C() local
229 uint8 b0 = clamp255(src_argb[0] + dither0) >> 3; in ARGBToRGB565DitherRow_C()
230 uint8 g0 = clamp255(src_argb[1] + dither0) >> 2; in ARGBToRGB565DitherRow_C()
231 uint8 r0 = clamp255(src_argb[2] + dither0) >> 3; in ARGBToRGB565DitherRow_C()