Searched refs:dither1 (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/effects/gradients/ |
D | SkLinearGradient.cpp | 583 const Sk4f& dither0, const Sk4f& dither1) { in ramp() argument 587 Sk4f cd1 = c + dc + dither1; in ramp() 621 Sk4f dither1(dither[1]); 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() 731 float dither1 = 0.5f; in shade4_clamp() local 739 dither1 = ditherCell[rowIndex + 1]; in shade4_clamp() 741 SkTSwap(dither0, dither1); in shade4_clamp() [all …]
|
/external/opencv3/3rdparty/libjpeg/ |
D | jquant1.c | 578 int * dither1; in quantize3_ord_dither() local 590 dither1 = cquantize->odither[1][row_index]; in quantize3_ord_dither() 598 dither1[col_index]]); in quantize3_ord_dither()
|
/external/libjpeg-turbo/ |
D | jquant1.c | 578 int * dither1; in quantize3_ord_dither() local 590 dither1 = cquantize->odither[1][row_index]; in quantize3_ord_dither() 598 dither1[col_index]]); in quantize3_ord_dither()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 215 int dither1 = ((const unsigned char*)(&dither4))[(x + 1) & 3]; in ARGBToRGB565DitherRow_C() local 219 uint8 b1 = clamp255(src_argb[4] + dither1) >> 3; in ARGBToRGB565DitherRow_C() 220 uint8 g1 = clamp255(src_argb[5] + dither1) >> 2; in ARGBToRGB565DitherRow_C() 221 uint8 r1 = clamp255(src_argb[6] + dither1) >> 3; in ARGBToRGB565DitherRow_C()
|