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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwebp.c66 #define NUM_SHORT_DISTANCES 120 macro
79 static const int8_t lz77_distance_offsets[NUM_SHORT_DISTANCES][2] = {
706 if (distance <= NUM_SHORT_DISTANCES) {
711 distance -= NUM_SHORT_DISTANCES;

Completed in 36 milliseconds