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

  /external/libvpx/vp8/encoder/
ratectrl.c 337 if (cpi->oxcf.fixed_q >= 0)
375 /*if ( cpi->oxcf.fixed_q == -1)
402 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
517 if (cpi->oxcf.fixed_q == -1)
555 /*if ( cpi->oxcf.fixed_q == -1)
584 Q = (cpi->oxcf.fixed_q >= 0) ? cpi->oxcf.fixed_q : cpi->avg_frame_qindex;
618 /*if ( cpi->oxcf.fixed_q == -1)
627 if (cpi->oxcf.fixed_q >= 0
    [all...]
parms.cpp 38 DOTHIS(O, fixed_q )\
onyx_if.c     [all...]
firstpass.c     [all...]
  /external/libvpx/vp8/common/
onyx.h 149 int fixed_q; member in struct:__anon5086
  /external/libvpx/vp8/
vp8_cx_iface.c 303 oxcf->fixed_q = -1;
354 printf("fixed_q: %d\n", oxcf->fixed_q);
    [all...]

Completed in 919 milliseconds