Searched refs:dist_array (Results 1 - 2 of 2) sorted by relevance
/external/webp/src/enc/ |
H A D | backward_references.c | 565 uint16_t* const dist_array) { 582 dist_array[idx] = 1; // only one is inserted. 589 VP8LBackwardRefs* const refs, uint16_t* const dist_array) { 625 dist_array[0] = 0; 629 0, use_color_cache, 0.0, cost, dist_array); 646 dist_array[i + k] = k + 1; 683 dist_array[i + 1] = 2; 689 dist_array); 696 dist_array); 706 // We pack the path at the end of *dist_array an 561 AddSingleLiteralWithCostModel( const uint32_t* const argb, VP8LHashChain* const hash_chain, VP8LColorCache* const hashers, const CostModel* const cost_model, int idx, int is_last, int use_color_cache, double prev_cost, float* const cost, uint16_t* const dist_array) argument 586 BackwardReferencesHashChainDistanceOnly( int xsize, int ysize, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs, uint16_t* const dist_array) argument 709 TraceBackwards(uint16_t* const dist_array, int dist_array_size, uint16_t** const chosen_path, int* const chosen_path_size) argument 799 uint16_t* dist_array = local [all...] |
/external/opencv3/3rdparty/libwebp/enc/ |
H A D | backward_references.c | 476 int quality, int cache_bits, uint32_t* const dist_array) { 512 dist_array[0] = 0; 542 dist_array[i + k] = k + 1; 584 dist_array[i] = 1; // only one is inserted. 601 // We pack the path at the end of *dist_array and return 603 // dist_array = [1x2xx3x2] => packed [1x2x1232], chosen_path = [1232] 604 static void TraceBackwards(uint32_t* const dist_array, argument 608 uint32_t* path = dist_array + dist_array_size; 609 uint32_t* cur = dist_array + dist_array_size - 1; 610 while (cur >= dist_array) { 474 BackwardReferencesHashChainDistanceOnly( int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb, int quality, int cache_bits, uint32_t* const dist_array) argument 706 uint32_t* dist_array = local [all...] |
Completed in 52 milliseconds