Searched defs:wpp (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale_common.cc940 int wpp, enum FilterMode filtering) {
941 // TODO(fbarchard): Allow higher wpp.
942 int dst_width_words = dst_width * wpp;
948 assert(wpp >= 1 && wpp <= 2);
952 src_argb += (x >> 16) * wpp;
935 ScalePlaneVertical_16(int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint16* src_argb, uint16* dst_argb, int x, int y, int dy, int wpp, enum FilterMode filtering) argument
/external/libyuv/files/source/
H A Dscale_common.cc962 int wpp, enum FilterMode filtering) {
963 // TODO(fbarchard): Allow higher wpp.
964 int dst_width_words = dst_width * wpp;
970 assert(wpp >= 1 && wpp <= 2);
974 src_argb += (x >> 16) * wpp;
957 ScalePlaneVertical_16(int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint16* src_argb, uint16* dst_argb, int x, int y, int dy, int wpp, enum FilterMode filtering) argument
/external/opencv3/3rdparty/libtiff/
H A Dtif_dir.c62 void _TIFFsetShortArray(uint16** wpp, uint16* wp, uint32 n) argument
63 { setByteArray((void**) wpp, (void*) wp, n, sizeof (uint16)); }
/external/pdfium/third_party/libtiff/
H A Dtif_dir.c62 void _TIFFsetShortArray(uint16** wpp, uint16* wp, uint32 n) argument
63 { setByteArray((void**) wpp, (void*) wp, n, sizeof (uint16)); }

Completed in 136 milliseconds