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 135 //double next_iiratio;
148 next_iiratio = next_frame.intra_error / DOUBLE_DIVIDE_CHECK(next_frame.coded_error);
149 next_iiratio = ( next_iiratio < 1.0 ) ? 1.0 : (next_iiratio > 20.0) ? 20.0 : next_iiratio;
150 sum_iiratio += next_iiratio;
1990 double next_iiratio; local
    [all...]
onyx_int.h 534 unsigned int next_iiratio; member in struct:__anon5299
rdopt.c 255 if (cpi->next_iiratio > 31)
258 cpi->RDMULT += (cpi->RDMULT * rd_iifactor[cpi->next_iiratio]) >> 4;
    [all...]
onyx_if.c     [all...]

Completed in 36 milliseconds