Home
last modified time | relevance | path

Searched refs:CR_SEGMENT_ID_BOOST1 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.h25 #define CR_SEGMENT_ID_BOOST1 1 macro
127 return segment_id == CR_SEGMENT_ID_BOOST1 || in cyclic_refresh_segment_id_boosted()
132 if (segment_id == CR_SEGMENT_ID_BOOST1) in cyclic_refresh_segment_id()
133 return CR_SEGMENT_ID_BOOST1; in cyclic_refresh_segment_id()
Dvp9_aq_cyclicrefresh.c111 return CR_SEGMENT_ID_BOOST1; in candidate_refresh_aq()
296 seg_map[mi_row * cm->mi_cols + mi_col]) == CR_SEGMENT_ID_BOOST1) in vp9_cyclic_refresh_postencode()
420 : vp9_get_qindex(&cm->seg, CR_SEGMENT_ID_BOOST1, cm->base_qindex); in cyclic_refresh_update_map()
459 seg_map[bl_index + y * cm->mi_cols + x] = CR_SEGMENT_ID_BOOST1; in cyclic_refresh_update_map()
564 vp9_enable_segfeature(seg, CR_SEGMENT_ID_BOOST1, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup()
577 vp9_set_segdata(seg, CR_SEGMENT_ID_BOOST1, SEG_LVL_ALT_Q, qindex_delta); in vp9_cyclic_refresh_setup()