Home | History | Annotate | Download | only in encoder

Lines Matching refs:threshold

2215     // Set starting values of RD threshold multipliers (128 = *1)
3681 // Reset the RD threshold multipliers to default of * 1 (128)
5348 int vp8_set_roimap(VP8_PTR comp, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4])
5380 cpi->segment_encode_breakout[0] = threshold[0];
5381 cpi->segment_encode_breakout[1] = threshold[1];
5382 cpi->segment_encode_breakout[2] = threshold[2];
5383 cpi->segment_encode_breakout[3] = threshold[3];