Home
last modified time | relevance | path

Searched refs:HUFFMAN_CODES_PER_META_CODE (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/webp/
Dformat_constants.h37 #define HUFFMAN_CODES_PER_META_CODE 5 macro
/third_party/skia/third_party/externals/libwebp/src/utils/
Dhuffman_utils.h81 HuffmanCode* htrees[HUFFMAN_CODES_PER_META_CODE];
/third_party/ffmpeg/libavcodec/
Dwebp.c63 #define HUFFMAN_CODES_PER_META_CODE 5 macro
70 static const uint16_t alphabet_sizes[HUFFMAN_CODES_PER_META_CODE] = {
228 for (j = 0; j < HUFFMAN_CODES_PER_META_CODE; j++) in image_ctx_free()
229 ff_free_vlc(&img->huffman_groups[i * HUFFMAN_CODES_PER_META_CODE + j].vlc); in image_ctx_free()
540 return &img->huffman_groups[group * HUFFMAN_CODES_PER_META_CODE]; in get_huffman_group()
600 HUFFMAN_CODES_PER_META_CODE, in decode_entropy_coded_image()
606 hg = &img->huffman_groups[i * HUFFMAN_CODES_PER_META_CODE]; in decode_entropy_coded_image()
607 for (j = 0; j < HUFFMAN_CODES_PER_META_CODE; j++) { in decode_entropy_coded_image()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c49 static const uint16_t kAlphabetSize[HUFFMAN_CODES_PER_META_CODE] = {
55 static const uint8_t kLiteralMap[HUFFMAN_CODES_PER_META_CODE] = {
430 for (j = 0; j < HUFFMAN_CODES_PER_META_CODE; ++j) { in ReadHuffmanCodes()
455 for (j = 0; j < HUFFMAN_CODES_PER_META_CODE; ++j) { in ReadHuffmanCodes()
473 for (j = 0; j < HUFFMAN_CODES_PER_META_CODE; ++j) { in ReadHuffmanCodes()