Searched defs:vp9_prob (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_prob.h25 typedef uint8_t vp9_prob; typedef
29 #define vp9_prob_half ((vp9_prob) 128)
46 static INLINE vp9_prob clip_prob(int p) {
54 static INLINE vp9_prob get_prob(int num, int den) {
58 static INLINE vp9_prob get_prob(int num, int den) {
63 static INLINE vp9_prob get_binary_prob(int n0, int n1) {
68 static INLINE vp9_prob weighted_prob(int prob1, int prob2, int factor) {
72 static INLINE vp9_prob merge_probs(vp9_prob pre_prob,
76 const vp9_prob pro
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_prob.h25 typedef uint8_t vp9_prob; typedef
29 #define vp9_prob_half ((vp9_prob) 128)
46 static INLINE vp9_prob clip_prob(int p) {
54 static INLINE vp9_prob get_prob(int num, int den) {
58 static INLINE vp9_prob get_prob(int num, int den) {
63 static INLINE vp9_prob get_binary_prob(int n0, int n1) {
68 static INLINE vp9_prob weighted_prob(int prob1, int prob2, int factor) {
72 static INLINE vp9_prob merge_probs(vp9_prob pre_prob,
76 const vp9_prob pro
[all...]

Completed in 107 milliseconds