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

  /external/libjpeg-turbo/
jquant1.c 581 int *dither1; local
593 dither1 = cquantize->odither[1][row_index];
601 GETJSAMPLE(colorindex1[GETJSAMPLE(*input_ptr++) + dither1[col_index]]);
  /external/libaom/libaom/third_party/libyuv/source/
row_common.cc 215 int dither1 = ((const unsigned char*)(&dither4))[(x + 1) & 3]; local
219 uint8 b1 = clamp255(src_argb[4] + dither1) >> 3;
220 uint8 g1 = clamp255(src_argb[5] + dither1) >> 2;
221 uint8 r1 = clamp255(src_argb[6] + dither1) >> 3;
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 287 int dither1 = ((const unsigned char*)(&dither4))[(x + 1) & 3]; local
291 uint8_t b1 = clamp255(src_argb[4] + dither1) >> 3;
292 uint8_t g1 = clamp255(src_argb[5] + dither1) >> 2;
293 uint8_t r1 = clamp255(src_argb[6] + dither1) >> 3;
    [all...]
  /external/libyuv/files/source/
row_common.cc 233 int dither1 = ((const unsigned char*)(&dither4))[(x + 1) & 3]; local
237 uint8 b1 = clamp255(src_argb[4] + dither1) >> 3;
238 uint8 g1 = clamp255(src_argb[5] + dither1) >> 2;
239 uint8 r1 = clamp255(src_argb[6] + dither1) >> 3;
    [all...]

Completed in 1922 milliseconds