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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbink.c120 Tree col_high[16]; ///< trees for decoding high nibble in "colours" data type member in struct:BinkContext
280 read_tree(gb, &c->col_high[i]);
428 c->col_lastval = GET_HUFF(gb, c->col_high[c->col_lastval]);
440 c->col_lastval = GET_HUFF(gb, c->col_high[c->col_lastval]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbink.c126 Tree col_high[16]; ///< trees for decoding high nibble in "colours" data type member in struct:BinkContext
291 read_tree(gb, &c->col_high[i]);
439 c->col_lastval = GET_HUFF(gb, c->col_high[c->col_lastval]);
451 c->col_lastval = GET_HUFF(gb, c->col_high[c->col_lastval]);

Completed in 103 milliseconds