Home
last modified time | relevance | path

Searched defs:update_factor (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-vp9.c1585 static inline void merge_probs_variant_a(u8 *p, const u32 *c, u16 count_sat, u32 update_factor) in merge_probs_variant_a()
1591 static inline void merge_probs_variant_b(u8 *p, const u32 *c, u16 count_sat, u32 update_factor) in merge_probs_variant_b()
1662 static inline void adapt_probs_variant_a_coef(u8 *p, const u32 *c, u32 update_factor) in adapt_probs_variant_a_coef()
1667 static inline void adapt_probs_variant_b_coef(u8 *p, const u32 *c, u32 update_factor) in adapt_probs_variant_b_coef()
/openbmc/linux/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c1482 int update_factor, in adapt_coef_probs_cxt()
1556 int update_factor = cur_kf ? 112 : (prev_kf ? 128 : 112); in adapt_coef_probs() local