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

  /external/libjpeg-turbo/
jquant1.c 578 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/
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...]
  /external/libyuv/files/source/
row_common.cc 232 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;
    [all...]

Completed in 223 milliseconds