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

  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 426 const uint16_t* histogram_symbols,
435 const int histogram_ix = histogram_symbols[histo_bits ?
479 const uint16_t histogram_symbols[1] = { 0 }; // only one tree, one symbol local
509 StoreImageToBitMask(bw, width, 0, &refs, histogram_symbols, huffman_codes);
535 uint16_t* const histogram_symbols = local
537 sizeof(*histogram_symbols));
541 if (histogram_image == NULL || histogram_symbols == NULL) {
543 free(histogram_symbols);
556 histogram_symbols)) {
590 const int symbol_index = histogram_symbols[i] & 0xffff
    [all...]
  /external/webp/src/enc/
vp8l.c 426 const uint16_t* histogram_symbols,
435 const int histogram_ix = histogram_symbols[histo_bits ?
479 const uint16_t histogram_symbols[1] = { 0 }; // only one tree, one symbol local
509 StoreImageToBitMask(bw, width, 0, &refs, histogram_symbols, huffman_codes);
535 uint16_t* const histogram_symbols = local
537 sizeof(*histogram_symbols));
541 if (histogram_image == NULL || histogram_symbols == NULL) {
543 free(histogram_symbols);
556 histogram_symbols)) {
590 const int symbol_index = histogram_symbols[i] & 0xffff
    [all...]

Completed in 487 milliseconds