Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c2211 double this_frame_intra_error; in vp9_rc_get_second_pass_params() local
2259 this_frame_intra_error = this_frame.intra_error; in vp9_rc_get_second_pass_params()
2312 twopass->this_iiratio = (int)(this_frame_intra_error / in vp9_rc_get_second_pass_params()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c2423 double this_frame_intra_error; in vp8_second_pass() local
2439 this_frame_intra_error = this_frame.intra_error; in vp8_second_pass()
2524 cpi->twopass.this_iiratio = (unsigned int)(this_frame_intra_error / in vp8_second_pass()