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

/external/webp/src/dec/
H A Dvp8l_dec.c1220 uint32_t* const new_color_map = local
1222 sizeof(*new_color_map));
1223 if (new_color_map == NULL) {
1227 uint8_t* const new_data = (uint8_t*)new_color_map;
1228 new_color_map[0] = transform->data_[0];
1237 transform->data_ = new_color_map;
/external/libjpeg-turbo/
H A Djpegint.h270 void (*new_color_map) (j_decompress_ptr cinfo); member in struct:jpeg_color_quantizer
H A Djdmaster.c710 (*cinfo->cquantize->new_color_map) (cinfo);
H A Djquant1.c832 cquantize->pub.new_color_map = new_color_map_1_quant;
H A Djquant2.c1225 cquantize->pub.new_color_map = new_color_map_2_quant;

Completed in 778 milliseconds