Searched refs:dither0 (Results 1 - 3 of 3) sorted by relevance

/external/libjpeg-turbo/
H A Djquant1.c578 int *dither0; /* points to active row of dither matrix */ local
590 dither0 = cquantize->odither[0][row_index];
597 dither0[col_index]]);
/external/libvpx/libvpx/third_party/libyuv/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;
/external/libyuv/files/source/
H A Drow_common.cc232 int dither0 = ((const unsigned char*)(&dither4))[x & 3]; local
234 uint8 b0 = clamp255(src_argb[0] + dither0) >> 3;
235 uint8 g0 = clamp255(src_argb[1] + dither0) >> 2;
236 uint8 r0 = clamp255(src_argb[2] + dither0) >> 3;
246 int dither0 = ((const unsigned char*)(&dither4))[(width - 1) & 3]; local
247 uint8 b0 = clamp255(src_argb[0] + dither0) >> 3;
248 uint8 g0 = clamp255(src_argb[1] + dither0) >> 2;
249 uint8 r0 = clamp255(src_argb[2] + dither0) >> 3;

Completed in 233 milliseconds