Searched refs:cost_get_here (Results 1 – 2 of 2) sorted by relevance
84 float cost_get_here = next_minbits + run_bits + 4; in codebook_trellis_rate() local88 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() local133 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()
112 float cost_stay_here, cost_get_here; in encode_window_bands_info() local129 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()