OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:histo_xsize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
histogram.c
340
const int
histo_xsize
= VP8LSubSampleSize(xsize, histo_bits);
local
345
const int ix = (y >> histo_bits) *
histo_xsize
+ (x >> histo_bits);
487
const int
histo_xsize
= histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1;
local
489
const int histo_image_raw_size =
histo_xsize
* histo_ysize;
vp8l.c
431
const int
histo_xsize
= histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1;
local
436
(y >> histo_bits) *
histo_xsize
+
[
all
...]
/external/webp/src/enc/
histogram.c
340
const int
histo_xsize
= VP8LSubSampleSize(xsize, histo_bits);
local
345
const int ix = (y >> histo_bits) *
histo_xsize
+ (x >> histo_bits);
487
const int
histo_xsize
= histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1;
local
489
const int histo_image_raw_size =
histo_xsize
* histo_ysize;
vp8l.c
431
const int
histo_xsize
= histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1;
local
436
(y >> histo_bits) *
histo_xsize
+
[
all
...]
Completed in 101 milliseconds