HomeSort by relevance Sort by last modified time
    Searched defs:new_q (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/testing/gtest/samples/
sample3_unittest.cc 99 const Queue<int> * const new_q = q->Map(Double); local
102 ASSERT_EQ(q->Size(), new_q->Size());
105 for ( const QueueNode<int> * n1 = q->Head(), * n2 = new_q->Head();
110 delete new_q;
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 757 double new_q; local
761 new_q = current_q * (1.0 - (0.2 * (cpi->max_arf_level - level)));
763 vp9_compute_qdelta(rc, current_q, new_q);
940 double new_q; local
    [all...]

Completed in 325 milliseconds