Searched refs:bit_stream (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | picture_mpeg4.c | 121 struct bit_stream struct 129 write_bit(struct bit_stream *writer, unsigned int bit) 137 write_bits(struct bit_stream *writer, unsigned int bits, unsigned int len) 148 struct bit_stream bs_vop = {vop, sizeof(vop)*8, 32}; 163 struct bit_stream bs_gvop = {group_of_vop, sizeof(group_of_vop)*8, 32};
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | picture_mpeg4.c | 121 struct bit_stream struct 129 write_bit(struct bit_stream *writer, unsigned int bit) 137 write_bits(struct bit_stream *writer, unsigned int bits, unsigned int len) 148 struct bit_stream bs_vop = {vop, sizeof(vop)*8, 32}; 163 struct bit_stream bs_gvop = {group_of_vop, sizeof(group_of_vop)*8, 32};
|
Completed in 2 milliseconds