Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Drate_control_api.h399 WORD32 rc_get_prev_frame_sad(rate_control_handle ps_rate_control_api, picture_type_e e_pic_type);
Dihevce_rc_interface.c2404 rc_get_prev_frame_sad(ps_rc_ctxt->rc_hdl, curr_rc_pic_type); in ihevce_rc_get_pic_quant()
2733 WORD32 prev_frm_cl_sad = rc_get_prev_frame_sad(ps_rc_ctxt->rc_hdl, rc_pic_type); in ihevce_rc_get_pic_quant()
Drate_control_api.c2460 WORD32 rc_get_prev_frame_sad(rate_control_api_t *ps_rate_control_api, picture_type_e e_pic_type) in rc_get_prev_frame_sad() function