Searched refs:fixed_q (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dratectrl.c340 if (cpi->oxcf.fixed_q >= 0)
378 /*if ( cpi->oxcf.fixed_q == -1)
405 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
520 if (cpi->oxcf.fixed_q == -1)
558 /*if ( cpi->oxcf.fixed_q == -1)
587 Q = (cpi->oxcf.fixed_q >= 0) ? cpi->oxcf.fixed_q : cpi->avg_frame_qindex;
621 /*if ( cpi->oxcf.fixed_q == -1)
630 if (cpi->oxcf.fixed_q >
[all...]
H A Dparms.cpp38 DOTHIS(O, fixed_q )\
H A Donyx_if.c1596 if (oxcf->fixed_q >= 0)
1599 cpi->oxcf.fixed_q = q_trans[0];
1601 cpi->oxcf.fixed_q = q_trans[oxcf->worst_allowed_q];
1645 if (cpi->oxcf.fixed_q > MAXQ)
1646 cpi->oxcf.fixed_q = MAXQ;
1759 if (cpi->oxcf.fixed_q >= 0)
1761 cpi->last_q[0] = cpi->oxcf.fixed_q;
1762 cpi->last_q[1] = cpi->oxcf.fixed_q;
2907 if (cpi->oxcf.fixed_q >= 0 &&
H A Dfirstpass.c1582 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
1735 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
/external/libvpx/vp8/common/
H A Donyx.h151 int fixed_q; member in struct:__anon8200
/external/libvpx/vp8/
H A Dvp8_cx_iface.c316 oxcf->fixed_q = -1;
368 printf("fixed_q: %d\n", oxcf->fixed_q);

Completed in 113 milliseconds