Lines Matching refs:GetByteContext
31 GetByteContext gb;
32 GetByteContext g2;
178 static int read_bits2(Bits8 *bits, GetByteContext *gb) in read_bits2()
193 static void fill_bits32(Bits32 *bits, GetByteContext *gb) in fill_bits32()
199 static int read_bits32(Bits32 *bits, GetByteContext *gb, int nbits) in read_bits32()
213 static void lz_copy(PutByteContext *pb, GetByteContext *g2, int offset, unsigned len) in lz_copy()
245 GetByteContext *gb = &gdv->gb; in decompress_2()
246 GetByteContext *g2 = &gdv->g2; in decompress_2()
287 GetByteContext *gb = &gdv->gb; in decompress_5()
288 GetByteContext *g2 = &gdv->g2; in decompress_5()
334 GetByteContext *gb = &gdv->gb; in decompress_68()
335 GetByteContext *g2 = &gdv->g2; in decompress_68()
461 GetByteContext *gb = &gdv->gb; in gdv_decode_frame()