Home
last modified time | relevance | path

Searched refs:pal_gb (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtiff.c1506 GetByteContext pal_gb[3]; in tiff_decode_tag() local
1512 pal_gb[0] = pal_gb[1] = pal_gb[2] = s->gb; in tiff_decode_tag()
1513 bytestream2_skip(&pal_gb[1], count / 3 * off); in tiff_decode_tag()
1514 bytestream2_skip(&pal_gb[2], count / 3 * off * 2); in tiff_decode_tag()
1524 p |= (ff_tget(&pal_gb[0], type, s->le) >> off) << 16; in tiff_decode_tag()
1525 p |= (ff_tget(&pal_gb[1], type, s->le) >> off) << 8; in tiff_decode_tag()
1526 p |= ff_tget(&pal_gb[2], type, s->le) >> off; in tiff_decode_tag()

Completed in 3 milliseconds