OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jas_matrix_numrows
(Results
1 - 8
of
8
) sorted by null
/external/opencv3/3rdparty/libjasper/
jpc_mct.c
97
numrows =
jas_matrix_numrows
(c0);
101
assert(
jas_matrix_numrows
(c1) == numrows && jas_matrix_numcols(c1) == numcols
102
&&
jas_matrix_numrows
(c2) == numrows && jas_matrix_numcols(c2) == numcols);
140
numrows =
jas_matrix_numrows
(c0);
144
assert(
jas_matrix_numrows
(c1) == numrows && jas_matrix_numcols(c1) == numcols
145
&&
jas_matrix_numrows
(c2) == numrows && jas_matrix_numcols(c2) == numcols);
187
numrows =
jas_matrix_numrows
(c0);
188
assert(
jas_matrix_numrows
(c1) == numrows &&
jas_matrix_numrows
(c2) == numrows);
228
numrows =
jas_matrix_numrows
(c0)
[
all
...]
jas_seq.c
398
if (
jas_matrix_numrows
(matrix) != numrows || jas_matrix_numcols(matrix) != numcols) {
403
for (i = 0; i <
jas_matrix_numrows
(matrix); i++) {
429
(int)
jas_matrix_numrows
(matrix));
432
for (i = 0; i <
jas_matrix_numrows
(matrix); ++i) {
jpc_t1enc.c
149
for (i = 0; i <
jas_matrix_numrows
(cblk->data); ++i) {
240
cblk->flags = jas_matrix_create(
jas_matrix_numrows
(cblk->data) + 2,
452
height =
jas_matrix_numrows
(data);
551
height =
jas_matrix_numrows
(data);
654
height =
jas_matrix_numrows
(data);
746
height =
jas_matrix_numrows
(data);
854
height =
jas_matrix_numrows
(data);
jpc_t1dec.c
207
if (!(cblk->flags = jas_matrix_create(
jas_matrix_numrows
(cblk->data) +
388
height =
jas_matrix_numrows
(data);
494
height =
jas_matrix_numrows
(data);
597
height =
jas_matrix_numrows
(data);
695
height =
jas_matrix_numrows
(data);
811
height =
jas_matrix_numrows
(data);
jpc_dec.c
[
all
...]
jpc_enc.c
[
all
...]
jas_image.c
429
if (
jas_matrix_numrows
(data) != height || jas_matrix_numcols(data) != width) {
482
if (
jas_matrix_numrows
(data) != height || jas_matrix_numcols(data) != width) {
[
all
...]
/external/opencv3/3rdparty/libjasper/jasper/
jas_seq.h
150
#define
jas_matrix_numrows
(matrix) \
macro
Completed in 106 milliseconds