Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_aq_complexity.c23 #define DEFAULT_AQ2_SEG 3 // Neutral Q segment macro
61 memset(cpi->segmentation_map, DEFAULT_AQ2_SEG, cm->mi_rows * cm->mi_cols); in vp9_setup_in_frame_q_adj()
78 vp9_disable_segfeature(seg, DEFAULT_AQ2_SEG, SEG_LVL_ALT_Q); in vp9_setup_in_frame_q_adj()
84 if (segment == DEFAULT_AQ2_SEG) continue; in vp9_setup_in_frame_q_adj()
124 segment = DEFAULT_AQ2_SEG; in vp9_caq_select_segment()
/external/libaom/av1/encoder/
Daq_complexity.c23 #define DEFAULT_AQ2_SEG 3 // Neutral Q segment macro
85 memset(cpi->enc_seg.map, DEFAULT_AQ2_SEG, in av1_setup_in_frame_q_adj()
98 av1_disable_segfeature(seg, DEFAULT_AQ2_SEG, SEG_LVL_ALT_Q); in av1_setup_in_frame_q_adj()
104 if (segment == DEFAULT_AQ2_SEG) continue; in av1_setup_in_frame_q_adj()