HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1776 - 1800 of 3043) sorted by null

<<71727374757677787980>>

  /external/libopus/src/
opus_demo.c 25 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
243 short *in, *out; local
596 out = (short*)malloc(max_frame_size*channels*sizeof(short));
671 fprintf(stderr, "Ran out of input, "
781 output_samples = opus_decode(dec, lost ? NULL : data[toggle], len[toggle], out, output_samples, 1);
785 output_samples = opus_decode(dec, data[1-toggle], len[1-toggle], out, output_samples, 0);
788 output_samples = opus_decode(dec, lost ? NULL : data[toggle], len[toggle], out, output_samples, 0);
802 s=out[i+(skip*channels)];
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 801 fprintf(stderr, "%s: out of memory loading file\n", name);
843 png_bytep out = *profile; local
846 memset(out, *endptr, result);
852 memcpy(out, endptr, len);
853 out += len;
856 memcpy(out, endptr, size);
1148 fprintf(stderr, "--insert %s: out of memory allocating %d parameters\n",
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 1222 int32_t out; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 120 int16_t out[4 * 4]; local
121 int16_t *outptr = out;
135 temp_in[j] = out[j * 4 + i];
146 int16_t out = dct_const_round_shift(input[0] * cospi_16_64); local
147 out = dct_const_round_shift(out * cospi_16_64);
148 a1 = ROUND_POWER_OF_TWO(out, 4);
205 int16_t out[8 * 8]; local
206 int16_t *outptr = out;
220 temp_in[j] = out[j * 8 + i]
231 int16_t out = dct_const_round_shift(input[0] * cospi_16_64); local
293 int16_t out[4 * 4]; local
401 int16_t out[8 * 8]; local
425 int16_t out[8 * 8] = { 0 }; local
615 int16_t out[16 * 16]; local
819 int16_t out[16 * 16]; local
843 int16_t out[16 * 16] = { 0 }; local
870 int16_t out = dct_const_round_shift(input[0] * cospi_16_64); local
1248 int16_t out[32 * 32]; local
1285 int16_t out[32 * 32] = {0}; local
1313 int16_t out = dct_const_round_shift(input[0] * cospi_16_64); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 57 int16_t *out = intermediate; local
87 out[0] = fdct_round_shift(temp1);
88 out[2] = fdct_round_shift(temp2);
91 out[1] = fdct_round_shift(temp1);
92 out[3] = fdct_round_shift(temp2);
95 out += 4;
97 // Setup in/out for next pass.
99 out = output;
163 int16_t out[4 * 4]; local
164 int16_t *outptr = &out[0]
325 int16_t *out = intermediate; local
575 int16_t out[64]; local
972 int16_t out[256]; local
    [all...]
  /external/libxml2/
uri.c 1330 xmlChar *out; local
1410 char *cur, *out; local
1610 char *ret, *out; local
1671 int len, out; local
1881 int ret, len, indx, cur, out; local
    [all...]
  /external/lzma/Java/SevenZip/
LzmaBench.java 265 System.out.print(" ");
266 System.out.print(s);
272 System.out.print(" MIPS");
283 System.out.print(" KB/s ");
298 System.out.println("\nError: dictionary size for benchmark must be >= 18 (256 KB)");
301 System.out.print("\n Compressing Decompressing\n\n");
375 System.out.print(" ");
377 System.out.println();
384 System.out.println("---------------------------------------------------");
386 System.out.print(" ");
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
701 int out = 0; local
707 out |= (planeout >> 31);
711 if (out) {
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
120 struct nv50_ir_varying out[PIPE_MAX_SHADER_OUTPUTS]; member in struct:nv50_ir_prog_info
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_fp.c 23 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
165 printf("%s: out of temporaries\n", __FILE__);
249 * and brw_wm_pass*.c wants to optimize them out by shuffling references around
293 /* Emit the out calculations, and hold onto the results. Use
604 /* This will get optimized out in general, but it ensures that we
683 struct prog_instruction *out; local
695 out = emit_op(c, OPCODE_MOV,
701 out->SrcReg[0].Negate = NEGATE_NONE;
702 out->SrcReg[0].Abs = 1;
1090 struct prog_instruction *out; local
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 22 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
53 GLfloat *out = (GLfloat *)v; local
56 out[0] = vp[0] * in[0] + vp[12];
57 out[1] = vp[5] * in[1] + vp[13];
58 out[2] = vp[10] * in[2] + vp[14];
59 out[3] = in[3];
65 GLfloat *out = (GLfloat *)v; local
68 out[0] = vp[0] * in[0] + vp[12];
69 out[1] = vp[5] * in[1] + vp[13];
70 out[2] = vp[10] * in[2] + vp[14]
77 GLfloat *out = (GLfloat *)v; local
89 GLfloat *out = (GLfloat *)v; local
101 GLfloat *out = (GLfloat *)v; local
112 GLfloat *out = (GLfloat *)v; local
123 GLfloat *out = (GLfloat *)v; local
134 GLfloat *out = (GLfloat *)v; local
144 GLfloat *out = (GLfloat *)v; local
158 GLfloat *out = (GLfloat *)(v); local
169 GLfloat *out = (GLfloat *)(v); local
180 GLfloat *out = (GLfloat *)(v); local
191 GLfloat *out = (GLfloat *)(v); local
202 GLfloat *out = (GLfloat *)(v); local
219 GLfloat *out = (GLfloat *)(v); local
229 GLfloat *out = (GLfloat *)(v); local
239 GLfloat *out = (GLfloat *)(v); local
250 GLfloat *out = (GLfloat *)(v); local
259 GLfloat *out = (GLfloat *)(v); local
268 GLfloat *out = (GLfloat *)(v); local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
AudioSpecificConfig.java 512 int out = 4; local
514 out += gaSpecificConfigSize();
518 return out;
522 ByteBuffer out = ByteBuffer.allocate(serializedSize()); local
523 IsoTypeWriter.writeUInt8(out, 5);
524 IsoTypeWriter.writeUInt8(out, serializedSize() - 2);
525 BitWriterBuffer bwb = new BitWriterBuffer(out);
535 return out;
    [all...]
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
WebSocketFrame.java 172 //System.out.println(Integer.toBinaryString(read) + "/" + read + "/" + Integer.toHexString(read));
240 public void write(OutputStream out) throws IOException {
246 out.write(header);
250 out.write(isMasked() ? 0x80 | (byte) _payloadLength : (byte) _payloadLength);
252 out.write(isMasked() ? 0xFE : 126);
253 out.write(_payloadLength >>> 8);
254 out.write(_payloadLength);
256 out.write(isMasked() ? 0xFF : 127);
257 out.write(_payloadLength >>> 56 & 0); //integer only contains 31 bit
258 out.write(_payloadLength >>> 48 & 0)
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpResponseCache.java 359 // Since we don't override "write(int oneByte)", we can write directly to "out"
361 out.write(buffer, offset, length);
490 OutputStream out = editor.newOutputStream(ENTRY_METADATA); local
491 Writer writer = new BufferedWriter(new OutputStreamWriter(out, UTF_8));
  /external/opencv/cv/src/
cvinpaint.cpp 37 // or tort (including negligence or otherwise) arising in any way out of
280 icvTeleaInpaintFMM(const CvMat *f, CvMat *t, CvMat *out, int range, CvPriorityQueueFloat *Heap ) {
284 if (CV_MAT_CN(out->type)==3) {
352 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color)))*2.0f;
354 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)));
358 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color)));
365 gradI.y=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,kp+1,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km-1,lm,color)))*2.0f
731 CvMat *mask = 0, *band = 0, *f = 0, *t = 0, *out = 0; local
    [all...]
  /external/openssl/apps/
cms.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
73 static void receipt_request_print(BIO *out, CMS_ContentInfo *cms);
120 BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL; local
505 else if (!strcmp (*args, "-out"))
636 BIO_printf (bio_err, "-out file output file\n");
871 if (!(out = BIO_new_file(outfile, outmode)))
880 out = BIO_new_fp(stdout, BIO_NOCLOSE);
884 out = BIO_push(tmpbio, out);
1079 if (!CMS_decrypt(cms, NULL, NULL, indata, out, flags)
    [all...]
ocsp.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
102 static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
146 BIO *out = NULL; local
181 if (!strcmp(*args, "-out"))
586 BIO_printf (bio_err, "-out file output filename\n");
634 if(outfile) out = BIO_new_file(outfile, "w");
635 else out = BIO_new_fp(stdout, BIO_NOCLOSE);
637 if(!out)
745 if (req_text && req) OCSP_REQUEST_print(out, req, 0);
831 BIO_printf(out, "Responder Error: %s (%d)\n"
    [all...]
  /external/openssl/crypto/des/
des.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
97 int uufread(unsigned char *out,int size,unsigned int num,FILE *fp);
98 int uuencode(unsigned char *in,int num,unsigned char *out);
99 int uudecode(unsigned char *in,int num,unsigned char *out);
133 char *in=NULL,*out=NULL; local
229 else if (out == NULL)
230 out=argv[i];
264 (out != NULL) &&
267 (stat(out,&outs) != -1) &
    [all...]
  /external/oprofile/gui/
oprof_start.cpp 372 ofstream out(name.c_str());
373 if (!out) {
627 error << "buffer size out of range: " << temp
642 error << "buffer watershed out of range: " << temp
657 error << "cpu buffer size out of range: " << temp
671 error << "note table size out of range: " << temp
685 error << "callgraph depth out of range: " << temp
869 ostringstream out; local
871 out << "event " << descr.name << " count of range: "
877 QMessageBox::warning(this, 0, out.str().c_str())
884 ostringstream out; local
    [all...]
  /external/oprofile/libpp/
arrange_profiles.cpp 323 // If we're splitting on event anyway, clear out the
515 ostringstream out; local
516 out << "sanitize_profile_sample_files(): sample file "
520 throw op_fatal_error(out.str());
696 ostream & operator<<(ostream & out, profile_sample_files const & sample_files)
698 out << "sample_filename: " << sample_files.sample_filename << endl;
699 out << "callgraph filenames:\n";
701 ostream_iterator<string>(out, "\n"));
702 return out;
705 ostream & operator<<(ostream & out, profile_dep_set const & pdep_set
    [all...]
format_output.cpp 42 ostringstream out; local
49 out << filename << ":" << floc.linenr;
51 out << "(no location information)";
53 return out.str();
58 ostringstream out; local
61 out << hex << setw(width) << setfill('0') << vma;
63 return out.str();
159 void formatter::output_header(ostream & out)
168 padding = output_header_field(out, ff_vma, padding);
173 padding = output_header_field(out,
304 ostringstream out; local
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsgamma.c 21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
587 cmsFloat32Number Out;
592 g ->SegInterp[i] -> Interpolation.LerpFloat(&R1, &Out, g ->SegInterp[i]);
594 return Out;
839 cmsToneCurve* out = NULL; local
864 out = cmsBuildTabulatedToneCurveFloat(ContextID, nResultingPoints, Res);
871 return out;
927 cmsToneCurve *out; local
946 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL);
947 if (out == NULL
1237 cmsUInt16Number out; local
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java 194 System.out.println("Evaluation results:");
201 System.out.println("Branch target from ["+branchOriginValues[offset]+"]:");
204 System.out.println(" Vars: "+variablesBefore[offset]);
205 System.out.println(" Stack: "+stacksBefore[offset]);
211 System.out.println(instruction.toString(offset));
218 System.out.println(" is to be initialized at ["+initializationOffset+"]");
224 System.out.println(" has overall been branching to "+branchTargets);
227 System.out.println(" Vars: "+variablesAfter[offset]);
228 System.out.println(" Stack: "+stacksAfter[offset]);
246 System.out.println()
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
Extension.java 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
241 protected void writeSingularData(Object value, CodedOutputByteBufferNano out) {
244 out.writeRawVarint32(tag);
249 out.writeGroupNoTag(groupValue);
251 out.writeTag(fieldNumber, WireFormatNano.WIRETYPE_END_GROUP);
255 out.writeMessageNoTag(messageValue);
  /external/qemu/distrib/libsparse/src/
output_file.c 71 int (*write_data_chunk)(struct output_file *out, unsigned int len,
73 int (*write_fill_chunk)(struct output_file *out, unsigned int len,
75 int (*write_skip_chunk)(struct output_file *out, int64_t len);
76 int (*write_end_chunk)(struct output_file *out);
94 struct output_file out; member in struct:output_file_gz
99 container_of((_o), struct output_file_gz, out)
102 struct output_file out; member in struct:output_file_normal
107 container_of((_o), struct output_file_normal, out)
110 struct output_file out; member in struct:output_file_callback
116 container_of((_o), struct output_file_callback, out)
660 struct output_file *out; local
    [all...]

Completed in 795 milliseconds

<<71727374757677787980>>