Home
last modified time | relevance | path

Searched refs:av1_get_spatial_seg_pred (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/
H A Dpred_common.h48 static inline uint8_t av1_get_spatial_seg_pred(const AV1_COMMON *const cm, in av1_get_spatial_seg_pred() function
/aosp_15_r20/external/libaom/av1/encoder/
H A Daq_cyclicrefresh.c170 av1_get_spatial_seg_pred(cm, xd, &cdf_num, cr->skip_over4x4); in av1_cyclic_reset_segment_skip()
H A Dencodeframe_utils.c243 const uint8_t spatial_pred = av1_get_spatial_seg_pred( in av1_update_state()
H A Dbitstream.c467 const uint8_t pred = av1_get_spatial_seg_pred( in write_segment_id()
/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodemv.c282 const uint8_t pred = av1_get_spatial_seg_pred(cm, xd, &cdf_num, 0); in read_segment_id()