HomeSort by relevance Sort by last modified time
    Searched refs:tot_var (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/ops/
image_ops_test.py     [all...]
image_ops_impl.py     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 792 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;
    [all...]

Completed in 154 milliseconds