Home
last modified time | relevance | path

Searched refs:RGBIndex (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsga.c77 for (int RGBIndex = 0; RGBIndex < 3; RGBIndex++) { in decode_palette() local
79 unsigned color = get_bits1(&gbit) << RGBIndex; in decode_palette()
84 for (int RGBIndex = 0; RGBIndex < 3; RGBIndex++) { in decode_palette() local
86 unsigned color = get_bits1(&gbit) << RGBIndex; in decode_palette()
91 for (int RGBIndex = 0; RGBIndex < 3; RGBIndex++) { in decode_palette() local
93 unsigned color = get_bits1(&gbit) << RGBIndex; in decode_palette()