Home
last modified time | relevance | path

Searched refs:NUM_SHORT_DISTANCES (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwebp.c67 #define NUM_SHORT_DISTANCES 120 macro
80 static const int8_t lz77_distance_offsets[NUM_SHORT_DISTANCES][2] = {
677 if (distance <= NUM_SHORT_DISTANCES) { in decode_entropy_coded_image()
682 distance -= NUM_SHORT_DISTANCES; in decode_entropy_coded_image()