Lines Matching refs:tmpbuf

563  * @param[out] tmpbuf                    The quantized weights for plane 1.
575 compression_working_buffers& tmpbuf,
593 endpoints_and_weights& ei = tmpbuf.ei1;
597 float* dec_weights_ideal = tmpbuf.dec_weights_ideal;
598 uint8_t* dec_weights_uquant = tmpbuf.dec_weights_uquant;
635 privateProfile, only_always, bsd, dec_weights_ideal, max_weight_quant, tmpbuf);
637 float* weight_low_value = tmpbuf.weight_low_value1;
638 float* weight_high_value = tmpbuf.weight_high_value1;
639 int8_t* qwt_bitcounts = tmpbuf.qwt_bitcounts;
640 float* qwt_errors = tmpbuf.qwt_errors;
713 color_quant_level, color_quant_level_mod, tmpbuf);
935 * @param[out] tmpbuf The quantized weights for plane 1.
945 compression_working_buffers& tmpbuf,
955 endpoints_and_weights& ei1 = tmpbuf.ei1;
956 endpoints_and_weights& ei2 = tmpbuf.ei2;
961 float* dec_weights_ideal = tmpbuf.dec_weights_ideal;
962 uint8_t* dec_weights_uquant = tmpbuf.dec_weights_uquant;
1011 privateProfile, bsd, dec_weights_ideal, max_weight_quant, tmpbuf);
1018 float* weight_low_value1 = tmpbuf.weight_low_value1;
1019 float* weight_high_value1 = tmpbuf.weight_high_value1;
1020 float* weight_low_value2 = tmpbuf.weight_low_value2;
1021 float* weight_high_value2 = tmpbuf.weight_high_value2;
1023 int8_t* qwt_bitcounts = tmpbuf.qwt_bitcounts;
1024 float* qwt_errors = tmpbuf.qwt_errors;
1102 color_quant_level, color_quant_level_mod, tmpbuf);
1392 compression_working_buffers& tmpbuf,
1396 compression_working_buffers& tmpbuf
1594 1, 0, scb, tmpbuf, QUANT_32);
1648 i, scb, tmpbuf, quant_limit);
1692 scb, tmpbuf, quant_limit);