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

  /external/libvpx/libvpx/vp9/common/
vp9_prob.h 54 static INLINE vp9_prob get_binary_prob(int n0, int n1) { function
67 const vp9_prob prob = get_binary_prob(ct[0], ct[1]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_prob.h 63 static INLINE vp9_prob get_binary_prob(int n0, int n1) { function
76 const vp9_prob prob = get_binary_prob(ct[0], ct[1]);

Completed in 287 milliseconds