Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daaccoder_trellis.h83 float cost_stay_here = path[swb][0].cost; in codebook_trellis_rate() local
87 cost_stay_here += run_bits; in codebook_trellis_rate()
88 if (cost_get_here < cost_stay_here) { in codebook_trellis_rate()
94 path[swb+1][0].cost = cost_stay_here; in codebook_trellis_rate()
117 float cost_stay_here, cost_get_here; in codebook_trellis_rate() local
132 cost_stay_here = path[swb][cb].cost + bits; in codebook_trellis_rate()
136 cost_stay_here += run_bits; in codebook_trellis_rate()
137 if (cost_get_here < cost_stay_here) { in codebook_trellis_rate()
143 path[swb+1][cb].cost = cost_stay_here; in codebook_trellis_rate()
H A Daaccoder.c112 float cost_stay_here, cost_get_here; in encode_window_bands_info() local
128 cost_stay_here = path[swb][cb].cost + rd; in encode_window_bands_info()
132 cost_stay_here += run_bits; in encode_window_bands_info()
133 if (cost_get_here < cost_stay_here) { in encode_window_bands_info()
139 path[swb+1][cb].cost = cost_stay_here; in encode_window_bands_info()

Completed in 3 milliseconds