HomeSort by relevance Sort by last modified time
    Searched refs:VP8LSubSampleSize (Results 1 - 6 of 6) sorted by null

  /external/webp/src/enc/
vp8l_enc.c 285 entropy[kSpatial] += VP8LSubSampleSize(width, transform_bits) *
286 VP8LSubSampleSize(height, transform_bits) *
290 entropy[kSpatialSubGreen] += VP8LSubSampleSize(width, transform_bits) *
291 VP8LSubSampleSize(height, transform_bits) *
341 const int huff_image_size = VP8LSubSampleSize(width, histo_bits) *
342 VP8LSubSampleSize(height, histo_bits);
718 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1;
871 VP8LSubSampleSize(width, histogram_bits) *
872 VP8LSubSampleSize(height, histogram_bits);
    [all...]
predictor_enc.c 318 const int tiles_per_row = VP8LSubSampleSize(width, bits);
417 const int tiles_per_row = VP8LSubSampleSize(width, bits);
477 const int tiles_per_row = VP8LSubSampleSize(width, bits);
478 const int tiles_per_col = VP8LSubSampleSize(height, bits);
718 const int tile_xsize = VP8LSubSampleSize(width, bits);
719 const int tile_ysize = VP8LSubSampleSize(height, bits);
histogram_enc.c 477 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits);
    [all...]
  /external/webp/src/dsp/
lossless_common.h 51 static WEBP_INLINE uint32_t VP8LSubSampleSize(uint32_t size,
lossless.c 214 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_);
297 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_);
401 // the effective width of VP8LSubSampleSize(xsize_, bits_). All other
405 VP8LSubSampleSize(transform->xsize_, transform->bits_);
  /external/webp/src/dec/
vp8l_dec.c 375 const int huffman_xsize = VP8LSubSampleSize(xsize, huffman_precision);
376 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision);
    [all...]

Completed in 359 milliseconds