HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 2276 - 2300 of 4549) sorted by null

<<919293949596979899100>>

  /external/opencv3/3rdparty/libwebp/dsp/
enc.c 51 int16_t out[16]; local
53 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
57 const int v = abs(out[k]) >> 3; // TODO(skal): add rounding?
135 static void FTransform(const uint8_t* src, const uint8_t* ref, int16_t* out) {
157 out[0 + i] = (a0 + a1 + 7) >> 4; // 12b
158 out[4 + i] = ((a2 * 2217 + a3 * 5352 + 12000) >> 16) + (a3 != 0);
159 out[8 + i] = (a0 - a1 + 7) >> 4;
160 out[12+ i] = ((a3 * 2217 - a2 * 5352 + 51000) >> 16);
164 static void ITransformWHT(const int16_t* in, int16_t* out) {
183 out[ 0] = (a0 + a1) >> 3
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
frame.c 645 const uint8_t* const out = it->yuv_out_; local
647 enc->sse_[0] += VP8SSE16x16(in + Y_OFF, out + Y_OFF);
648 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF);
649 enc->sse_[2] += VP8SSE8x8(in + V_OFF, out + V_OFF);
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp 301 std::vector<cv::String> out; local
306 out.push_back(funName[i]);
308 return out;
447 _declareHelper& out(cv::InputOutputArray a1, WarmUpType wtype = WARMUP_WRITE);
448 _declareHelper& out(cv::InputOutputArray a1, cv::InputOutputArray a2, WarmUpType wtype = WARMUP_WRITE);
449 _declareHelper& out(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, WarmUpType wtype = WARMUP_WRITE);
450 _declareHelper& out(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, cv::InputOutputArray a4, WarmUpType wtype = WARMUP_WRITE);
584 // declare.in(a, b).out(c).time(0.5);
  /external/opencv3/modules/videoio/src/
cap_gphoto2.cpp 23 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
1175 std::string out; local
1184 msgsBuffer << out; local
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 489 unsigned char *inbuf, *outbuf, *in, *out; local
493 out = outbuf = FX_Alloc(unsigned char, nr_samples);
507 *r++ = (int)*out++;
508 *g++ = (int)*out++;
509 *b++ = (int)*out++;
514 unsigned short *inbuf, *outbuf, *in, *out; local
518 out = outbuf = FX_Alloc(unsigned short, nr_samples);
532 *r++ = (int)*out++;
533 *g++ = (int)*out++;
534 *b++ = (int)*out++
540 unsigned char *in, *inbuf, *out, *outbuf; local
591 cmsHPROFILE in, out; local
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.c 35 /* Many thanks to John Jenkins (at Apple) in figuring this out. */
540 /* Figure out whether a given tuple (design) applies to the current */
1575 FT_Pos out, in1, in2, out1, out2, d1, d2; local
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsio0.c 21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
954 cmsUInt32Number out; local
962 for (i=len-1, out=0; i >= 0; --i) {
963 out = out * BaseOut + Buff[i];
966 return out;
    [all...]
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 211 // Fill out the new offset of the appended instruction.
247 // Fill out the new offset of the following instruction.
320 System.out.println(" -> ["+exceptionInfo.u2startPC+" -> "+exceptionInfo.u2endPC+": "+exceptionInfo.u2handlerPC+"]");
421 System.out.println("CodeAttributeComposer: putting results in ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"]");
771 throw new IllegalArgumentException("Instruction offset ["+oldInstructionOffset +"] out of range in code fragment with length ["+codeFragmentLengths[level]+"] at level "+level);
    [all...]
  /external/regex-re2/re2/
parse.cc 818 // Round 1: Factor out common literal prefixes.
823 int out = 0; local
826 // and that space has been reused for sub[0:out] (out <= start).
852 // Factor out common string and append factored expression to sub[0:out].
857 sub[out++] = sub[start];
867 sub[out++] = Concat(x, 2, altflags);
878 n = out;
880 // Round 2: Factor out common complex prefixes
    [all...]
  /external/selinux/libsemanage/src/
direct_api.c 560 int out; local
562 if ((out =
568 if (write(out, data, num_bytes) == -1) {
570 close(out);
573 close(out);
656 ERR(sh, "Failed to malloc, out of memory.\n");
666 ERR(sh, "Failed to realloc, out of memory.\n");
1072 sepol_policydb_t *out = NULL; local
    [all...]
genhomedircon.c 430 * @param out the FILE to put all the output in.
433 static int write_file_context_header(FILE * out)
435 if (fprintf(out, COMMENT_FILE_CONTEXT_HEADER) < 0) {
474 * lines filtered out.
551 static int write_home_dir_context(genhomedircon_settings_t * s, FILE * out,
565 if (fprintf(out, COMMENT_USER_HOME_CONTEXT, user) < 0)
573 if (!ustr_io_putfileline(&line, out))
585 static int write_home_root_context(genhomedircon_settings_t * s, FILE * out,
599 if (!ustr_io_putfileline(&line, out))
611 static int write_user_context(genhomedircon_settings_t * s, FILE * out,
1061 FILE *out = NULL; local
    [all...]
  /external/sonic/
sonic.c 250 /* Create a sonic stream. Return NULL only if we are out of memory and cannot
453 /* Read data out of the stream. Sometimes no data will be available, and zero
485 /* Read short data out of the stream. Sometimes no data will be available, and zero
511 /* Read unsigned char data out of the stream. Sometimes no data will be available, and zero
738 short *out,
746 o = out + i;
769 short *out,
777 o = out + i;
849 short *out, *rampDown, *rampUp; local
863 out = stream->outputBuffer + stream->numOutputSamples*numChannels
909 short *in, *out; local
988 short *out; local
    [all...]
  /external/toybox/lib/
lib.c 206 // Filters out // entries with no contents.
856 // Figure out new value at this location
950 // We can't run out of units because 2<<64 is 18 exabytes.
1009 char *out = libbuf; local
1012 for (i=0; i<16; i++) out+=sprintf(out, "-%02x"+!(0x550&(1<<i)), uuid[i]);
1013 *out = 0;
  /external/valgrind/coregrind/
vgdb.c 263 or check for cmd time out. */
1071 FILE *out = on_stdout ? stdout : stderr; local
    [all...]
  /external/webp/src/dsp/
enc.c 66 int16_t out[16]; local
68 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
72 const int v = abs(out[k]) >> 3; // TODO(skal): add rounding?
151 static void FTransform(const uint8_t* src, const uint8_t* ref, int16_t* out) {
173 out[0 + i] = (a0 + a1 + 7) >> 4; // 12b
174 out[4 + i] = ((a2 * 2217 + a3 * 5352 + 12000) >> 16) + (a3 != 0);
175 out[8 + i] = (a0 - a1 + 7) >> 4;
176 out[12+ i] = ((a3 * 2217 - a2 * 5352 + 51000) >> 16);
180 static void FTransform2(const uint8_t* src, const uint8_t* ref, int16_t* out) {
181 VP8FTransform(src, ref, out);
    [all...]
lossless_sse2.c 71 int16_t out[8]; local
72 _mm_storeu_si128((__m128i*)out, diff);
73 pa_minus_pb = out[0] + out[1] + out[2] + out[3];
165 const __m128i out = _mm_add_epi8(in, C); local
166 _mm_storeu_si128((__m128i*)&argb_data[i], out);
202 const __m128i out = _mm_or_si128(J, A); local
203 _mm_storeu_si128((__m128i*)&argb_data[i], out);
215 __m128i* out = (__m128i*)dst; local
244 __m128i* out = (__m128i*)dst; local
279 __m128i* out = (__m128i*)dst; local
    [all...]
  /external/webp/src/enc/
frame.c 473 const uint8_t* const out = it->yuv_out_; local
475 enc->sse_[0] += VP8SSE16x16(in + Y_OFF_ENC, out + Y_OFF_ENC);
476 enc->sse_[1] += VP8SSE8x8(in + U_OFF_ENC, out + U_OFF_ENC);
477 enc->sse_[2] += VP8SSE8x8(in + V_OFF_ENC, out + V_OFF_ENC);
  /external/webrtc/webrtc/video/
video_quality_test.cc 221 // at time-out check if frames_processed is going up. If so, give it more
520 FILE* out = graph_data_output_file_; local
527 fprintf(out, "%s\n", graph_title_.c_str());
528 fprintf(out, "%" PRIuS "\n", samples_.size());
529 fprintf(out,
549 fprintf(out, "%d %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRIuS
835 // Fill out codec settings.
    [all...]
  /external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java 50 // VoE level (0-255), corresponds to level 4 out of 5
649 FileOutputStream out = null; local
651 out = new FileOutputStream(fr);
668 out.write(recBuffer);
960 // System.out.println(e.getMessage());
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_module_tests.c 86 u8 out[2 * AES_BLOCK_SIZE + sizeof(plaintext_2)]; local
95 1, addr, len, out)) {
99 if (os_memcmp(out, iv_c, sizeof(iv_c)) != 0) {
105 if (aes_siv_decrypt(key, iv_c, sizeof(iv_c), 1, addr, len, out)) {
109 if (os_memcmp(out, plaintext, sizeof(plaintext)) != 0) {
124 3, addr, len, out)) {
128 if (os_memcmp(out, iv_c_2, sizeof(iv_c_2)) != 0) {
134 if (aes_siv_decrypt(key_2, iv_c_2, sizeof(iv_c_2), 3, addr, len, out)) {
138 if (os_memcmp(out, plaintext_2, sizeof(plaintext_2)) != 0) {
470 u8 key[16], plain[16], cipher[16], out[16] local
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 142 FILE *out = fopen(filename.string(), "wb"); local
161 out),
170 fclose(out);
171 out = NULL;
878 CHECK_EQ(writeJpegFile("/sdcard/out.jpg",
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 51 "out of range returned by %s in %s\n", callingFunc, calledFunc);\
2880 LVM_INT16 *out = (LVM_INT16 *)outBuffer->raw; local
    [all...]
  /frameworks/av/media/libstagefright/
AVIExtractor.cpp 185 MediaBuffer *out; local
186 CHECK_EQ(mBufferGroup->acquire_buffer(&out), (status_t)OK);
188 ssize_t n = mExtractor->mDataSource->readAt(offset, out->data(), size);
194 out->set_range(0, size);
196 out->meta_data()->setInt64(kKeyTime, timeUs);
199 out->meta_data()->setInt32(kKeyIsSyncFrame, 1);
203 *buffer = out;
207 mSplitter->append(out);
208 out->release();
209 out = NULL
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 191 uint8 *out, int blkwidth, int blkheight)
216 prev_pix = (pix4 << 24) & 0xFF000000; /* mask out byte belong to previous word */
218 *((uint32*)out) = result; /* write 4 bytes */
219 out += 4;
223 out += out_offset;
236 prev_pix = (pix4 << 16) & 0xFFFF0000; /* mask out byte belong to previous word */
238 *((uint32*)out) = result; /* write 4 bytes */
239 out += 4;
243 out += out_offset;
255 prev_pix = (pix4 << 8) & 0xFFFFFF00; /* mask out byte belong to previous word *
1838 uint8 *ref, *out; local
1931 uint8 *ref, *out; local
1981 uint8 *ref, *out; local
2024 int32 *out; local
    [all...]
motion_est.cpp 190 uint8 *out; local
197 out = cur - pitch;
200 temp = out[j] - cur[j];
205 out = cur - 1;
206 out -= pitch;
210 temp = *(out += pitch) - *(cur += pitch);
236 /* if turns out to be IDR frame, set video->nal_unit_type to AVC_NALTYPE_IDR */
    [all...]

Completed in 2768 milliseconds

<<919293949596979899100>>