Lines Matching refs:in_offset

93         public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
95 byte[] ret = converter.toByteArray(in_buff, in_offset, in_len,
107 public float[] toFloatArray(byte[] in_buff, int in_offset,
113 for (int i = in_offset + offset; i < in_offset_end; i += stepsize) {
116 float[] ret = converter.toFloatArray(mask_buffer, in_offset,
138 public float[] toFloatArray(byte[] in_buff, int in_offset,
148 bytebuffer.put(in_buff, in_offset, in_len);
161 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
171 if (double_buff == null || double_buff.length < in_offset + in_len)
172 double_buff = new double[in_offset + in_len];
173 int in_offset_end = in_offset + in_len;
174 for (int i = in_offset; i < in_offset_end; i++) {
177 floatbuffer.put(double_buff, in_offset, in_len);
192 public float[] toFloatArray(byte[] in_buff, int in_offset,
202 bytebuffer.put(in_buff, in_offset, in_len);
215 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
225 if (double_buff == null || double_buff.length < in_offset + in_len)
226 double_buff = new double[in_offset + in_len];
227 int in_offset_end = in_offset + in_len;
228 for (int i = in_offset; i < in_offset_end; i++) {
231 floatbuffer.put(double_buff, in_offset, in_len);
250 public float[] toFloatArray(byte[] in_buff, int in_offset,
260 bytebuffer.put(in_buff, in_offset, in_len);
266 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
276 floatbuffer.put(in_buff, in_offset, in_len);
289 public float[] toFloatArray(byte[] in_buff, int in_offset,
299 bytebuffer.put(in_buff, in_offset, in_len);
305 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
315 floatbuffer.put(in_buff, in_offset, in_len);
330 public float[] toFloatArray(byte[] in_buff, int in_offset,
332 int ix = in_offset;
342 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
344 int ix = in_offset;
357 public float[] toFloatArray(byte[] in_buff, int in_offset,
359 int ix = in_offset;
369 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
371 int ix = in_offset;
390 public float[] toFloatArray(byte[] in_buff, int in_offset,
392 int ix = in_offset;
402 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
405 int len = in_offset + in_len;
406 for (int ix = in_offset; ix < len; ix++) {
419 public float[] toFloatArray(byte[] in_buff, int in_offset,
421 int ix = in_offset;
431 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
433 int ix = in_offset;
448 public float[] toFloatArray(byte[] in_buff, int in_offset,
450 int ix = in_offset;
461 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
463 int ix = in_offset;
478 public float[] toFloatArray(byte[] in_buff, int in_offset,
480 int ix = in_offset;
491 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
493 int ix = in_offset;
514 public float[] toFloatArray(byte[] in_buff, int in_offset,
516 int ix = in_offset;
529 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
531 int ix = in_offset;
549 public float[] toFloatArray(byte[] in_buff, int in_offset,
551 int ix = in_offset;
564 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
566 int ix = in_offset;
584 public float[] toFloatArray(byte[] in_buff, int in_offset,
586 int ix = in_offset;
598 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
600 int ix = in_offset;
617 public float[] toFloatArray(byte[] in_buff, int in_offset,
619 int ix = in_offset;
631 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
633 int ix = in_offset;
656 public float[] toFloatArray(byte[] in_buff, int in_offset,
658 int ix = in_offset;
670 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
672 int ix = in_offset;
688 public float[] toFloatArray(byte[] in_buff, int in_offset,
690 int ix = in_offset;
702 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
704 int ix = in_offset;
720 public float[] toFloatArray(byte[] in_buff, int in_offset,
722 int ix = in_offset;
735 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
737 int ix = in_offset;
755 public float[] toFloatArray(byte[] in_buff, int in_offset,
757 int ix = in_offset;
770 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
772 int ix = in_offset;
802 public float[] toFloatArray(byte[] in_buff, int in_offset,
804 int ix = in_offset;
817 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
819 int ix = in_offset;
845 public float[] toFloatArray(byte[] in_buff, int in_offset,
847 int ix = in_offset;
861 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
863 int ix = in_offset;
889 public float[] toFloatArray(byte[] in_buff, int in_offset,
891 int ix = in_offset;
905 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
907 int ix = in_offset;
934 public float[] toFloatArray(byte[] in_buff, int in_offset,
936 int ix = in_offset;
950 public byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
952 int ix = in_offset;
1077 public abstract float[] toFloatArray(byte[] in_buff, int in_offset,
1085 public final float[] toFloatArray(byte[] in_buff, int in_offset,
1087 return toFloatArray(in_buff, in_offset, out_buff, 0, out_len);
1099 public abstract byte[] toByteArray(float[] in_buff, int in_offset,
1107 public final byte[] toByteArray(float[] in_buff, int in_offset, int in_len,
1109 return toByteArray(in_buff, in_offset, in_len, out_buff, 0);