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

  /external/libxcam/modules/soft/
soft_geo_tasks_priv.cpp 53 (in_pos[first].x >= image->get_width ()) || \
54 (in_pos[first].y >= image->get_height ()) || \
55 (in_pos[last].x <= 0.0f) || (in_pos[last].y <= 0.0f)
61 Float2 in_pos[8]; local
77 lut->read_interpolate_array<Float2, 8> (lut_pos, in_pos);
78 in_luma->read_interpolate_array<float, 8> (in_pos, luma_value);
88 in_pos[0] /= 2.0f;
89 in_pos[1] = in_pos[2] / 2.0f
    [all...]
  /external/xz-embedded/linux/lib/xz/
xz_dec_stream.c 47 /* Saved in_pos and out_pos */
163 * Fill s->temp by copying data starting from b->in[b->in_pos]. Caller
171 b->in_size - b->in_pos, s->temp.size - s->temp.pos);
173 memcpy(s->temp.buf + s->temp.pos, b->in + b->in_pos, copy_size);
174 b->in_pos += copy_size;
187 size_t *in_pos, size_t in_size)
194 while (*in_pos < in_size) {
195 byte = in[*in_pos];
196 ++*in_pos;
233 s->in_start = b->in_pos;
    [all...]
xz_dec_lzma2.c 110 size_t in_pos; member in struct:rc_dec
379 while (*left > 0 && b->in_pos < b->in_size
381 copy_size = min(b->in_size - b->in_pos,
390 memcpy(dict->buf + dict->pos, b->in + b->in_pos, copy_size);
400 memcpy(b->out + b->out_pos, b->in + b->in_pos,
407 b->in_pos += copy_size;
452 if (b->in_pos == b->in_size)
455 rc->code = (rc->code << 8) + b->in[b->in_pos++];
465 return rc->in_pos > rc->in_limit;
482 rc->code = (rc->code << RC_SHIFT_BITS) + rc->in[rc->in_pos++]
    [all...]
xz_dec_test.c 75 buffers.in_pos = 0;
122 if (buffers.in_pos == buffers.in_size) {
123 buffers.in_pos = 0;
145 return size - remaining - (buffers.in_size - buffers.in_pos);
  /external/xz-embedded/userspace/
bytetest.c 47 b.in_pos = 0;
54 if (b.in_pos == b.in_size) {
56 b.in_pos = 0;
xzminidec.c 55 b.in_pos = 0;
62 if (b.in_pos == b.in_size) {
64 b.in_pos = 0;
buftest.c 35 b.in_pos = 0;
  /external/xz-embedded/linux/lib/
decompress_unxz.c 295 b.in_pos = 0;
303 if (b.in_pos == b.in_size && fill != NULL) {
305 *in_used += b.in_pos;
307 b.in_pos = 0;
347 *in_used += b.in_pos;
  /external/toybox/toys/pending/
xzcat.c 77 * if in_pos is equal to in_size.
78 * @in_pos: Current position in the input buffer. This must not exceed
88 * the variables in_pos and out_pos are modified by the XZ code.
92 size_t in_pos; member in struct:xz_buf
138 * XZ_STREAM_END), b->in_pos and b->out_pos are not modified and the
229 b.in_pos = 0;
236 if (b.in_pos == b.in_size) {
238 b.in_pos = 0;
1266 size_t in_pos; member in struct:rc_dec
    [all...]
  /external/python/cpython2/Modules/
cgen.py 260 in_pos = []
265 in_pos.append(i_in)
268 in_pos.append(-1)
288 print repr(in_pos[j]) + ',',
312 print repr(in_pos[i]) + ',',
323 print repr(in_pos[i]) + ',',
  /external/u-boot/drivers/gpio/
sh_pfc.c 70 unsigned long in_pos)
74 pos = dr->reg_width - (in_pos + 1);
84 unsigned long in_pos, unsigned long value)
88 pos = dr->reg_width - (in_pos + 1);
104 unsigned long in_pos,
119 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width);
121 *maskp = (1 << crp->var_field_width[in_pos]) - 1;
123 for (k = 0; k <= in_pos; k++)
  /external/xz-embedded/linux/include/linux/
xz.h 127 * if in_pos is equal to in_size.
128 * @in_pos: Current position in the input buffer. This must not exceed
138 * the variables in_pos and out_pos are modified by the XZ code.
142 size_t in_pos; member in struct:xz_buf
209 * XZ_STREAM_END), b->in_pos and b->out_pos are not modified and the
  /external/mesa3d/src/mesa/state_tracker/
st_pbo.c 292 struct ureg_src in_pos; local
301 in_pos = ureg_DECL_vs_input(ureg, TGSI_SEMANTIC_POSITION);
312 /* out_pos = in_pos */
313 ureg_MOV(ureg, out_pos, in_pos);
339 struct ureg_src in_pos; local
354 in_pos = ureg_DECL_input(ureg, TGSI_SEMANTIC_POSITION, 0, 0, 1);
359 struct ureg_src in_pos_vertex = ureg_src_dimension(in_pos, i);
361 /* out_pos = in_pos[i] */
364 /* out_layer.x = f2i(in_pos[i].z) */
  /external/wpa_supplicant_8/src/tls/
tlsv1_client.c 145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; local
213 in_pos = in_msg;
218 while (in_pos < in_end) {
219 in_msg_len = in_end - in_pos;
220 if (tlsv1_client_process_handshake(conn, ct, in_pos,
225 in_pos += in_msg_len;
tlsv1_server.c 137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; local
173 in_pos = in_msg;
178 while (in_pos < in_end) {
179 in_msg_len = in_end - in_pos;
180 if (tlsv1_server_process_handshake(conn, ct, in_pos,
183 in_pos += in_msg_len;
  /external/u-boot/drivers/pinctrl/renesas/
pfc.c 140 unsigned int in_pos,
150 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width);
152 *maskp = (1 << crp->var_field_width[in_pos]) - 1;
154 for (k = 0; k <= in_pos; k++)
  /external/tensorflow/tensorflow/lite/kernels/internal/reference/
reference_ops.h     [all...]

Completed in 295 milliseconds