Home
last modified time | relevance | path

Searched defs:update_cdf (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libdav1d/src/x86/
H A Dmsac.asm68 .update_cdf: resd 1 label
/aosp_15_r20/external/libaom/aom_dsp/
H A Dprob.h110 static inline void update_cdf(aom_cdf_prob *cdf, int8_t val, int nsymbs) { in update_cdf() function
/aosp_15_r20/external/libaom/av1/encoder/
H A Dencodeframe.c1182 const int update_cdf = tile_data->allow_update_cdf && row_mt_enabled; in encode_sb_row() local