Lines Matching defs:cache_index
148 int cache_index;
277 cache_index = -1;
281 cache_index = i;
286 if (cache_index >= 0) {
288 bytestream2_put_byte(pb, cache_index);
289 color_table_index = cache_index;
323 cache_index = -1;
329 cache_index = i;
334 if (cache_index >= 0) {
336 bytestream2_put_byte(pb, cache_index);
337 color_table_index = cache_index;
386 cache_index = -1;
396 cache_index = i;
401 if (cache_index >= 0) {
403 bytestream2_put_byte(pb, cache_index);
404 color_table_index = cache_index;