HomeSort by relevance Sort by last modified time
    Searched refs:starting_token (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libwebp/utils/
huffman_encode.c 349 HuffmanTreeToken* const starting_token = tokens; local
371 return (int)(tokens - starting_token);
  /external/webp/src/utils/
huffman_encode.c 328 HuffmanTreeToken* const starting_token = tokens; local
350 return (int)(tokens - starting_token);

Completed in 232 milliseconds