Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.h23 #define CR_SEGMENT_ID_BASE 0 macro
125 return CR_SEGMENT_ID_BASE; in cyclic_refresh_segment_id()
Daq_cyclicrefresh.c69 return CR_SEGMENT_ID_BASE; in candidate_refresh_aq()
179 if (skip) mbmi->segment_id = CR_SEGMENT_ID_BASE; in av1_cyclic_refresh_update_segment()
269 memset(seg_map, CR_SEGMENT_ID_BASE, mi_params->mi_rows * mi_params->mi_cols); in cyclic_refresh_update_map()
458 av1_disable_segfeature(seg, CR_SEGMENT_ID_BASE, SEG_LVL_ALT_Q); in av1_cyclic_refresh_setup()
Dencoder.c417 assert(AM_SEGMENT_ID_ACTIVE == CR_SEGMENT_ID_BASE); in apply_active_map()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.h25 #define CR_SEGMENT_ID_BASE 0 macro
137 return CR_SEGMENT_ID_BASE; in cyclic_refresh_segment_id()
Dvp9_aq_cyclicrefresh.c78 return CR_SEGMENT_ID_BASE; in candidate_refresh_aq()
194 if (skip) mi->segment_id = CR_SEGMENT_ID_BASE; in vp9_cyclic_refresh_update_segment()
371 memset(seg_map, CR_SEGMENT_ID_BASE, cm->mi_rows * cm->mi_cols); in cyclic_refresh_update_map()
635 vp9_disable_segfeature(seg, CR_SEGMENT_ID_BASE, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup()
Dvp9_encodeframe.c990 !cpi->resize_pending && segment_id == CR_SEGMENT_ID_BASE && in copy_partitioning()
991 cpi->prev_segment_id[sb_offset] == CR_SEGMENT_ID_BASE && in copy_partitioning()
1534 if (segment_id == CR_SEGMENT_ID_BASE && y_sad < cpi->vbp_threshold_sad) { in choose_partitioning()
Dvp9_encoder.c548 assert(AM_SEGMENT_ID_ACTIVE == CR_SEGMENT_ID_BASE); in apply_active_map()