OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idct_prescale
(Results
1 - 2
of
2
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
607
static const int
idct_prescale
[] =
variable
954
m_tq[tq][idx] = buffer[i] * 16 *
idct_prescale
[idx];
962
m_tq[tq][idx] = ((unsigned short*)buffer)[i] *
idct_prescale
[idx];
[
all
...]
/external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp
777
static const int
idct_prescale
[] =
member in namespace:cv::mjpeg
[
all
...]
Completed in 134 milliseconds