Home
last modified time | relevance | path

Searched refs:cost_get_here (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daaccoder_trellis.h84 float cost_get_here = next_minbits + run_bits + 4; in codebook_trellis_rate() local
88 if (cost_get_here < cost_stay_here) { in codebook_trellis_rate()
90 path[swb+1][0].cost = cost_get_here; in codebook_trellis_rate()
117 float cost_stay_here, cost_get_here; in codebook_trellis_rate() local
133 cost_get_here = minbits + bits + run_bits + 4; in codebook_trellis_rate()
137 if (cost_get_here < cost_stay_here) { in codebook_trellis_rate()
139 path[swb+1][cb].cost = cost_get_here; in codebook_trellis_rate()
Daaccoder.c112 float cost_stay_here, cost_get_here; in encode_window_bands_info() local
129 cost_get_here = minrd + rd + run_bits + 4; in encode_window_bands_info()
133 if (cost_get_here < cost_stay_here) { in encode_window_bands_info()
135 path[swb+1][cb].cost = cost_get_here; in encode_window_bands_info()