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

  /external/libvpx/libvpx/vp9/encoder/
vp9_vaq.c 99 qindex_delta = vp9_compute_qdelta(cpi, base_q, base_q * Q_RATIO(i));
vp9_onyx_int.h 704 int vp9_compute_qdelta(VP9_COMP *cpi, double qstart, double qtarget);
vp9_onyx_if.c 326 int vp9_compute_qdelta(VP9_COMP *cpi, double qstart, double qtarget) { function
390 qi_delta = vp9_compute_qdelta(cpi, cpi->avg_q, (cpi->avg_q * 0.875));
411 qi_delta = vp9_compute_qdelta(cpi, cpi->avg_q,
    [all...]

Completed in 3170 milliseconds