Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwebp.c69 #define NUM_SHORT_DISTANCES 120 macro
82 static const int8_t lz77_distance_offsets[NUM_SHORT_DISTANCES][2] = {
679 if (distance <= NUM_SHORT_DISTANCES) { in decode_entropy_coded_image()
684 distance -= NUM_SHORT_DISTANCES; in decode_entropy_coded_image()

Completed in 3 milliseconds