HomeSort by relevance Sort by last modified time
    Searched refs:outlength (Results 1 - 13 of 13) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 139 static const interp_kernel *choose_interp_filter(int inlength, int outlength) {
140 int outlength16 = outlength * 16;
154 uint8_t *output, int outlength) {
156 (((uint64_t)inlength << 32) + outlength / 2) / outlength;
158 inlength > outlength
159 ? (((int64_t)(inlength - outlength) << 31) + outlength / 2) /
160 outlength
161 : -(((int64_t)(outlength - inlength) << 31) + outlength / 2)
    [all...]
  /external/curl/packages/OS400/
ccsidcurl.h 38 int length, int * outlength,
ccsidcurl.c 292 int * outlength,
309 d = curl_easy_unescape(handle, s, 0, outlength);
318 if(s && outlength)
319 *outlength = strlen(s);
  /external/curl/lib/
x509asn1.c 258 size_t outlength; local
298 outlength = inlength;
299 if(outlength)
300 memcpy(buf, from, outlength);
303 for(outlength = 0; from < end;) {
324 buf[outlength + 3] = (char) (0x80 | (wc & 0x3F));
328 buf[outlength + 2] = (char) (0x80 | (wc & 0x3F));
332 buf[outlength + 1] = (char) (0x80 | (wc & 0x3F));
336 buf[outlength] = (char) wc;
337 outlength += charsize
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 115 #define INTS_TO_CHARS(input, length, output, outlength) do { \
116 intArrayToCharArray(input, length, output, outlength); } while (0)
  /external/pdfium/fxbarcode/oned/
BC_OnedCode39Writer.cpp 169 int32_t& outlength) {
193 outlength = codeWidth;
  /external/testng/src/main/java/org/testng/log4testng/
Logger.java 580 int outlength= out1.toString().length(); local
584 Assert.assertEquals(out1.toString().length(), outlength); local
587 Assert.assertEquals(out1.toString().length(), outlength); local
651 int outLength= out1.toString().length();
657 Assert.assertEquals(out1.toString().length(), outLength);
  /external/zopfli/src/zopflipng/lodepng/
lodepng.h     [all...]
lodepng.cpp     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h     [all...]
  /external/curl/include/curl/
curl.h     [all...]
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 622 milliseconds