Home | History | Annotate | Download | only in encoder

Lines Matching refs:bit_depth

475 static int find_fp_qindex(vpx_bit_depth_t bit_depth) {
479 if (vp9_convert_qindex_to_q(i, bit_depth) >= FIRST_PASS_Q) break;
503 switch (cm->bit_depth) {
509 "cm->bit_depth should be VPX_BITS_8, "
529 switch (cm->bit_depth) {
535 "cm->bit_depth should be VPX_BITS_8, "
550 switch (cm->bit_depth) {
556 "cm->bit_depth should be VPX_BITS_8, "
1002 switch (cm->bit_depth) {
1008 "cm->bit_depth should be VPX_BITS_8, "
1398 vp9_set_quantizer(cm, find_fp_qindex(cm->bit_depth));
1650 cpi->common.bit_depth);
1956 cpi->rc.avg_frame_qindex[INTER_FRAME], cpi->common.bit_depth);
1982 cpi->rc.avg_frame_qindex[INTER_FRAME], cpi->common.bit_depth);
2467 cpi->common.bit_depth));
2469 cpi->common.bit_depth));
3214 rc->avg_q = vp9_convert_qindex_to_q(tmp_q, cm->bit_depth);