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

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 302 if (cpi->oxcf.fixed_q >= 0) {
383 (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
500 if (cpi->oxcf.fixed_q == -1) {
531 /*if ( cpi->oxcf.fixed_q == -1)
    [all...]
onyx_if.c     [all...]
firstpass.c     [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 171 int fixed_q; member in struct:__anon26124
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 191 int fixed_q; member in struct:VP9EncoderConfig
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 325 oxcf->fixed_q = -1;
406 printf("fixed_q: %d\n", oxcf->fixed_q);
    [all...]