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

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 56 static const struct vl_vlc_compressed macroblock_address_increment[] = {
99 static const struct vl_vlc_compressed macroblock_type_i[] = {
105 static const struct vl_vlc_compressed macroblock_type_p[] = {
116 static const struct vl_vlc_compressed macroblock_type_b[] = {
137 static const struct vl_vlc_compressed coded_block_pattern[] = {
205 static const struct vl_vlc_compressed motion_code[] = {
242 static const struct vl_vlc_compressed dmvector[] = {
249 static const struct vl_vlc_compressed dct_dc_size_luminance[] = {
265 static const struct vl_vlc_compressed dct_dc_size_chrominance[] = {
vl_vlc.h 59 struct vl_vlc_compressed struct
69 vl_vlc_init_table(struct vl_vlc_entry *dst, unsigned dst_size, const struct vl_vlc_compressed *src, unsigned src_size)

Completed in 75 milliseconds