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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 428 const int one_q10 = 1 << 10; local
430 const int b_q10 = one_q10 - a_q10;
439 const int one_q10 = 1 << 10; local
445 const int b_q10 = one_q10 - a_q10;
  /external/libaom/libaom/av1/encoder/
rd.c 662 const int one_q10 = 1 << 10; local
664 const int b_q10 = one_q10 - a_q10;
    [all...]

Completed in 184 milliseconds