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 125 //double next_iiratio;
138 next_iiratio = next_frame.intra_error / DOUBLE_DIVIDE_CHECK(next_frame.coded_error);
139 next_iiratio = ( next_iiratio < 1.0 ) ? 1.0 : (next_iiratio > 20.0) ? 20.0 : next_iiratio;
140 sum_iiratio += next_iiratio;
2041 double next_iiratio; local
    [all...]
onyx_int.h 542 unsigned int next_iiratio; member in struct:__anon5136
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 111 milliseconds