Searched refs:this_frame_copy (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | firstpass.c | 2421 FIRSTPASS_STATS this_frame_copy; in vp8_second_pass() local 2446 vpx_memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass() 2447 find_next_key_frame(cpi, &this_frame_copy); in vp8_second_pass() 2472 vpx_memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass() 2473 define_gf_group(cpi, &this_frame_copy); in vp8_second_pass() 2488 vpx_memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass() 2489 assign_std_frame_bits(cpi, &this_frame_copy); in vp8_second_pass() 2511 vpx_memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass() 2512 assign_std_frame_bits(cpi, &this_frame_copy); in vp8_second_pass() 2518 vpx_memcpy(&this_frame_copy, &this_frame, sizeof(this_frame)); in vp8_second_pass() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 2209 FIRSTPASS_STATS this_frame_copy; in vp9_rc_get_second_pass_params() local 2266 this_frame_copy = this_frame; in vp9_rc_get_second_pass_params() 2267 find_next_key_frame(cpi, &this_frame_copy); in vp9_rc_get_second_pass_params() 2280 this_frame_copy = this_frame; in vp9_rc_get_second_pass_params() 2287 define_gf_group(cpi, &this_frame_copy); in vp9_rc_get_second_pass_params() 2307 this_frame_copy = this_frame; in vp9_rc_get_second_pass_params() 2308 assign_std_frame_bits(cpi, &this_frame_copy); in vp9_rc_get_second_pass_params()
|