Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.h141 int m_tq[4][64]; variable
Dgrfmt_jpeg.cpp954 m_tq[tq][idx] = buffer[i] * 16 * idct_prescale[idx]; in LoadQuantTables()
962 m_tq[tq][idx] = ((unsigned short*)buffer)[i] * idct_prescale[idx]; in LoadQuantTables()
1290 const int* tq = m_tq[m_ci[c].tq]; in GetBlock()