Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dratecontrol.c893 const int64_t last_var = in ff_rate_estimate_qscale() local
899 sqrt(last_var), in ff_rate_estimate_qscale()
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp1159 unsigned last_var = 0; in get_regs_for_copies() local
1162 if (reg_file[j] == 0 || reg_file[j] == last_var) in get_regs_for_copies()
1193 last_var = reg_file[j]; in get_regs_for_copies()
1295 unsigned last_var = 0; in get_reg_impl() local
1308 if (reg_file[j] == 0 || reg_file[j] == last_var) in get_reg_impl()
1332 last_var = reg_file[j]; in get_reg_impl()