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

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 358 if (cpi->oxcf.fixed_q >= 0)
450 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
565 if (cpi->oxcf.fixed_q == -1)
603 /*if ( cpi->oxcf.fixed_q == -1)
    [all...]
onyx_if.c     [all...]
firstpass.c     [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 168 int fixed_q; member in struct:__anon10961
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 349 oxcf->fixed_q = -1;
429 printf("fixed_q: %d\n", oxcf->fixed_q);
    [all...]

Completed in 928 milliseconds