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

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

Completed in 136 milliseconds