Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.h24 #define CR_SEGMENT_ID_BASE 0 macro
137 return CR_SEGMENT_ID_BASE; in cyclic_refresh_segment_id()
Dvp9_aq_cyclicrefresh.c102 return CR_SEGMENT_ID_BASE; in candidate_refresh_aq()
214 mbmi->segment_id = CR_SEGMENT_ID_BASE; in vp9_cyclic_refresh_update_segment()
403 memset(seg_map, CR_SEGMENT_ID_BASE, cm->mi_rows * cm->mi_cols); in cyclic_refresh_update_map()
562 vp9_disable_segfeature(seg, CR_SEGMENT_ID_BASE, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup()
Dvp9_encodeframe.c677 int segment_id = CR_SEGMENT_ID_BASE; in choose_partitioning()
773 if (segment_id == CR_SEGMENT_ID_BASE && in choose_partitioning()
Dvp9_encoder.c132 assert(AM_SEGMENT_ID_ACTIVE == CR_SEGMENT_ID_BASE); in apply_active_map()