OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTER_RESIZE_COEF_BITS
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/src/opencl/
resize.cl
54
#define INTER_RESIZE_COEF_SCALE (1 <<
INTER_RESIZE_COEF_BITS
)
55
#define CAST_BITS (
INTER_RESIZE_COEF_BITS
<< 1)
/external/opencv3/modules/imgproc/src/
imgwarp.cpp
126
const int
INTER_RESIZE_COEF_BITS
=11;
127
const int INTER_RESIZE_COEF_SCALE=1 <<
INTER_RESIZE_COEF_BITS
;
[
all
...]
Completed in 695 milliseconds