Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l.c957 const int length_sym = code - NUM_LITERAL_CODES; in DecodeAlphaData() local
958 const int length = GetCopyLength(length_sym, br); in DecodeAlphaData()
1094 const int length_sym = code - NUM_LITERAL_CODES; in DecodeImageData() local
1095 const int length = GetCopyLength(length_sym, br); in DecodeImageData()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c738 const int length_sym = code - NUM_LITERAL_CODES; \
739 const int length = GetCopyLength(length_sym, br); \