Searched refs:dither4x4 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 72 const uint8* dither4x4, int width, int height);
|
D | convert_from.h | 149 const uint8* dither4x4, int width, int height);
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from_argb.cc | 869 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()
|
D | convert_from.cc | 1026 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()
|