Searched defs:target_rate (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/ |
D | qm_select_unittest.cc | 108 int target_rate[] = {800, 800, 800}; in TEST_F() local 138 int target_rate[] = {50, 50, 50}; in TEST_F() local 238 int target_rate[] = {300, 300, 300}; in TEST_F() local 277 int target_rate[] = {300, 300, 300}; in TEST_F() local 321 int target_rate[] = {300, 300, 300}; in TEST_F() local 365 int target_rate[] = {350, 350, 350}; in TEST_F() local 403 int target_rate[] = {10, 10, 10}; in TEST_F() local 433 int target_rate[] = {10, 10, 10}; in TEST_F() local 465 int target_rate[] = {50, 50, 50}; variable 519 int target_rate[] = {50, 50, 50}; variable [all …]
|
D | video_sender.cc | 187 uint32_t target_rate = in SetChannelParameters() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_complexity.c | 128 const int target_rate = in vp9_caq_select_segment() local
|
D | vp9_firstpass.c | 1539 const int target_rate = in get_twopass_worst_quality() local 3137 int target_rate; in vp9_rc_get_second_pass_params() local
|
D | vp9_ratectrl.c | 1624 int target_rate = cpi->twopass.gf_group.bit_allocation[idx]; in vp9_estimate_qp_gop() local 2481 int target_rate = rc->base_frame_target; in vp9_set_target_rate() local
|
D | vp9_encoder.c | 2497 const double target_rate = (double)cpi->oxcf.target_bandwidth / 1000; in vp9_remove_compressor() local
|
/external/libaom/libaom/av1/encoder/ |
D | aq_complexity.c | 139 const int target_rate = (int)(num / denom); in av1_caq_select_segment() local
|
D | pass2_strategy.c | 1504 int target_rate; in av1_get_second_pass_params() local
|
D | ratectrl.c | 1872 int target_rate = rc->base_frame_target; in av1_set_target_rate() local
|
D | encoder.c | 3011 const double target_rate = (double)cpi->oxcf.target_bandwidth / 1000; in av1_remove_compressor() local
|
/external/u-boot/arch/arm/mach-exynos/ |
D | clock.c | 1396 unsigned int target_rate, unsigned int *best_fine_scalar) in clock_calc_best_scalar()
|