Searched refs:dither4x4 (Results 1 – 12 of 12) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | convert_from_argb.h | 95 const uint8* dither4x4,
|
D | convert_from.h | 252 const uint8* dither4x4,
|
/external/libaom/libaom/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()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 117 const uint8_t* dither4x4,
|
D | convert_from.h | 267 const uint8_t* dither4x4,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 73 const uint8* dither4x4, int width, int height);
|
D | convert_from.h | 150 const uint8* dither4x4, int width, int height);
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from_argb.cc | 1000 const uint8_t* dither4x4, in ARGBToRGB565Dither() argument 1015 if (!dither4x4) { in ARGBToRGB565Dither() 1016 dither4x4 = kDither565_4x4; in ARGBToRGB565Dither() 1053 *(const uint32_t*)(dither4x4 + ((y & 3) << 2)), in ARGBToRGB565Dither()
|
D | convert_from.cc | 1064 const uint8_t* dither4x4, in I420ToRGB565Dither() argument 1084 if (!dither4x4) { in I420ToRGB565Dither() 1085 dither4x4 = kDither565_4x4; in I420ToRGB565Dither() 1157 *(const uint32_t*)(dither4x4 + ((y & 3) << 2)), in I420ToRGB565Dither()
|
/external/libyuv/files/source/ |
D | convert_from_argb.cc | 1051 const uint8* dither4x4, in ARGBToRGB565Dither() argument 1066 if (!dither4x4) { in ARGBToRGB565Dither() 1067 dither4x4 = kDither565_4x4; in ARGBToRGB565Dither() 1104 *(uint32*)(dither4x4 + ((y & 3) << 2)), in ARGBToRGB565Dither()
|
D | convert_from.cc | 1053 const uint8* dither4x4, in I420ToRGB565Dither() argument 1073 if (!dither4x4) { in I420ToRGB565Dither() 1074 dither4x4 = kDither565_4x4; in I420ToRGB565Dither() 1154 *(uint32*)(dither4x4 + ((y & 3) << 2)), in I420ToRGB565Dither()
|