Searched defs:tot_var (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c792 uint64_t tot_var = *var_y; local
795 uint32_t tot_var = *var_y; local
814 tot_var += var;
841 *var_y = tot_var > UINT32_MAX ? UINT32_MAX : (uint32_t)tot_var;
844 *var_y = tot_var;

Completed in 175 milliseconds