OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8LSubSampleSize
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
lossless.h
66
static WEBP_INLINE uint32_t
VP8LSubSampleSize
(uint32_t size,
lossless.c
617
const int tiles_per_row =
VP8LSubSampleSize
(width, bits);
618
const int tiles_per_col =
VP8LSubSampleSize
(height, bits);
687
const int tiles_per_row =
VP8LSubSampleSize
(width, transform->bits_);
[
all
...]
/external/webp/src/dsp/
lossless.h
66
static WEBP_INLINE uint32_t
VP8LSubSampleSize
(uint32_t size,
lossless.c
617
const int tiles_per_row =
VP8LSubSampleSize
(width, bits);
618
const int tiles_per_col =
VP8LSubSampleSize
(height, bits);
687
const int tiles_per_row =
VP8LSubSampleSize
(width, transform->bits_);
[
all
...]
/external/chromium_org/third_party/libwebp/enc/
vp8l.c
431
const int histo_xsize = histo_bits ?
VP8LSubSampleSize
(width, histo_bits) : 1;
527
VP8LSubSampleSize
(width, histogram_bits) *
528
VP8LSubSampleSize
(height, histogram_bits);
600
VP8LSubSampleSize
(width, histogram_bits),
601
VP8LSubSampleSize
(height, histogram_bits),
683
const int transform_width =
VP8LSubSampleSize
(width, pred_bits);
684
const int transform_height =
VP8LSubSampleSize
(height, pred_bits);
703
const int transform_width =
VP8LSubSampleSize
(width, ccolor_transform_bits);
704
const int transform_height =
VP8LSubSampleSize
(height, ccolor_transform_bits);
796
(uint64_t)
VP8LSubSampleSize
(width, enc->transform_bits_)
[
all
...]
histogram.c
340
const int histo_xsize =
VP8LSubSampleSize
(xsize, histo_bits);
487
const int histo_xsize = histo_bits ?
VP8LSubSampleSize
(xsize, histo_bits) : 1;
488
const int histo_ysize = histo_bits ?
VP8LSubSampleSize
(ysize, histo_bits) : 1;
/external/webp/src/enc/
vp8l.c
431
const int histo_xsize = histo_bits ?
VP8LSubSampleSize
(width, histo_bits) : 1;
527
VP8LSubSampleSize
(width, histogram_bits) *
528
VP8LSubSampleSize
(height, histogram_bits);
600
VP8LSubSampleSize
(width, histogram_bits),
601
VP8LSubSampleSize
(height, histogram_bits),
683
const int transform_width =
VP8LSubSampleSize
(width, pred_bits);
684
const int transform_height =
VP8LSubSampleSize
(height, pred_bits);
703
const int transform_width =
VP8LSubSampleSize
(width, ccolor_transform_bits);
704
const int transform_height =
VP8LSubSampleSize
(height, ccolor_transform_bits);
796
(uint64_t)
VP8LSubSampleSize
(width, enc->transform_bits_)
[
all
...]
histogram.c
340
const int histo_xsize =
VP8LSubSampleSize
(xsize, histo_bits);
487
const int histo_xsize = histo_bits ?
VP8LSubSampleSize
(xsize, histo_bits) : 1;
488
const int histo_ysize = histo_bits ?
VP8LSubSampleSize
(ysize, histo_bits) : 1;
/external/chromium_org/third_party/libwebp/dec/
vp8l.c
313
const int huffman_xsize =
VP8LSubSampleSize
(xsize, huffman_precision);
314
const int huffman_ysize =
VP8LSubSampleSize
(ysize, huffman_precision);
[
all
...]
/external/webp/src/dec/
vp8l.c
312
const int huffman_xsize =
VP8LSubSampleSize
(xsize, huffman_precision);
313
const int huffman_ysize =
VP8LSubSampleSize
(ysize, huffman_precision);
[
all
...]
Completed in 166 milliseconds