OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opj_raw_decode
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
raw.h
100
OPJ_UINT32
opj_raw_decode
(opj_raw_t *raw);
raw.c
76
OPJ_UINT32
opj_raw_decode
(opj_raw_t *raw) {
function
t1.c
419
if (
opj_raw_decode
(raw)) {
420
v = (OPJ_INT32)
opj_raw_decode
(raw); /* ESSAI */
651
v = (OPJ_INT32)
opj_raw_decode
(raw);
[
all
...]
Completed in 238 milliseconds