Lines Matching refs:GetByteContext
37 GetByteContext gbc;
291 GetByteContext *gbc = &ctx->gbc; in dxv_decompress_dxt1()
343 static int fill_ltable(GetByteContext *gb, uint32_t *table, int *nb_elements) in fill_ltable()
428 static int get_opcodes(GetByteContext *gb, uint32_t *table, uint8_t *dst, int op_size, int nb_eleme… in get_opcodes()
470 static int dxv_decompress_opcodes(GetByteContext *gb, void *dstp, size_t op_size) in dxv_decompress_opcodes()
495 static int dxv_decompress_cgo(DXVContext *ctx, GetByteContext *gb, in dxv_decompress_cgo()
735 static int dxv_decompress_cocg(DXVContext *ctx, GetByteContext *gb, in dxv_decompress_cocg()
791 static int dxv_decompress_yo(DXVContext *ctx, GetByteContext *gb, in dxv_decompress_yo()
836 GetByteContext *gb = &ctx->gbc; in dxv_decompress_ycg6()
852 GetByteContext *gb = &ctx->gbc; in dxv_decompress_yg10()
869 GetByteContext *gbc = &ctx->gbc; in dxv_decompress_dxt5()
1032 GetByteContext *gbc = &ctx->gbc; in dxv_decompress_raw()
1046 GetByteContext *gbc = &ctx->gbc; in dxv_decode()