Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_qmfb.c319 int hstartcol; in jpc_qmfb_split_row() local
332 hstartcol = (numcols + 1 - parity) >> 1; in jpc_qmfb_split_row()
333 m = (parity) ? hstartcol : (numcols - hstartcol); in jpc_qmfb_split_row()
353 dstptr = &a[hstartcol]; in jpc_qmfb_split_row()
387 int hstartcol; in jpc_qmfb_split_col() local
400 hstartcol = (numrows + 1 - parity) >> 1; in jpc_qmfb_split_col()
401 m = (parity) ? hstartcol : (numrows - hstartcol); in jpc_qmfb_split_col()
421 dstptr = &a[hstartcol * stride]; in jpc_qmfb_split_col()
458 int hstartcol; in jpc_qmfb_split_colgrp() local
471 hstartcol = (numrows + 1 - parity) >> 1; in jpc_qmfb_split_colgrp()
[all …]