Searched refs:vp9_set_quantizer (Results 1 – 4 of 4) sorted by relevance
62 void vp9_set_quantizer(struct VP9Common *cm, int q);
405 void vp9_set_quantizer(VP9_COMMON *cm, int q) { in vp9_set_quantizer() function
1702 vp9_set_quantizer(cm, q); in encode_without_recode_loop()1746 vp9_set_quantizer(cm, q); in encode_with_recode_loop()
445 vp9_set_quantizer(cm, find_fp_qindex()); in vp9_first_pass()