Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dnellymoserenc.c213 float power_candidate; in get_exponent_greedy() local
221 power_candidate = cand[band] - power_idx; in get_exponent_greedy()
222 find_best(power_candidate, ff_nelly_delta_table, sf_delta_lut, 37, 78); in get_exponent_greedy()
238 float power_candidate, best_val; in get_exponent_dynamic() local
256 power_candidate = cand[band]; in get_exponent_dynamic()
268 tmp = opt[band - 1][i] + distance(idx, power_candidate, band); in get_exponent_dynamic()

Completed in 1 milliseconds