Searched refs:min_gop_show_frame_count (Results 1 – 4 of 4) sorted by relevance
/external/libaom/av1/qmode_rc/ |
D | ratectrl_qmode.cc | 236 std::max(4, rc_param.min_gop_show_frame_count)) { in SetRcParam() 241 << rc_param.min_gop_show_frame_count << ")"; in SetRcParam() 531 int min_gop_show_frame_count, int max_gop_show_frame_count, in FindBetterGopCut() argument 541 const int min_shrink_int = std::max(MIN_SHRINK_LEN, min_gop_show_frame_count); in FindBetterGopCut() 553 min_gop_show_frame_count) { in FindBetterGopCut() 684 int min_gop_show_frame_count, int frame_interval, int still_interval, in DetectTransitionToStill() argument 689 if (frame_interval > min_gop_show_frame_count && loop_decay_rate >= 0.999 && in DetectTransitionToStill() 709 int flash_detected, int min_gop_show_frame_count, in DetectGopCut() argument 718 if (DetectTransitionToStill(stats_list, start_idx, min_gop_show_frame_count, in DetectGopCut() 728 if (candidate_gop_size >= min_gop_show_frame_count && in DetectGopCut() [all …]
|
D | ratectrl_qmode_interface.h | 42 int min_gop_show_frame_count; member
|
/external/libaom/test/ |
D | ducky_encode_test.cc | 120 rc_param.min_gop_show_frame_count = 4; in TEST()
|
D | ratectrl_qmode_test.cc | 234 rc_param_.min_gop_show_frame_count = 4; in RateControlQModeTest() 897 rc_param_.min_gop_show_frame_count = 2; in TEST_F() 906 rc_param_.min_gop_show_frame_count = 9; in TEST_F()
|