Home
last modified time | relevance | path

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

/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/codec/
H A Dcoeff.c45 alloc_uniform_coeff_model (rpf_t *rpf, rpf_t *dc_rpf,
65 default_alloc (rpf_t *rpf, rpf_t *dc_rpf,
73 alloc_aac_coeff_model (rpf_t *rpf, rpf_t *dc_rpf,
97 coeff_t *(*function) (rpf_t *rpf, rpf_t *dc_rpf,
145 alloc_uniform_coeff_model (rpf_t *rpf, rpf_t *dc_rpf, in alloc_uniform_coeff_model() argument
196 alloc_aac_coeff_model (rpf_t *rpf, rpf_t *dc_rpf, in alloc_aac_coeff_model() argument
225 + (1 << (1 + coeff->dc_rpf->mantissa_bits)) in aac_bits()
251 + (1 << (1 + coeff->dc_rpf->mantissa_bits)) in aac_update()
290 + (1 << (1 + coeff->dc_rpf->mantissa_bits)); in aac_model_alloc()
332 default_alloc (rpf_t *rpf, rpf_t *dc_rpf, in default_alloc() argument
[all …]
H A Dcoeff.h27 rpf_t *dc_rpf; /* RPF of DC (state 0) component */ member
57 alloc_coeff_model (const char *coeff_model_name, rpf_t *rpf, rpf_t *dc_rpf,
H A Dwfa.h97 rpf_t *dc_rpf; /* DC reduced precision format */ member
H A Dapprox.c174 tmp_mp.indices [i] ? coeff->rpf : coeff->dc_rpf; in approximate_range()
483 ? coeff->rpf : coeff->dc_rpf; in matching_pursuit()
H A Dprediction.c385 real_t w = btor (rtob (x / y, c->coeff->dc_rpf), c->coeff->dc_rpf); in nd_prediction()
H A Dcoder.c342 wi->dc_rpf in alloc_coder()
523 wfa->wfainfo->dc_rpf, in frame_coder()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/output/
H A Dwrite.c175 if (wi->rpf->mantissa_bits != wi->dc_rpf->mantissa_bits || in write_header()
176 wi->rpf->range != wi->dc_rpf->range) in write_header()
179 put_bits (output, wi->dc_rpf->mantissa_bits - 2, 3); in write_header()
180 put_bits (output, wi->dc_rpf->range_e, 2); in write_header()
193 if (wi->dc_rpf->mantissa_bits != wi->d_dc_rpf->mantissa_bits || in write_header()
194 wi->dc_rpf->range != wi->d_dc_rpf->range) in write_header()
H A Dnd.c222 wfa->wfainfo->dc_rpf); in encode_nd_coefficients()
230 unsigned c_symbols = 1 << (wfa->wfainfo->dc_rpf->mantissa_bits + 1); in encode_nd_coefficients()
H A Dweights.c167 wfa->wfainfo->dc_rpf); in write_weights()
179 c_symbols [0] = 1 << (wfa->wfainfo->dc_rpf->mantissa_bits + 1); in write_weights()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/input/
H A Dread.c184 wi->dc_rpf = alloc_rpf (mantissa, range); in open_wfa()
187 wi->dc_rpf = alloc_rpf (wi->rpf->mantissa_bits, in open_wfa()
207 wi->d_dc_rpf = alloc_rpf (wi->dc_rpf->mantissa_bits, in open_wfa()
208 wi->dc_rpf->range_e); in open_wfa()
H A Dnd.c213 unsigned c_symbols = 1 << (wfa->wfainfo->dc_rpf->mantissa_bits + 1); in decode_nd_coefficients()
231 wfa->wfainfo->dc_rpf); in decode_nd_coefficients()
H A Dweights.c151 c_symbols [0] = 1 << (wfa->wfainfo->dc_rpf->mantissa_bits + 1); in read_weights()
195 = btor (*wptr++, wfa->wfainfo->dc_rpf); in read_weights()