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

  /external/opencv3/3rdparty/libwebp/enc/
vp8l.c 182 static int GetHuffBitLengthsAndCodes(
492 if (!GetHuffBitLengthsAndCodes(histogram_image, huffman_codes)) {
565 !GetHuffBitLengthsAndCodes(histogram_image, huffman_codes)) {
    [all...]
  /external/webp/src/enc/
vp8l.c 423 static int GetHuffBitLengthsAndCodes(
781 if (!GetHuffBitLengthsAndCodes(histogram_image, huffman_codes)) {
891 // need to outlive the following call to GetHuffBitLengthsAndCodes().
893 !GetHuffBitLengthsAndCodes(histogram_image, huffman_codes)) {
    [all...]

Completed in 258 milliseconds