HomeSort by relevance Sort by last modified time
    Searched defs:histogram_symbols (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/brotli/src/brotli/enc/
block_splitter.cc 264 std::vector<int> histogram_symbols; local
270 &histogram_symbols);
272 block_ids[i] = histogram_symbols[block_index[i]];
  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 433 const uint16_t* histogram_symbols,
442 const int histogram_ix = histogram_symbols[histo_bits ?
493 const uint16_t histogram_symbols[1] = { 0 }; // only one tree, one symbol local
544 err = StoreImageToBitMask(bw, width, 0, refs, histogram_symbols,
577 uint16_t* const histogram_symbols = local
579 sizeof(*histogram_symbols));
584 if (histogram_image == NULL || histogram_symbols == NULL) {
586 WebPSafeFree(histogram_symbols);
603 histogram_symbols)) {
637 const int symbol_index = histogram_symbols[i] & 0xffff
    [all...]
  /external/webp/src/enc/
vp8l.c 433 const uint16_t* histogram_symbols,
442 const int histogram_ix = histogram_symbols[histo_bits ?
493 const uint16_t histogram_symbols[1] = { 0 }; // only one tree, one symbol local
544 err = StoreImageToBitMask(bw, width, 0, refs, histogram_symbols,
577 uint16_t* const histogram_symbols = local
579 sizeof(*histogram_symbols));
584 if (histogram_image == NULL || histogram_symbols == NULL) {
586 WebPSafeFree(histogram_symbols);
603 histogram_symbols)) {
637 const int symbol_index = histogram_symbols[i] & 0xffff
    [all...]

Completed in 7385 milliseconds