Searched defs:use_dc_pred (Results 1 – 5 of 5) sorted by relevance
21 int vp8_encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred) in vp8_encode_intra()
106 MACROBLOCK *x, int use_dc_pred ) in alt_activity_measure()123 int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row); in mb_activity_measure() local
602 int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row); in vp8_first_pass() local
582 const int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row); in vp9_first_pass() local
619 static unsigned int alt_activity_measure(MACROBLOCK *x, int use_dc_pred) { in alt_activity_measure()630 const int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row); in mb_activity_measure() local