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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_reader.h 47 static int vp9_read(vp9_reader *r, int prob) { function
85 return vp9_read(r, 128); // vp9_prob_half
101 while ((i = tree[i + vp9_read(r, probs[i >> 1])]) > 0)
  /external/libvpx/libvpx/vp9/decoder/
vp9_reader.h 55 static INLINE int vp9_read(vp9_reader *r, int prob) { function
93 return vp9_read(r, 128); // vp9_prob_half
109 while ((i = tree[i + vp9_read(r, probs[i >> 1])]) > 0)

Completed in 63 milliseconds