OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:centerc2
(Results
1 - 2
of
2
) sorted by null
/external/libjpeg-turbo/
jquant2.c
638
int centerc0, centerc1,
centerc2
;
local
654
centerc2
= (minc2 + maxc2) >> 1;
726
if (x <=
centerc2
) {
[
all
...]
/external/opencv3/3rdparty/libjpeg/
jquant2.c
660
int centerc0, centerc1,
centerc2
;
local
676
centerc2
= (minc2 + maxc2) >> 1;
748
if (x <=
centerc2
) {
[
all
...]
Completed in 165 milliseconds