Searched refs:huf_values (Results 1 – 2 of 2) sorted by relevance
450 READ_BYTES (&br, huf_table->huf_values, value_count); in gst_jpeg_segment_parse_huffman_table()591 huf_table->huf_values[i] = e->value; in build_huffman_table()598 for (; i < G_N_ELEMENTS (huf_table->huf_values); i++) in build_huffman_table()599 huf_table->huf_values[i] = 0; in build_huffman_table()
257 guint8 huf_values[256]; member