Searched refs:gb2 (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | smacker.c | 379 GetByteContext gb2; in decode_frame() local 394 bytestream2_init(&gb2, avpkt->data, avpkt->size); in decode_frame() 395 flags = bytestream2_get_byteu(&gb2); in decode_frame() 404 *pal++ = 0xFFU << 24 | bytestream2_get_be24u(&gb2); in decode_frame()
|
D | sga.c | 411 GetByteContext gb2; in sga_decode_frame() local 416 bytestream2_init(&gb2, gb->buffer, size); in sga_decode_frame() 417 ret = lzss_decompress(avctx, &gb2, s->uncompressed + offset, in sga_decode_frame()
|
D | hqx.c | 106 GetBitContext gb2 = *gb; in hqx_get_ac() local 107 skip_bits(&gb2, ac->lut_bits); in hqx_get_ac() 108 val = ac->lut[val].lev + show_bits(&gb2, ac->extra_bits); in hqx_get_ac()
|
D | mpc8.c | 187 GetBitContext gb2, *gb = &gb2; in mpc8_decode_frame() local
|
D | dxtory.c | 435 GetBitContext gb2; in dxtory_decode_v2() local 474 if ((ret = init_get_bits8(&gb2, src + off + 16, slice_size - 16)) < 0) in dxtory_decode_v2() 477 line += decode_slice(&gb2, pic, line, avctx->height - line, lru); in dxtory_decode_v2()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | nccbtst.c | 1665 static const uint8_t gb2[]={ in TestSub() local 1670 if(!testConvertToUnicode(gb2, UPRV_LENGTHOF(gb2), u2, UPRV_LENGTHOF(u2), "gb18030", in TestSub()
|