HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1351 - 1375 of 3019) sorted by null

<<51525354555657585960>>

  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 453 DECLARE_ALIGNED(32, int16_t, out[8 * 8]);
454 int16_t *outptr = out;
468 idct8_columns_add_blk_dspr2(&out[0], dest, dest_stride);
552 DECLARE_ALIGNED(32, int16_t, out[8 * 8]);
553 int16_t *outptr = out;
567 idct8_columns_add_blk_dspr2(&out[0], dest, dest_stride);
573 iadst8_dspr2(&out[i * 8], temp_out);
590 temp_in[i * 8 + j] = out[j * 8 + i];
604 temp_in[j] = out[j * 8 + i];
622 DECLARE_ALIGNED(32, int16_t, out[8 * 8])
668 int32_t out; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 454 uint8_t *out = NULL; local
467 const uint8_t *const in = (s == 0 ? input : out);
469 out = output;
471 out = (s & 1 ? otmp2 : otmp);
473 down2_symodd(in, filteredlength, out);
475 down2_symeven(in, filteredlength, out);
479 interpolate(out, filteredlength, output, olength);
  /external/libxml2/
entities.c 71 * Handle an out of memory condition
84 * Handle an out of memory condition
559 xmlChar *out = NULL; local
576 out = buffer;
579 size_t indx = out - buffer;
583 out = &buffer[indx];
599 *out++ = *cur++;
600 indx = out - buffer;
603 out = &buffer[indx];
606 *out++ = *cur++
789 xmlChar *out = NULL; local
    [all...]
  /external/ltrace/
proc.h 77 struct output_state out; member in struct:callstack_element
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs.h 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
59 struct draw_variant_output out; member in struct:draw_variant_element
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
56 typedef void (*unary_func_t)(float *out, const float *in);
301 float *in, *out; local
304 out = align_malloc(length * 4, length * 4);
327 test_func_jit(out, in);
333 error = fabs(out[i] - ref);
343 printf("%s(%.9g): ref = %.9g, out = %.9g, precision = %f bits, %s\n",
344 test->name, in[i], ref, out[i], precision,
359 align_free(out);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
363 Graph::Node *out[2]; local
372 out[n++] = ei.getNode();
373 eR = out[1]->outgoing().getType();
375 // IF block is out edge to the right
379 if (out[1]->outgoingCount() != 1) // 0 is IF { RET; }, >1 is more divergence
382 if (out[1]->outgoing().getNode() == out[0])
384 if (out[0]->outgoingCount() == 1)
385 if (out[0]->outgoing().getNode() == out[1]->outgoing().getNode()
504 FILE *out = fopen(filePath, "a"); local
    [all...]
nv50_ir_graph.h 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
135 Edge *out; member in class:nv50_ir::Graph::Node
209 return EdgeIterator(out, 0, reverse);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.h 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
72 struct nv50_varying out[16]; member in struct:nv50_program
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 22 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
232 struct ureg_dst out; local
237 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0);
240 ureg_MOV(ureg, out, imm);
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c 20 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
261 float out = fy + fh - fb_height; /* number of vp pixels out of view */ local
262 prescale.translate[1] += fy * out / in;
274 goto out;
408 out:
  /external/mesa3d/src/gallium/state_trackers/vega/
asm_fill.h 22 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
33 struct ureg_dst *out,
41 struct ureg_dst *out,
47 ureg_MOV(ureg, *out, constant[2]);
74 struct ureg_dst *out,
93 ureg_TEX(ureg, *out, TGSI_TEXTURE_1D, ureg_src(temp[2]), sampler[0]);
98 struct ureg_dst *out,
129 ureg_TEX(ureg, *out, TGSI_TEXTURE_1D, ureg_src(temp[0]), sampler[0]);
135 struct ureg_dst *out,
160 ureg_TEX(ureg, *out, TGSI_TEXTURE_2D, ureg_src(temp[1]), sampler[0])
334 struct ureg_dst out; local
    [all...]
shaders_cache.c 22 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
96 "DCL OUT[0], COLOR, CONSTANT\n"
134 struct ureg_dst out, *temp = NULL; local
182 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0);
209 &out,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 22 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
76 uint32_t out; member in struct:combiner_state
91 (rc)->in = (rc)->out = 0; \
225 rc->out = RC_OUT_AB;
232 rc->out = RC_OUT_AB;
249 rc->out = RC_OUT_SUM |
259 rc->out = RC_OUT_SUM;
268 rc->out = RC_OUT_SUM;
276 rc->out = RC_OUT_DOT_AB | RC_OUT_SCALE_4;
287 rc->out |= RC_OUT_SCALE_1
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 21 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
257 GLvector4f *out = &store->texcoord[unit]; local
259 build_f_tab[VB->EyePtr->size]( out->start,
260 out->stride,
264 out->flags |= (in->flags & VEC_SIZE_FLAGS) | VEC_SIZE_3;
265 out->count = VB->Count;
266 out->size = MAX2(in->size, 3);
268 _mesa_copy_tab[0x8]( out, in );
279 GLvector4f *out = &store->texcoord[unit]; local
281 GLfloat (*texcoord)[4] = (GLfloat (*)[4])out->start
307 GLvector4f *out = &store->texcoord[unit]; local
341 GLvector4f *out = &store->texcoord[unit]; local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DecoderConfigDescriptor.java 113 ByteBuffer out = ByteBuffer.allocate(serializedSize()); local
114 IsoTypeWriter.writeUInt8(out, 4);
115 IsoTypeWriter.writeUInt8(out, serializedSize() - 2);
116 IsoTypeWriter.writeUInt8(out, objectTypeIndication);
118 IsoTypeWriter.writeUInt8(out, flags);
119 IsoTypeWriter.writeUInt24(out, bufferSizeDB);
120 IsoTypeWriter.writeUInt32(out, maxBitRate);
121 IsoTypeWriter.writeUInt32(out, avgBitRate);
122 out.put(audioSpecificInfo.serialize().array());
123 return out;
    [all...]
  /external/objenesis/tck/test/org/objenesis/tck/
ObjenesisTest.java 65 PrintStream out = new PrintStream(buffer); local
66 out.println("Exception when instantiating " + currentCandidate + " with "
68 exception.printStackTrace(out);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Response.java 164 // TODO: move out of public API
173 // TODO: move out of public API
182 // TODO: move out of public API
194 // TODO: move out of public API
264 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
265 Util.copy(byteStream(), out); local
266 return out.toByteArray();
464 // TODO: move out of public API
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Util.java 231 return false; // Ran out of time.
235 * Copies all of the bytes from {@code in} to {@code out}. Neither stream is closed.
238 public static int copy(InputStream in, OutputStream out) throws IOException {
244 out.write(buffer, 0, c);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Huffman.java 51 void encode(byte[] data, OutputStream out) throws IOException {
66 out.write(((int) (current >> n)));
73 out.write((int) current);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
Http20Draft09Test.java 485 OkBuffer out = new OkBuffer(); local
486 new HpackDraft05.Writer(out).writeHeaders(sentHeaders);
487 return out;
491 OkBuffer out = new OkBuffer(); local
492 new Http20Draft09.Writer(out, true).ping(ack, payload1, payload2);
493 return out;
498 OkBuffer out = new OkBuffer(); local
499 new Http20Draft09.Writer(out, true).goAway(lastGoodStreamId, errorCode, debugData);
500 return out;
504 OkBuffer out = new OkBuffer() local
511 OkBuffer out = new OkBuffer(); local
    [all...]
  /external/okhttp/okio/src/test/java/okio/
ByteStringTest.java 100 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
101 ByteString.decodeHex("616263").write(out);
102 assertByteArraysEquals(new byte[] { 0x61, 0x62, 0x63 }, out.toByteArray());
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 37 // or tort (including negligence or otherwise) arising in any way out of
325 uchar *out = data; local
340 RGBToGray( (float *)buffer, (float *)out );
360 out[x] = CV_CAST_8U(t);
369 out[x] = CV_CAST_8U(t);
374 out += step;
530 void GrFmtExrReader::RGBToGray( float *in, float *out )
537 out[i] = in[n] * m_chroma.blue[0] + in[n + 1] * m_chroma.green[0] + in[n + 2] * m_chroma.red[0];
541 uchar *o = (uchar *)out;
555 ((int *)out)[i] = int(si[n] * m_chroma.blue[0] + si[n + 1] * m_chroma.green[0] + si[n + 2] * m_chroma.red[0])
    [all...]
  /external/openssl/apps/
crl.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
80 " -text - print out a text format version\n",
82 " -out arg - output file - default stdout\n",
110 BIO *out=NULL; local
178 else if (strcmp(*argv,"-out") == 0)
350 BIO_printf(bio_err,"out of memory\n");
365 out=BIO_new(BIO_s_file());
366 if (out == NULL)
374 BIO_set_fp(out,stdout,BIO_NOCLOSE)
    [all...]
dgst.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
77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
112 BIO *out = NULL; local
137 BIO_printf(bio_err,"out of memory\n");
166 else if (strcmp(*argv,"-out") == 0)
280 BIO_printf(bio_err,"-out filename output to filename rather than stdout\n");
327 out = BIO_new_file(outfile, "wb");
328 else out = BIO_new_file(outfile, "w");
330 out = BIO_new_fp(stdout, BIO_NOCLOSE)
    [all...]

Completed in 51 milliseconds

<<51525354555657585960>>