HomeSort by relevance Sort by last modified time
    Searched refs:next_iiratio (Results 1 - 4 of 4) 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
rdopt.c 240 if (cpi->next_iiratio > 31)
243 cpi->RDMULT += (cpi->RDMULT * rd_iifactor[cpi->next_iiratio]) >> 4;
    [all...]
onyx_if.c     [all...]

Completed in 58 milliseconds