Home
last modified time | relevance | path

Searched refs:cyclic_refresh_segment_id (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.h78 static INLINE int cyclic_refresh_segment_id(int segment_id) { in cyclic_refresh_segment_id() function
Daq_cyclicrefresh.c261 if (cyclic_refresh_segment_id(seg_map[mi_row * cm->mi_cols + mi_col]) == in av1_cyclic_refresh_postencode()
264 else if (cyclic_refresh_segment_id( in av1_cyclic_refresh_postencode()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.h135 static INLINE int cyclic_refresh_segment_id(int segment_id) { in cyclic_refresh_segment_id() function
Dvp9_aq_cyclicrefresh.c274 if (cyclic_refresh_segment_id(seg_map[map_index]) == CR_SEGMENT_ID_BOOST1) in vp9_cyclic_refresh_postencode()
276 else if (cyclic_refresh_segment_id(seg_map[map_index]) == in vp9_cyclic_refresh_postencode()