Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2260 FIRSTPASS_STATS this_frame_copy; in vp8_second_pass() local
2283 memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass()
2284 find_next_key_frame(cpi, &this_frame_copy); in vp8_second_pass()
2305 memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass()
2306 define_gf_group(cpi, &this_frame_copy); in vp8_second_pass()
2320 memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass()
2321 assign_std_frame_bits(cpi, &this_frame_copy); in vp8_second_pass()
2340 memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass()
2341 assign_std_frame_bits(cpi, &this_frame_copy); in vp8_second_pass()
2345 memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass()
[all …]
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c1576 FIRSTPASS_STATS this_frame_copy; in av1_get_second_pass_params() local
1577 this_frame_copy = this_frame; in av1_get_second_pass_params()
1581 this_frame = this_frame_copy; in av1_get_second_pass_params()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c3203 FIRSTPASS_STATS this_frame_copy; in vp9_rc_get_second_pass_params() local
3204 this_frame_copy = this_frame; in vp9_rc_get_second_pass_params()
3207 this_frame = this_frame_copy; in vp9_rc_get_second_pass_params()