Home
last modified time | relevance | path

Searched refs:jpc_bitstream_alloc (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djpc_bs.c88 static jpc_bitstream_t *jpc_bitstream_alloc(void);
106 if (!(bitstream = jpc_bitstream_alloc())) { in jpc_bitstream_sopen()
149 static jpc_bitstream_t *jpc_bitstream_alloc() in jpc_bitstream_alloc() function