Searched refs:wpp (Results 1 – 6 of 6) sorted by relevance
/external/libyuv/files/source/ |
D | scale_common.cc | 1108 int wpp, in ScalePlaneVertical_16() argument 1111 int dst_width_words = dst_width * wpp; in ScalePlaneVertical_16() 1117 assert(wpp >= 1 && wpp <= 2); in ScalePlaneVertical_16() 1121 src_argb += (x >> 16) * wpp; in ScalePlaneVertical_16()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_common.cc | 962 int wpp, enum FilterMode filtering) { in ScalePlaneVertical_16() argument 964 int dst_width_words = dst_width * wpp; in ScalePlaneVertical_16() 970 assert(wpp >= 1 && wpp <= 2); in ScalePlaneVertical_16() 974 src_argb += (x >> 16) * wpp; in ScalePlaneVertical_16()
|
/external/libxml2/result/HTML/ |
D | fp40.htm.sax | 277 SAX.startElement(a, href='http://officeupdate.microsoft.com/frontpage/wpp/serk/') 395 SAX.startElement(a, href='http://officeupdate.microsoft.com/frontpage/wpp/serk/')
|
/external/pdfium/third_party/libtiff/ |
D | tif_dir.c | 62 void _TIFFsetShortArray(uint16** wpp, uint16* wp, uint32 n) in _TIFFsetShortArray() argument 63 { setByteArray((void**) wpp, (void*) wp, n, sizeof (uint16)); } in _TIFFsetShortArray()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | scale_row.h | 118 int wpp, enum FilterMode filtering);
|
/external/libyuv/files/include/libyuv/ |
D | scale_row.h | 140 int wpp,
|