Lines Matching refs:threshold
1997 /* Set starting values of RD threshold multipliers (128 = *1) */
3397 * is above a threshold
3468 /* Reset the RD threshold multipliers to default of * 1 (128) */
5470 int vp8_set_roimap(VP8_COMP *cpi, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4])
5525 cpi->segment_encode_breakout[0] = threshold[0];
5526 cpi->segment_encode_breakout[1] = threshold[1];
5527 cpi->segment_encode_breakout[2] = threshold[2];
5528 cpi->segment_encode_breakout[3] = threshold[3];