Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2421 FIRSTPASS_STATS this_frame_copy; in vp8_second_pass() local
2445 memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass()
2446 find_next_key_frame(cpi, &this_frame_copy); in vp8_second_pass()
2471 memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass()
2472 define_gf_group(cpi, &this_frame_copy); in vp8_second_pass()
2487 memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass()
2488 assign_std_frame_bits(cpi, &this_frame_copy); in vp8_second_pass()
2510 memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass()
2511 assign_std_frame_bits(cpi, &this_frame_copy); in vp8_second_pass()
2517 memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2681 FIRSTPASS_STATS this_frame_copy; in vp9_rc_get_second_pass_params() local
2682 this_frame_copy = this_frame; in vp9_rc_get_second_pass_params()
2685 this_frame = this_frame_copy; in vp9_rc_get_second_pass_params()