Searched defs:get_gf_active_quality (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c600 static int get_gf_active_quality(const RATE_CONTROL *const rc, int q, function
745 active_best_quality = get_gf_active_quality(rc, q, cm->bit_depth);
882 active_best_quality = get_gf_active_quality(rc, q, cm->bit_depth);
891 active_best_quality = get_gf_active_quality(rc, q, cm->bit_depth);
894 active_best_quality = get_gf_active_quality(rc, q, cm->bit_depth);
1068 active_best_quality = get_gf_active_quality(rc, q, cm->bit_depth);
1077 active_best_quality = get_gf_active_quality(rc, q, cm->bit_depth);
1085 active_best_quality = get_gf_active_quality(rc, q, cm->bit_depth);

Completed in 57 milliseconds