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

  /external/opencv3/3rdparty/libjasper/
jpc_util.h 69 jas_seq_t *jpc_seq_upsample(jas_seq_t *seq, int n);
72 jas_seq_t *jpc_seq_conv(jas_seq_t *seq0, jas_seq_t *seq1);
75 jpc_fix_t jpc_seq_norm(jas_seq_t *x);
jpc_util.c 139 jas_seq_t *jpc_seq_upsample(jas_seq_t *x, int m)
141 jas_seq_t *z;
154 jpc_fix_t jpc_seq_norm(jas_seq_t *x)
167 jas_seq_t *jpc_seq_conv(jas_seq_t *x, jas_seq_t *y)
172 jas_seq_t *z;
  /external/opencv3/3rdparty/libjasper/jasper/
jas_seq.h 143 typedef jas_matrix_t jas_seq_t; typedef

Completed in 51 milliseconds