Searched defs:hash_chain (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.c352 VP8LHashChain* const hash_chain,
372 HashChainInit(hash_chain);
379 HashChainFindCopy(hash_chain, i, xsize, argb, max_len,
389 HashChainInsert(hash_chain, &argb[i], i);
392 HashChainFindCopy(hash_chain, i + 1, xsize, argb, max_len,
421 // Add to the hash_chain (but cannot add the last pixel).
425 HashChainInsert(hash_chain, &argb[i + k], i + k);
442 HashChainInsert(hash_chain, &argb[i], i);
466 VP8LHashChain* const hash_chain,
493 VP8LHashChain* const hash_chain,
349 BackwardReferencesHashChain(int xsize, int ysize, const uint32_t* const argb, int cache_bits, int quality, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
490 CostModelBuild(CostModel* const m, int xsize, int ysize, int recursion_level, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
560 BackwardReferencesHashChainDistanceOnly( int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs, uint32_t* const dist_array) argument
701 BackwardReferencesHashChainFollowChosenPath( int xsize, int ysize, const uint32_t* const argb, int quality, int cache_bits, const uint32_t* const chosen_path, int chosen_path_size, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
775 BackwardReferencesTraceBackwards(int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
820 VP8LGetBackwardReferences( int width, int height, const uint32_t* const argb, int quality, int cache_bits, int use_2d_locality, VP8LHashChain* const hash_chain, VP8LBackwardRefs refs_array[2]) argument
936 VP8LCalculateEstimateForCacheSize(const uint32_t* const argb, int xsize, int ysize, int quality, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs, int* const best_cache_bits) argument
[all...]
H A Dvp8l.c483 VP8LHashChain* const hash_chain,
504 hash_chain, refs_array);
557 VP8LHashChain* const hash_chain,
595 hash_chain, refs_array);
646 err = EncodeImageNoHuffman(bw, histogram_argb, hash_chain, refs_array,
481 EncodeImageNoHuffman(VP8LBitWriter* const bw, const uint32_t* const argb, VP8LHashChain* const hash_chain, VP8LBackwardRefs refs_array[2], int width, int height, int quality) argument
555 EncodeImageInternal(VP8LBitWriter* const bw, const uint32_t* const argb, VP8LHashChain* const hash_chain, VP8LBackwardRefs refs_array[2], int width, int height, int quality, int cache_bits, int histogram_bits) argument
/external/webp/src/enc/
H A Dbackward_references.c352 VP8LHashChain* const hash_chain,
372 HashChainInit(hash_chain);
379 HashChainFindCopy(hash_chain, i, xsize, argb, max_len,
389 HashChainInsert(hash_chain, &argb[i], i);
392 HashChainFindCopy(hash_chain, i + 1, xsize, argb, max_len,
421 // Add to the hash_chain (but cannot add the last pixel).
425 HashChainInsert(hash_chain, &argb[i + k], i + k);
442 HashChainInsert(hash_chain, &argb[i], i);
466 VP8LHashChain* const hash_chain,
493 VP8LHashChain* const hash_chain,
349 BackwardReferencesHashChain(int xsize, int ysize, const uint32_t* const argb, int cache_bits, int quality, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
490 CostModelBuild(CostModel* const m, int xsize, int ysize, int recursion_level, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
560 BackwardReferencesHashChainDistanceOnly( int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs, uint32_t* const dist_array) argument
701 BackwardReferencesHashChainFollowChosenPath( int xsize, int ysize, const uint32_t* const argb, int quality, int cache_bits, const uint32_t* const chosen_path, int chosen_path_size, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
775 BackwardReferencesTraceBackwards(int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
820 VP8LGetBackwardReferences( int width, int height, const uint32_t* const argb, int quality, int cache_bits, int use_2d_locality, VP8LHashChain* const hash_chain, VP8LBackwardRefs refs_array[2]) argument
936 VP8LCalculateEstimateForCacheSize(const uint32_t* const argb, int xsize, int ysize, int quality, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs, int* const best_cache_bits) argument
[all...]
H A Dvp8l.c483 VP8LHashChain* const hash_chain,
504 hash_chain, refs_array);
557 VP8LHashChain* const hash_chain,
595 hash_chain, refs_array);
646 err = EncodeImageNoHuffman(bw, histogram_argb, hash_chain, refs_array,
481 EncodeImageNoHuffman(VP8LBitWriter* const bw, const uint32_t* const argb, VP8LHashChain* const hash_chain, VP8LBackwardRefs refs_array[2], int width, int height, int quality) argument
555 EncodeImageInternal(VP8LBitWriter* const bw, const uint32_t* const argb, VP8LHashChain* const hash_chain, VP8LBackwardRefs refs_array[2], int width, int height, int quality, int cache_bits, int histogram_bits) argument

Completed in 135 milliseconds