Home
last modified time | relevance | path

Searched refs:input_stats (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c118 static int input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps) in input_stats() function
1376 while (input_stats(cpi, &this_frame) != EOF) in vp8_init_second_pass()
1398 while (input_stats(cpi, &this_frame) != EOF) in vp8_init_second_pass()
1481 if (EOF == input_stats(cpi, &tmp_next_frame)) in detect_transition_to_still()
1816 if (EOF == input_stats(cpi, &next_frame)) in define_gf_group()
1919 if (EOF == input_stats(cpi, this_frame)) in define_gf_group()
2338 input_stats(cpi, &next_frame); in define_gf_group()
2435 if (EOF == input_stats(cpi, &this_frame)) in vp8_second_pass()
2696 if (EOF == input_stats(cpi, &local_next_frame)) in test_candidate_kf()
2780 input_stats(cpi, this_frame); in find_next_key_frame()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c93 static int input_stats(TWO_PASS *p, FIRSTPASS_STATS *fps) { in input_stats() function
1736 if (EOF == input_stats(twopass, &frame_stats)) in allocate_gf_group_bits()
1784 if (EOF == input_stats(twopass, &frame_stats)) in allocate_gf_group_bits()
1967 if (EOF == input_stats(twopass, &next_frame)) in define_gf_group()
2060 if (EOF == input_stats(twopass, this_frame)) in define_gf_group()
2249 if (EOF == input_stats(twopass, &local_next_frame)) in test_candidate_kf()
2322 input_stats(twopass, this_frame); in find_next_key_frame()
2381 input_stats(twopass, &tmp_frame); in find_next_key_frame()
2396 if (EOF == input_stats(twopass, this_frame)) in find_next_key_frame()
2439 if (EOF == input_stats(twopass, &next_frame)) in find_next_key_frame()
[all …]