Searched defs:first_frame (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1903 const FIRSTPASS_STATS first_frame = *this_frame; local
1989 FIRSTPASS_STATS tmp_frame = first_frame;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c2721 FIRSTPASS_STATS first_frame; local
2757 vpx_memcpy(&first_frame, this_frame, sizeof(*this_frame));
2773 * itself can be subtracted out using the first_frame data
2848 vpx_memcpy(&tmp_frame, &first_frame, sizeof(first_frame));
2885 * itself can be subtracted out using the first_frame data
3218 double group_iiratio = (kf_group_intra_err - first_frame.intra_error) / (kf_group_coded_err - first_frame.coded_error);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h763 int first_frame; member in class:omx_vdec
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h782 int first_frame; member in class:omx_vdec
H A Domx_vdec.h864 int first_frame; member in class:omx_vdec

Completed in 196 milliseconds