Searched refs:VP8LSubSampleSize (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8l.c438 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1;
566 VP8LSubSampleSize(width, histogram_bits) *
567 VP8LSubSampleSize(height, histogram_bits);
647 VP8LSubSampleSize(width, histogram_bits),
648 VP8LSubSampleSize(height, histogram_bits),
743 const int transform_width = VP8LSubSampleSize(width, pred_bits);
744 const int transform_height = VP8LSubSampleSize(height, pred_bits);
764 const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits);
765 const int transform_height = VP8LSubSampleSize(height, ccolor_transform_bits);
856 VP8LSubSampleSize(widt
[all...]
H A Dhistogram.c428 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits);
685 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1;
686 const int histo_ysize = histo_bits ? VP8LSubSampleSize(ysize, histo_bits) : 1;
/external/webp/src/enc/
H A Dvp8l.c438 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1;
566 VP8LSubSampleSize(width, histogram_bits) *
567 VP8LSubSampleSize(height, histogram_bits);
647 VP8LSubSampleSize(width, histogram_bits),
648 VP8LSubSampleSize(height, histogram_bits),
743 const int transform_width = VP8LSubSampleSize(width, pred_bits);
744 const int transform_height = VP8LSubSampleSize(height, pred_bits);
764 const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits);
765 const int transform_height = VP8LSubSampleSize(height, ccolor_transform_bits);
856 VP8LSubSampleSize(widt
[all...]
H A Dhistogram.c428 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits);
685 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1;
686 const int histo_ysize = histo_bits ? VP8LSubSampleSize(ysize, histo_bits) : 1;
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.h119 static WEBP_INLINE uint32_t VP8LSubSampleSize(uint32_t size, function
H A Dlossless.c689 const int tiles_per_row = VP8LSubSampleSize(width, bits);
690 const int tiles_per_col = VP8LSubSampleSize(height, bits);
758 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_);
1098 const int tile_xsize = VP8LSubSampleSize(width, bits);
1099 const int tile_ysize = VP8LSubSampleSize(height, bits);
1160 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_);
1271 // the effective width of VP8LSubSampleSize(xsize_, bits_). All other
1275 VP8LSubSampleSize(transform->xsize_, transform->bits_);
/external/webp/src/dsp/
H A Dlossless.h119 static WEBP_INLINE uint32_t VP8LSubSampleSize(uint32_t size, function
H A Dlossless.c680 const int tiles_per_row = VP8LSubSampleSize(width, bits);
681 const int tiles_per_col = VP8LSubSampleSize(height, bits);
749 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_);
1089 const int tile_xsize = VP8LSubSampleSize(width, bits);
1090 const int tile_ysize = VP8LSubSampleSize(height, bits);
1151 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_);
1262 // the effective width of VP8LSubSampleSize(xsize_, bits_). All other
1266 VP8LSubSampleSize(transform->xsize_, transform->bits_);
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8l.c308 const int huffman_xsize = VP8LSubSampleSize(xsize, huffman_precision);
309 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision);
998 ok = DecodeImageStream(VP8LSubSampleSize(transform->xsize_,
1000 VP8LSubSampleSize(transform->ysize_,
1010 *xsize = VP8LSubSampleSize(transform->xsize_, bits);
1090 hdr->huffman_xsize_ = VP8LSubSampleSize(width, num_bits);
/external/webp/src/dec/
H A Dvp8l.c308 const int huffman_xsize = VP8LSubSampleSize(xsize, huffman_precision);
309 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision);
998 ok = DecodeImageStream(VP8LSubSampleSize(transform->xsize_,
1000 VP8LSubSampleSize(transform->ysize_,
1010 *xsize = VP8LSubSampleSize(transform->xsize_, bits);
1090 hdr->huffman_xsize_ = VP8LSubSampleSize(width, num_bits);

Completed in 3329 milliseconds