search for: cb_search_update

Displaying 1 result from an estimated 1 matches for "cb_search_update".

2004 Aug 06
4
Speex test cases?
...ons I'm targeting, first is vq_nbest which consumes 40% of the time at high complexity and split_cb_search_shape_sign. Which consumes just over 30%. I've split out two functions from: cb_search_precompute_energy - loop at the comment: /* Pre-compute codewords response and energy */ cb_search_update target - loop at the comment: /* New code: update the rest of the target only if it's worth it */ These functions represent 1/2 of the compute time at complexity 10 and 4/5 at complexity 4. The next hot functions at low complexity are: qmf_decomp, fir_mem_up and pitch_gain_search_3tap...