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.c2259 FIRSTPASS_STATS this_frame_copy; in vp8_second_pass() local
2282 memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass()
2283 find_next_key_frame(cpi, &this_frame_copy); in vp8_second_pass()
2304 memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass()
2305 define_gf_group(cpi, &this_frame_copy); in vp8_second_pass()
2319 memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass()
2320 assign_std_frame_bits(cpi, &this_frame_copy); in vp8_second_pass()
2339 memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass()
2340 assign_std_frame_bits(cpi, &this_frame_copy); in vp8_second_pass()
2344 memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c3154 FIRSTPASS_STATS this_frame_copy; in vp9_rc_get_second_pass_params() local
3155 this_frame_copy = this_frame; in vp9_rc_get_second_pass_params()
3158 this_frame = this_frame_copy; in vp9_rc_get_second_pass_params()