HomeSort by relevance Sort by last modified time
    Searched defs:next_iiratio (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vp8/encoder/
firstpass.c 138 //double next_iiratio;
151 next_iiratio = next_frame.intra_error / DOUBLE_DIVIDE_CHECK(next_frame.coded_error);
152 next_iiratio = ( next_iiratio < 1.0 ) ? 1.0 : (next_iiratio > 20.0) ? 20.0 : next_iiratio;
153 sum_iiratio += next_iiratio;
2199 double next_iiratio; local
    [all...]
onyx_int.h 556 unsigned int next_iiratio; member in struct:__anon8495

Completed in 168 milliseconds