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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.h 26 #define RDDIV_BITS 7
  /external/libaom/libaom/av1/encoder/
rd.h 27 #define RDDIV_BITS 7
32 ((D) * (1 << RDDIV_BITS)))
36 ((double)(D) * (1 << RDDIV_BITS)))

Completed in 85 milliseconds