Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from_argb.h72 const uint8* dither4x4, int width, int height);
Dconvert_from.h149 const uint8* dither4x4, int width, int height);
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from_argb.cc869 const uint8* dither4x4, int width, int height) { in ARGBToRGB565Dither() argument
881 if (!dither4x4) { in ARGBToRGB565Dither()
882 dither4x4 = kDither565_4x4; in ARGBToRGB565Dither()
910 *(uint32*)(dither4x4 + ((y & 3) << 2)), width); in ARGBToRGB565Dither()
Dconvert_from.cc1026 const uint8* dither4x4, int width, int height) { in I420ToRGB565Dither() argument
1045 if (!dither4x4) { in I420ToRGB565Dither()
1046 dither4x4 = kDither565_4x4; in I420ToRGB565Dither()
1110 *(uint32*)(dither4x4 + ((y & 3) << 2)), width); in I420ToRGB565Dither()