Searched refs:input_stats (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 112 static int input_stats(struct twopass_rc *p, FIRSTPASS_STATS *fps) { in input_stats() function 1005 while (input_stats(twopass, &this_frame) != EOF) { in vp9_init_second_pass() 1031 while (input_stats(twopass, &this_frame) != EOF) { in vp9_init_second_pass() 1077 if (EOF == input_stats(&cpi->twopass, &tmp_next_frame)) in detect_transition_to_still() 1480 if (EOF == input_stats(twopass, &next_frame)) in define_gf_group() 1548 if (EOF == input_stats(twopass, this_frame)) in define_gf_group() 1776 input_stats(twopass, &next_frame); in define_gf_group() 1879 if (EOF == input_stats(&cpi->twopass, &local_next_frame)) in test_candidate_kf() 1944 input_stats(twopass, this_frame); in find_next_key_frame() 2001 input_stats(twopass, &tmp_frame); in find_next_key_frame() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | firstpass.c | 119 static int input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps) in input_stats() function 1377 while (input_stats(cpi, &this_frame) != EOF) in vp8_init_second_pass() 1399 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() 2436 if (EOF == input_stats(cpi, &this_frame)) in vp8_second_pass() 2697 if (EOF == input_stats(cpi, &local_next_frame)) in test_candidate_kf() 2781 input_stats(cpi, this_frame); in find_next_key_frame() [all …]
|