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

  /external/chromium_org/third_party/libwebp/enc/
histogram.h 95 uint16_t* const histogram_symbols);
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...]
histogram.c 485 uint16_t* const histogram_symbols) {
508 HistogramRemap(image_out, image_in, histogram_symbols);
  /external/webp/src/enc/
histogram.h 95 uint16_t* const histogram_symbols);
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...]
histogram.c 485 uint16_t* const histogram_symbols) {
508 HistogramRemap(image_out, image_in, histogram_symbols);

Completed in 32 milliseconds