OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C0_382
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp
657
static const int
C0_382
= fix(0.382683432f, fixb);
842
x1 = vqdmulhq_n_s16(vsubq_s16(x0, x2), (short)(
C0_382
*2));
989
x1 = vqdmulhq_n_s16(vsubq_s16(x0, x2), (short)(
C0_382
*2));
1045
x1 = (x0 - x2)*
C0_382
;
[
all
...]
/external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
628
#define
C0_382
fix( 0.382683432f, fixb )
[
all
...]
Completed in 644 milliseconds